Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Have you ever pushed a perfectly working Next.js app to Netlify and suddenly got a wall of red text...
✍️ Autor e Código-Fonte Este artigo documenta um projeto real e de código...
Imagine you're building a web app and your production bundle is absolutely massive. Like,...
For years, I lived in Webpack configs. Every small project felt like booting a factory for one cup of...
Webpack is one of the most powerful tools in modern JavaScript development. If you're building a...
Inspiration: Sometimes when working on a large webpack project, your compiler might unwilingly decide...
Why Modern Bundlers Are Moving Beyond Webpack: Comparing Vite, Rspack, and...
Why Your App Breaks After Every Deploy You push a new React build to production and within...
When ever we do dynamic imports the bundler plugins, like webpack, Parcel, Rollup, and esbuild can be...
From a script loader to a modern, standards-based approach using <script defer> and JavaScript modules.
Recap of Part 3. In the previous episode, we added: Jest test runner CSS with PostCSS asset...
See how we built a super-extensible customization engine using only Webpack’s native features and a...
In the world of web development, developers often debate the merits of two major bundlers: Webpack...
In today’s online world, speed is everything. If your web app loads slowly, users might leave before...
Say goodbye to slow build times and hello to faster development with Turbopack! As a front-end...
When we talk about frontend performance and developer experience today, two tools dominate the...
If you’ve worked with Webpack before, you probably remember how much setup it needed — loaders,...
Create React App to Vite Migration Steps
Hi there, my name is Fupeng Wang. I am a senior full-stack engineer, and author of a 17.5k...
If you're starting a React project from scratch and want full control over your setup, using Webpack...
Building a website might seem straightforward with just HTML, CSS, and JavaScript. But as your...
1. Why We Migrated We maintain a large, multi-entrypoint Single Page Application (SPA)...
MicroFrontend: An architectural style where a frontend application is split into smaller,...
Introducing template-rtw: A Modern Alternative to Create React App With the deprecation of...
In this article, we'll walk through how to implement a scalable Microfrontend architecture in Angular...
This blog post is about how Lighthouse switched fingerprinting of assets from classic to embroider.
Table of Contents Table of Contents 0. Intro 1. Introduction & Basic Concepts What...
I’ll be honest, for the longest time, I stuck with Webpack and the usual Angular CLI defaults. I...
Hey there, fellow developers! 👋 I was recently working on a project and learned that the React team...
Written by Peter Aideloje✏️ Proper system architecture and how you shape it is an often overlooked...