Mar 31, 2023 Mar 31, 2023 OpenAPI: A backend developer's tool, a frontend developer's friend Learn about OpenAPI, a tool that is popular for API development, and can be used to help with frontend development. Frontend Tooling
Mar 17, 2023 Mar 17, 2023 Using View Transition API in React App Discover 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. React CSS
Mar 2, 2023 Mar 2, 2023 Automating Refactoring with Codemod Simple 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, 2023 Feb 24, 2023 A Plugin-Based Frontend using Module Federation A plugin-based frontend architecture using Module Federation can be a powerful approach for microfrontend. Module Federation
Feb 21, 2023 Feb 21, 2023 Using TailwindCSS with Module Federation Solving CSS conflicts when using TailwindCSS with Module Federation Module Federation CSS Frontend Tooling
Feb 20, 2023 Feb 20, 2023 How to Create CV using HTML Creating CV using HTML with CSS is straightforward if you know them, but making it exportable as PDF is more involving CSS
Jan 20, 2023 Jan 20, 2023 Migrating Large Angular Apps to React My experience migrating production angular applications to React and lessons learnt in the process React