Vim for React Developers

Vim for React Developers For anyone who is vim-curious, I think this is a cool approach to learning practical uses for vim. The “course” is just a react source file (direct link) with the instructions as comments describing how to modify the various bits of code throughout the file. Even though the file is a react component, examples are largely just as applicable to most programming languages (especially those with c-like syntax) as well as editing regular HTML. ...

New, Simpler Solution File Format

New, Simpler Solution File Format - Visual Studio Blog This looks like a nice improvement over the old proprietary format, along the same vein as the updated .csproj format. It’s xml based and looks much simpler to edit. What’s nice though is it looks like you only need to make sure you’re using the latest versions of tooling to migrate over to it.

Safari at WWDC '25: The Ghost of Christmas Past

Safari at WWDC ‘25: The Ghost of Christmas Past So to recap: Apple’s Developer Relations folks want you to be grateful to Cupertino for unlocking access to features that Apple has been the singular obstacle to.

React, visualized

React, visualized Some nice animated visualizations of react concepts. Includes some features from react 19 like actions, transitions, and Server Components.

How I configure my Git identities

How I configure my Git identities | benji This is pretty cool and I’m immediately implementing it!

Passkeys for Normal People

Passkeys for Normal People This is a pretty good overview of the current state of passkeys with some nice examples of the various ways sites might implement them.

Pushing a whole stack of branches with a single Git command

Pushing a whole stack of branches with a single Git command This has been my biggest pain point also with stacked branches and Andrew did the work of creating some git aliases to make this much easier. Thank you!

The power of the spread and rest syntax in JavaScript

The power of the spread and rest syntax in JavaScript A quick reference for these two new-ish operators.

Finding the Joy in Alt Text

Finding the Joy in Alt Text | Bryn Newell I like Bryan’s approach to having some fun with image alt text and as a reminder that good alt text is more than just a basic description.

tscircuit - Design Electronics with React Components

tscircuit - Design Electronics with React Components This does look like an interesting approach to designing circuit boards. I’ve only recently begun getting into very beginner electronics so maybe I’ll come back to this some day and see if this makes the process easier given my background in React (should I ever find myself needing to design my own circuit board). Via