My Blog
Welcome to my blog.Here I post my thoughts, glimpses on what I work on and other interesting stuff that I find.
Back from the break
Back after 3 years of zero activity. Lets see how this went
eCommerce using the JAM stack on static websites
Demo of a system where no dynamic code is written on the server and a fully functional e-commerce website is presented using a static site builder, some APIs and JavaScript
Running node.js on customer machines.
Cloud Native for the user is native performance and cloud features - Presented at Cisco DevNet create 2019.
Performance - the one feature that you need to do early.
Performance is not something that can built as a feature later. Segue into Hugo’s performance
Meeting Roles and Responsibilities
Successful club series: Team involved in successfully running a meeting.
Evaluate to motivate
Successful club series: Evaluations should help not hamper progress.
Broadcast yourself
Urging everyone to promote their own brand.
Shared data with Async Await - Part II
Reader-Writer problem in Javascript with async await
Shared data with Async Await - Part I
Handling stateful APIs with shared data in async await based node.js with locks