Menu

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

This JavaScript error took me weeks to find
A big portion of my blog as of late is the Typing Test area that I created over a year ago to test my own 'words-per-minute'. But ...

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

This JavaScript error took me weeks to find
Published on: 11/19/2024 - 5 min read
A big portion of my blog as of late is the Typing Test area that I created over a year ago to test my own 'words-per-minute'. But ...
How to improve animation performance with JavaScript and CSS
Published on: 11/8/2024 - 4 min read
Animating elements on a website can make for a more eye-catching design. But achieving smooth, lag-free animations requires thoughtful optim...
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...