I like this cheatsheet to give non-technical audiences some insight into a cloud journey for enterprises.

Personal collective of ideas, thoughts and notes
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.












Over the past few years I have found myself re-implementing and re-writing basic features of server, web, mobile or service components. Registration, Login, Forgot Password, Notifications, Search, Help, FAQ, Contact Us, Maps are just a few I can think of, where half way through the development everything seems familiar and I have a case of deja vu. No doubt I have written or implemented a library or service which performs this specific function.
While developing the Changd app I found myself in one of the deja vu moments while writing the email notification service, and decided to pause development, and fix the root cause. After multiple Github issues to support a variety of notification providers, I came across Apprise, a python library which supports multiple notification provides. Since there was not a Node.js implementation, I decided to use Apprise as inspiration and influence for a Node.js library which I aptly named “Reach”.
May unity be the foundation to explore new grounds.
Every so often you get a product which delights you. A small nugget of wisdom, a token of appreciation or well thought out gesture, showing that the company or person who designed, or built the product, went just one step further than they needed to …

You must be logged in to post a comment.