Hello, I'm Walt, a Sr. Software Engineer đź‘‹
This site features
Over 800+ articles
on software
development
on a variety of topics and programming languages

Latest Article

The many ways to sanitize user input in C#
When we think of sanitizing user input, we often focus on the client facing portion of it, meaning setting appropriate types for our input e...

Join the newsletter

And get a free copy of my guide:

11 Career Choices for Software Developers

Where I break down 11 of the top career choices that are in high demand for software developers at any stage.

Join the community

Latest Articles

The many ways to sanitize user input in C#
Published on: 10/30/2024 - 4 min read
When we think of sanitizing user input, we often focus on the client facing portion of it, meaning setting appropriate types for our input e...
How to Use the Vibration API for Haptic Feedback in Mobile Web Applications
Published on: 10/24/2024 - 4 min read
The JavaScript Vibration API is a powerful yet simple tool that allows developers to trigger vibrations on mobile devices directly through t...
How A.I. coding assistants can help prevent developer burnout
Published on: 10/15/2024 - 6 min read
A.I. coding assistants have not been out in the wild for too long, but definitely long enough that you either use them in your professional ...
ChatGPT with Canvas is here to make programming easier
Published on: 10/10/2024 - 4 min read
OpenAI recently unveiled their newest feature addition to the ChatGPT interface, canvases. And after a week of taking it for a tes...
What are JavaScript Proxies and how they work
Published on: 10/7/2024 - 4 min read
One of the most powerful, but not often seen or used, features of JavaScript are proxies. Proxies were introduced in ECMAScript 6 and they a...
How to effectively use useCallback in a React app
Published on: 10/4/2024 - 4 min read
If you're building a React application then understanding how and when to use the useCallback hook can help prevent unnecessary re...