Writing on software design, racing, hobbies, and whatever else catches my attention on any given day.

All of my long-form thoughts on programming, hobbies, product design, and more, collected in chronological order.

The Future Of Freight

Some thoughts on the roles technology will play in the freight and logistics industry in the future

Regex Breakdowns - Password Strength Validation

Securing user accounts starts with enforcing strong passwords. This article explores how to use regular expressions (regex) to validate password strength, ensuring that passwords meet specific security criteria.

Regex Breakdowns - Email Validation

In the digital age, validating email addresses has become a crucial task for developers to ensure data integrity and effective communication. This article dives into the intricacies of using regular expressions (regex) for email validation, providing a tool that is both powerful and versatile in parsing and verifying email formats.

Regex Breakdowns - URL Validation

Part one of the Regex explanation series, URL String Validation. This article will walk you through the basics of what regex is and how to use it to validate a URL string.