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

How to use A.I. coding assistants can help prevent developer burnout
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 ...

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

How to use 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...
A Look at the Drag and Drop API in JavaScript
Published on: 10/1/2024 - 4 min read
The HTML5 Drag and Drop API offers a simple method for allowing the movement of HTML objects around a webpage. In the past, this typically i...
How to Generate GUIDs in JavaScript
Published on: 9/30/2024 - 4 min read
Generating unique ID's is a common practice in most modern web applications. Whether you're building APIs, databases, or client-side applica...