Menu

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: 3/24/2025 - 5 min read
In the modern web development landscape, handling PDF documents has become a common requirement for many applications. Whether you need to g...
Published on: 3/17/2025 - 3 min read
Password security is a critical aspect of software development. Storing passwords in plaintext is a major security risk, as a data breach co...
Published on: 3/14/2025 - 3 min read
## Introduction Logging errors is crucial for debugging and monitoring your Express.js applications. While Pino is known for its high-perfo...
Published on: 3/11/2025 - 16 min read
Ever wanted to let users preview CSV files right in their browser without any complex libraries? In this guide, we'll build a simple yet e...
Published on: 3/6/2025 - 5 min read
This year has been somewhat of a wake up call to the developer community in terms of A.I. It seems like each and every month now a new tool ...
Published on: 3/5/2025 - 4 min read
Argon2id is the gold standard for password hashing, combining the best features of Argon2i and Argon2d to provide excellent security against...