About

Hello. I'm Walt 👋
I've run and maintained thatsoftwaredude.com for over 10 years.
I've been programming for over 20 years.
I taught for a coding bootcamp for over 4 years.
And I've been the technical co-founder of 3 startups.
Much of that is documented in the following hubs

Contact

For any questions, comments or just to say hello, feel free to leave me a message right over here

Developer Hubs

Check out the developer hubs. Each hub contains articles, guides, helpful links and more related to its topic.

Latest

Published on: 6/16/2025 - 3 min read
The **EyeDropper API** is one of the most user-friendly and visually engaging new Web APIs available today. It allows web applications to op...
Published on: 6/11/2025 - 2 min read
Vite makes it easy to use environment variables, but there’s a right way to do it, especially if you’re building for production, deploying t...
Published on: 6/10/2025 - 3 min read
If you've ever built a frontend using Vite and tried to connect it to an API server, you've probably made use of the `server.proxy` option i...
Published on: 6/9/2025 - 5 min read
When building React applications, especially those concerned with SEO and dynamic content, managing the contents of the HTML document's `` t...
Published on: 6/5/2025 - 3 min read
PostgreSQL’s `json_build_object` is your go-to when you want to return structured JSON data from SQL queries, especially for APIs or for log...
Published on: 6/3/2025 - 8 min read
Okay, buckle up. We're diving into the world of database normalization, specifically hitting up **Second Normal Form (2NF)**. It sounds scar...