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.

  • 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