RSS Amplifier

Podcast

Andrew's Substack

A newsletter about web technology and frontend software engineering.

andrewhuth.substack.comSource feed ↗20 episodes

Live Last read · last published · next check

Written by

Latest episodes

Some options for reviewing AI-generated pull requests

As you may have heard, AI is kind of a big deal now.

Two kids and too many Github notifications

When you have young kids, work fits in between changing diapers, kissing boo-boos, and looking at animals in the back yard.

Git Vim

All (or most of... some of... a little bit of...) the Vim you need to know for Git

Complexity-quality Matrix

Behold, my mind-blowing graphic illuminating deep truths about software development!

Code coverage doesn't matter much

Don’t get me wrong, tests are good.

useEffectEvent

While reading some release notes for eslint-plugin-react-hooks, something caught my eye: useEffectEvent.

3 styling systems in 1 React app

When writing styles in React apps, I’ve found that there are a couple different situations that have different solutions that work well for them.

Why progressive enhancement

Even when we have JavaScript

Share code in Remix with functions, not API endpoints

AKA, the easy way to share code

An LLM writes a Shakespearean ode to React

Me, to Claude: In the style of Shakespeare, write about why you should use React when developing web apps.O hear ye, gentle souls who code the web, Attend this tale of React's virtuous might! A framework fair, by Facebook's hand begot, That doth make building sites a pure delight. With components, like players on a stage, Each with its part, its state, its props to bear, Divided thus, complexity…

What's interesting about the Zed editor

Zed is an open-source code editor from the creators of Atom and tree-sitter.

Node's getting TypeScript support

Node is getting get the ability to run TypeScript files, behind a CLI flag for now.

Retrofitting is part of accessibility

Whether we like it or not

Why use React for _____ ?

Why use React for a news site / travel sites / mostly static sites / whatever?

Remix is better than GraphQL

For some scenarios, anyway

Pro Git course

I’m trying something new and created a video course: Pro Git. Become a really effective Git user at your work. Great for your education budget!

TypeScript 5.5 release candidate

A couple days ago, the TypeScript team announced the TypeScript 5.5 release candidate.

React 19 beta thoughts

Believe it or not, it’s been almost 2 years since the last React release (v18.2.0).

The Tailwind 4 alpha looks awesome

Earlier this month, the Tailwind team announced that Tailwind’s 4.0 alpha is now open sourced. I love Tailwind and there’s a lot in the post that’s getting me excited 🤩.

Many forms, one Remix action

Learn to love the form element