Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

humanwhocodes.com

Human Who Codes

Get the latest updates from Human Who Codes directly as they happen.

Follow now 108 followers

Latest posts

Last updated 11 days ago

A persona-based approach to AI-assisted software development

12 days ago

I’ve spent most of 2025 experimenting with AI-assisted programming, with mixed results...

Post to social media using Claude Desktop and Crosspost

3 months ago

We all spend way too much time on social media these days...

Introducing Mentoss: The fetch mocker

5 months ago

When I first started using node-fetch1 for fetch() requests in Node.js, I...

Present technical information using a storytelling framework

10 months ago

Streamline presentations to stakeholders using a storytelling approach As a software engineer,...

How someone temporarily took over my subdomain

about 1 year ago

It all began with an email from Google Analytics. I tend to...

Backing up my life with a Synology NAS

about 1 year ago

Sometime during 2023, I began getting extra paranoid about my data. I’ve...

Managing your to-do-list as a staff+ engineer

about 1 year ago

When you first started out as a software engineer, your to-do list...

Automating tweets with Twitter API v2

about 2 years ago

Last week, I was surprised to receive an email from Twitter saying...

Creating a Jekyll-style blog post URL in Astro

over 2 years ago

In converting my Jekyll blog to Astro, one of the trickiest parts...

Creating a Jekyll-style blog post year archive in Astro

over 2 years ago

One of the things I enjoyed about Jekyll was just how much...

Returning data structures from Rust to JavaScript via WebAssembly

over 2 years ago

Rust has excellent WebAssembly support through the wasm-bindgen crate. Using this crate...