Sep 20, 2026Sep 20, 2026Using View Transition API in React AppDiscover how to use the View Transition API in your React apps to create engaging and fluid navigational experiences. This API simplifies the process of animating shared elements and can be used in various practical scenarios, such as showcasing product images, animating modals, and more.ReactCSS
Dec 4, 2025Dec 4, 2025The Underrated Skill: Writing Effective Bug ReportsEngineering isn't just about code; it's about communication. Learn why high-quality bug reports are vital for your team and how to write them effectively.
Jul 22, 2025Jul 22, 2025How I Write TestsHow I write tests so that they are clean and maintainableTypeScriptJavaScript
May 13, 2025May 13, 2025Rethinking Cancellation in Frontend EngineeringExplore why cancellation is crucial, not optional, in modern frontend engineering. Learn how to manage asynchronous JavaScript, prevent race conditions, and improve UI stability by rethinking request cancellation.Software Engineering
Mar 31, 2023Mar 31, 2023OpenAPI: A backend developer's tool, a frontend developer's friendLearn about OpenAPI, a tool that is popular for API development, and can be used to help with frontend development.Frontend ToolingSoftware Engineering
Mar 2, 2023Mar 2, 2023Automating Refactoring with CodemodSimple refactoring, when applied to large-scale codebase requires huge amount of manual work. Fortunately, you can make them manageable by using codemod - code transformations that runs on the codebase.Frontend Tooling
Feb 24, 2023Feb 24, 2023A Plugin-Based Frontend using Module FederationA plugin-based frontend architecture using Module Federation can be a powerful approach for microfrontend.Module FederationSoftware Engineering
Feb 21, 2023Feb 21, 2023Using TailwindCSS with Module FederationSolving CSS conflicts when using TailwindCSS with Module FederationModule FederationCSSFrontend Tooling
Feb 20, 2023Feb 20, 2023How to Create CV using HTMLCreating CV using HTML with CSS is straightforward if you know them, but making it exportable as PDF is more involvingCSS