Webpack is a module bundler for JavaScript applications. It takes all your files (JavaScript, CSS, images, etc.), processes them, and bundles them into a few optimized files that can be efficiently lo...
Optimize Core Web Vitals - FCP and LCP: Remove not need dependencies
Check if any dependencies use this package
For example, use yarn to check glob
⛶yarn why globOutput
Thi...
Resources
What is lodash-webpack-plugin?
https://www.npmjs.com/package/lodash-webpack-plugin
https://www.increscotech.com/blog/optimizing-lodash-in-next-js-with-webpack-and-babel-plugin-lodas...
How To Track Website Analytics And Respect Data Privacy With UmamiPaul Knulst in Self-Hosted • Feb 9, 2024 • 8 min read
Introduction
Prerequisites
Folder Structure
The Environment File...
Node.js provides a robust ecosystem with thousands of packages available via npm (Node Package Manager). Choosing the right packages can significantly enhance your development experience and productiv...
Building a Secure Authentication System in Node.js using JWT
Authentication is a crucial aspect of backend development, ensuring secure access to resources. In this tutorial, we'll build a se...
🚀 When Should You Use TypeScript Instead of JavaScript?
JavaScript is the go-to language for web development, but have you ever found yourself struggling with unexpected bugs or messy code...
As a C# developer, you’re accustomed to the robust features of an object-oriented language: classes, inheritance, interfaces, and generics. When transitioning to Go (Golang), however, you’ll encou...