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 effectively use useCallback in a React app
If you're building a React application then understanding how and when to use the useCallback hook can help prevent unnecessary re...

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 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...
How to show PDF file upload previews using JavaScript
Published on: 9/26/2024 - 3 min read
Rendering a PDF preview in JavaScript is a common requirement in most modern web applications these days. Whether you're building a file upl...
Web Storage API: LocalStorage vs. SessionStorage
Published on: 9/26/2024 - 5 min read
When developing modern web applications, it’s common to store some data directly on the user's browser. Whether it’s user preferences, sessi...
How to improve web accessibility with Semantic HTML elements
Published on: 9/25/2024 - 9 min read
Web accessibility has never been more important than it is in modern times. With almost the entire planet being connected by some digital de...