mideseniordevmideishere.hashnode.dev·Nov 3, 2024Unpacking Webpack For Frontend Developers (Part 2): Advanced Webpack FeaturesIntroduction In the first part of Unpacking Webpack For Frontend Developers, we covered Webpack's core concepts, focusing on setting up a configuration file, defining entry and output points, and using loaders to handle different file types such as C...10 likes·45 readsUnpacking SeriesFrontend Developer
Niharika Gurnaniniharikagurnani.hashnode.dev·Jul 10, 2024Bundling in AngularBundling is the need of the hour as even today bloated web apps are being shipped to the production servers which really slows down the performance of the web apps & overall results in bad user experience. Bundling -> Collection of JS packages & othe...bundling
Femi Wallacethisiswallace.hashnode.dev·Sep 30, 2023Web Optimization with Bun: Bundling JavaScript and TypeScriptIntroduction In the continuously changing realm of web development, ensuring the efficiency of your code and resources is vital for providing a swift and highly responsive user interface. A fundamental element of web optimization entails bundling, wh...9 likes·34 readsweb optimization
Alem Tuzlakalemtuzlak.hashnode.dev·Sep 11, 2023The Challenges of Loving Bun v1.0 🧄Preface Bun V1 has just been released, and it's on fire! 🔥 The overwhelming number of articles written about it, along with the buzz on Twitter, clearly indicate its current popularity. The benchmarks are extraordinary, and it outperforms, well, eve...1.7K readsBun
Harshad Parmarharshadparmar.hashnode.dev·Mar 17, 2023Trestique: Simple Beauty Routines - Product BundlesTrestique Brief Trestique is a makeup line that caters to ladies on the go with adaptable, convenient, and portable beauty products. These products are convenient and mess-free because they are in stick shape. The company is well-known for its multip...React
Prateek SinghforOpen Replay's Technical Blogopenreplay.hashnode.dev·Jan 19, 2023Browserify vs Webpack -- A ComparisonDevelopers can create and use Node.js-style modules that compile for usage in browsers using the free and open-source JavaScript bundler tool known as Browserify. A free and open-source module bundler for JavaScript is called Webpack. It is designed ...1 like·113 readswebpack
saurabh sharmasorbx64.hashnode.dev·Dec 4, 2022Optimizing Frontend Builds with ViteVite: The Next Generation Frontend Build Tool Vite in french means fast which fits this tool just right. As Vite is 10 to 100 times faster than traditional build tools written in javascript itself like webpack, parcel, rollup. Vite under the hood use...4.6K readsvite
swyxforDX Tips: The DevTools Magazinedx.tips·Aug 23, 2022The Unreasonable Effectiveness of Owning the ExperienceSaaS API founders should not miss this week's Cartoon Avatars interview with William Hockey, former Plaid cofounder/CTO and now founder of Column. He does not do interviews often and rarely do you get this level of insight into a $13 billion, fintec...40 likes·1.3K readsbundling
Amir.H Ebrahimiamirhe.hashnode.dev·Apr 30, 2022Use package.json wiselyTLDR We are going to explain only the following piece of code "peerDependencies": { "react": ">=16.8" }, "peerDependenciesMeta": { "react": { "optional": true } } What is the peerDependencies field? Here is the exact quot...10 likes·241 readspackage
Fabian Beyerleinblog.beyerleinf.de·Feb 20, 2022Azure Functions + esbuild = 😍🤯I first discovered esbuild as a builder for Angular in this Reddit post. I was amazed! Seeing this, I thought: "There must be other ways to utilize this!" What is esbuild? esbuild calls itself "An extremely fast JavaScript bundler". I can definitely ...846 readsAzure