dev.to’s Frontend: a brain dump in one act
An overview of dev.to's frontend architecture, covering its vanilla JS codebase and modern Preact components managed with webpacker.
An overview of dev.to's frontend architecture, covering its vanilla JS codebase and modern Preact components managed with webpacker.
How to use TypeScript ambient module declarations to resolve import errors for non-JS assets like CSS and MDX files in Webpack.
Discover 5 lesser-known Angular CLI features to boost productivity, including conditional polyfill loading and hidden source maps.
Explains tree shaking, a JavaScript optimization technique to remove unused code from bundles, using ES6 modules and tools like webpack.
A developer's journey migrating from Jekyll to GatsbyJS for a static blog, comparing features and evaluating modern JavaScript static site generators.
A guide to setting up Storybook for Preact projects, including CLI commands, webpack configuration, and replacing React dependencies.
A guide to integrating Google Analytics reliably into a Webpack project using HTML partials, ensuring proper initialization and maintainability.
Explains why custom HTML templates in Webpack React apps are unnecessary and introduces using HTML Webpack Partials Plugin for better maintainability.
Introduces HtmlWebpackPartialsPlugin for managing HTML partials in Webpack applications, simplifying snippet injection for analytics and A/B testing.
A guide to configuring ASP.NET Core with webpack and hot module replacement for fast TypeScript and React development.
Exploring machine learning-driven bundling with Guess.js to optimize JavaScript chunk loading and improve SPA performance.
A short guide to setting up a React project using the zero-configuration Parcel bundler, from initial setup to running the application.
A tutorial on setting up and using Gatsby.js, a React-based static site generator, covering installation, project structure, and its key features.
A guide to writing Webpack configuration files in TypeScript to improve maintainability and avoid legacy syntax.
A hands-on tutorial for building a real-world star rating component using Vue.js, covering core concepts and practical setup.
Tips for giving effective software demos, including starting with 'why', knowing your audience, and pre-recording.
Introducing paypal-scripts, a zero-config tool for PayPal developers inspired by create-react-app to boost productivity.
Explains how to reduce Firebase bundle size by 220kb using webpack's tree-shaking and modular imports.
A guide to 7 essential Angular development tools for scaffolding, code analysis, debugging, and improving developer productivity.
How Twitter Lite, a large-scale React PWA, achieved high performance by tackling bottlenecks like code splitting, rendering, and image loading.