Technical Writings
My long-form thoughts on software engineering and programming, featuring detailed guides on coding techniques and industry trends, collected in chronological order.
A Comprehensive Guide to Containerizing Node.js Applications
8 min readDiscover how to create efficient Dockerfiles for Node.js applications with this comprehensive guide, featuring best practices and multi-stage build techniques.
Read MoreAn Introduction to Polyfills in JavaScript
4 min readDiscover the importance of polyfills in JavaScript and how they help achieve browser compatibility for modern web applications.
Read More