John Resig - Degrading Script Tags

Engineering
Select element: now with horizontal rules - Chrome for Developers
Learn how expanded select element capabilities enable visual horizontal breaks for better grouping.
How TechCrunch Spent $1 Million Rebuilding Their Website
About a month ago I recreated the TechCrunch website in 30 minutes in one of my rapid recreation videos on YouTube.
No more 404
As with any ageing blog, _some_ of my outbound links are hitting either 404s or domains that are no longer active.
It's understandable given that my blog is ar…
Tao of React - Software Design, Architecture & Best Practices
I’ve been working with React since 2016 and still there isn’t a single best practice when it comes to application structure and design. While there are best…
MediaSession - Web APIs | MDN
The MediaSession interface of the Media Session API allows a web page to provide custom behaviors for standard media playback interactions, and to report metadata that can be sent by the user agent to the device or operating system for presentation in standardized user interface elements.
A language to specify Platform Architecture
Software isn’t hardware. While it takes time to build, assemble and ship a hardware product, software can literally be built, assembled and…
How do you even web dev without node? A quick introduction to test-driven web development using just the browser
Node is all there is, right?
It is the beginning and the end of all of web development.
We use it to install our tools, even the ones not made in node.
Upgrading: Codemods | Next.js
Use codemods to upgrade your Next.js codebase when new features are released.
Part 1: Rebuilding a 1,000+ page WordPress site from scratch using Next.js and React
How a 14+ month project was scoped and completed with only a single developer and two designers.
Deprecation of formatting rules - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Goodbye, Node.js Buffer
It's time to move from Buffer to Uint8Array.
Web Components Will Outlive Your JavaScript Framework | jakelazaroff.com
If we're building things that we want to work in five or ten or even 20 years, we need to avoid dependencies and use the web with no layers in between.
ErikMcClure/bad-licenses: A compendium of absurd open-source licenses.
A compendium of absurd open-source licenses. Contribute to ErikMcClure/bad-licenses development by creating an account on GitHub.
The nine best recommendations in the new React docs
The latest React docs include recommendations on how to write React code. Here are nine points that come up most about React code style to help you avoid difficult-to-diagnose bugs.
Svelte by Example
A Journey Into Shaders
I finally decided to learn shaders. If you're curious about what shaders are and how they work, this article is for you. We'll start with the basics and build a simple blob from scratch.
Use Abstraction to Improve Function Readability
This is another post in our Code Health series. A version of this post originally appeared in Google bathrooms worldwide as a Google Testin...
From the cloud to your computer: a new theory of how software works
A story of trying (and failing) to self-host the internet.
17 common Node.js errors and how to solve them
Written by David Omotayo✏️ Errors can be a significant challenge for developers, often leading to...
Hide Your Large JSON Files from The TypeScript Compiler
I spent some time at work looking into speeding up TypeScript type checking via tsc. One of the biggest wins I found was also one of the simplest to implement.
Was Rust Worth It?
From JavaScript to Rust, three years in.
Tests Are Bad For Developers
Why aren't developers write tests? Because they are bad for them
How to Write a Great README
This article explores what makes a great project README, how Appsmith made ours as accessible as possible and provides examples of other effective READMEs.
Oh my poor business logic
Adopting existing tools that work, applying them to the business problems at hand, and quickly iterating in the business domain rather than endlessly swirling in the vortex of technobabble is woefully underrated. I’ve worked at two kinds of companies before:
One that only cares about measurable business outcomes, accruing technical debt and blaming engineers when no one wants to work with their codebase, ultimately hurting the product. Another that has staff engineers spending all day on linter configurations and writing seldom-read RFCs while juniors want to ditch Celery for Kafka because the latter is hip.
[EN] Writing a Compiler is Surprisingly Easy (part 1)
Part 1: expressions, arithmetic Part 2: statements, control flow Ever since I was a teenager I wanted to create my own systems pr...
The Ultimate Interactive JQ Guide
Learn how to search, query, and modify JSON data with 25 interactive jq examples and explainations
Why You Want React Query
Let's take a look at why you'd want a library like React Query, even if you don't need all the extra features it provides...
re-re-reselect — Simplifying React state management - The Causal Blog
By building our own framework for composing frontend stores we significantly improved the developer experience of our React app.
Generate open graph social preview images with Remix
Learn how to generate social preview images for your website with Remix and Tailwind. Use Vercel's Satori package with Remix for dynamic open graph images. Fetch fonts from Google automatically.