






Personal collective of ideas, thoughts and notes







I took this picture last weekend on the long grinding climb (10 miles, 3500ft) in the Pisgah National Forrest. No perfectly straight lines, right angles, edges or uniformity.
I like this cheatsheet to give non-technical audiences some insight into a cloud journey for enterprises.

I recently purchased an Epson ET-8550 and a Cameo 4 for printing some fun stickers for myself, kids and friends. Here are a couple of things I have learned and some process related information I have been using.
General Process Flow:
Design in Illustrator, add inner and outer cut lines (on separate layers), ensure the border color has a bleed (if needed) -> export as SVG.
In Silhouette Connect, import SVG, Add registration marks, print out on sticker paper (Hide the cut lines layers). Apply any over laminate to the sticker sheet and load it into the Silhouette. Unhide the cut layers. And run the cutting using the Send function.
Cutting depth and force are very specific to the sticker paper and over laminate, so it’s a lot of trial and error.
Helpful Links:

Building an Apple PassKit app has been an interesting endeavor. Internally at SAP we recently built a small Business Card application which allows employees to create a digital business card, and subsequently generate a individual and customized wallet pass, allowing them to quickly retrieve it, without having to find the app, and open it on their device. Having a wallet pass lets users simply double tap the lock button, authenticate and see a collection of their passes.



Creating a pass has a unique requirement in that an application cannot simply create the pass directly on the device, or in the app. A pass needs to be generated server side, and signed with the appropriate signing certificate. In our case we utilized a small Typescript Node.JS server, which has a single API endpoint which accepts the information needed to populate the business card pass. The API then returns a signed .pkpass file. A .pkpass at its simplest form is simply a zipped bundle of assets and JSON files which describes the key fields and their respective values.
I rarely post personal objectives or goals, but personal development, hobbies or passions often spill over and impact your professional objectives and goals in a very positive way. Here is my most recent event which had a positive impact on my professional development.







Awesome video from Apple and our Enterprise Mobility team at SAP.











You must be logged in to post a comment.