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.

  • Building Real-Time Applications with Server-Sent Events


    5 min read

    This blog post explains the power of SSE and its benefits, implementation, and comparison with WebSockets and long polling to help build efficient and dynamic applications.

    Read More
  • 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