Skip to content

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 read

    Discover how to create efficient Dockerfiles for Node.js applications with this comprehensive guide, featuring best practices and multi-stage build techniques.

    Read More
  • An Introduction to Polyfills in JavaScript


    4 min read

    Discover the importance of polyfills in JavaScript and how they help achieve browser compatibility for modern web applications.

    Read More