Speed for who?
A critique of modern web frameworks prioritizing developer experience over user performance, focusing on bloated JavaScript bundles and their real-world impact.
A critique of modern web frameworks prioritizing developer experience over user performance, focusing on bloated JavaScript bundles and their real-world impact.
A developer's journey creating Jotter, a simple PWA note-taking app that syncs with local storage, inspired by the Mac app Tyke.
A tutorial on implementing form validation in Vue 3 using the Yup schema validation library.
A response to claims that React is dying, arguing its continued dominance due to component-driven development, JSX, and massive ecosystem.
A tutorial on integrating PageFind, a client-side search tool, into an Astro static blog website.
Explains how to use JavaScript's AbortController to manage the expiry of tokens or objects, ensuring they are invalidated after a set lifetime.
A developer's 2023 wishlist for JavaScript and frontend trends, including moving from Axios to fetch, adopting Node's test runner, and React's future.
A tutorial on integrating Gleam JS, a compile-to-JavaScript language, with an Elixir Phoenix application to build a frontend.
A developer's wish for PHP to adopt a compile-time step, inspired by JavaScript's evolution with tools like TypeScript and Babel.
A tutorial on configuring a JavaScript application to read settings from Azure App Configuration Service using the official client library.
A content creator's 2022 recap of expanding their tech-focused platforms, including a tech Instagram, coding YouTube channel, and TikTok for sharing programming tutorials.
A compilation of podcast appearances by a Redux maintainer discussing state management, debugging, and React ecosystem topics.
A comprehensive guide to unit testing and mocking in the NestJS framework, covering best practices, examples, and CI/CD integration.
A walkthrough of solving Day 1 of Advent of Code 2022, focusing on parsing input and calculating the highest calorie count using JavaScript.
A developer discusses auto-posting blog content to Mastodon and integrating webmentions for comments.
A developer reflects on two major technical mistakes: choosing Flow over TypeScript and managing a multi-language monorepo, sharing lessons learned.
Explains how the JavaScript Array.concat() method works with examples, including handling of arrays and other values.
A beginner-friendly guide explaining the JavaScript spread operator with examples for arrays and objects, including how overwriting works.
A guide to using Zustand, a minimal state management library for React, with tips and best practices for implementation.
A developer compares JavaScript async/await patterns to Elixir's concurrency model, sharing confusion and insights from Joe Armstrong's blog.