From experimenting with React video players to an open source modular player built for performance and flexibility
How we replaced a complex linting stack (ESLint, StyleLint, Prettier) with Biome for a simpler, faster and more maintainable front-end workflow
How we handled focus management for popins to ensure keyboard accessibility and better UX
A practical guide on using npm pack to test local NPM packages in development and preview environments before publishing.
Reusable GitLab CI templates for modular, maintainable, and scalable pipelines across multiple projects.
From a script loader to a modern, standards-based approach using <script defer> and JavaScript modules.
Centralize private TypeScript types across projects to prevent duplication and conflicts. Your internal DefinitelyTyped.
How we use Danger to automate CI merge request checks with reusable rules across multiple projects.
Building a new user interface with an efficient design system and a complete rewrite of the front-end stack to improve performance and user experience.
Build a Webpack configuration to improved page load performance with granular chunking strategy and JavaScript modules for modern browsers
How do I include the optimization splitChunks.chunks "all" into my project?