This is about a proof-of-concept for packaging a set of AWS Lambda services using Parcel which are reloaded at runtime 🚀... (more…)
Read more »
5 best practices on how to write quality JavaScript variables: prefer const, minimize scope, close to use place, and more. (more…)
Read more »
Lately, I've been embracing modern JavaScript. The unfortunate thing is how late to the party I am! This post is my story of JavaScript redemption. (more…)
Read more »
Learning JS can be overwhelming. I know it can feel like there is an ocean of stuff you don’t know.
Read more »
Do you want static or runtime immutability, or both? In this article I will show you how to combine Object.freeze with Readonly to get the best of both worlds. (more…)
Read more »