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 Create Horizontal Scroll Snap in CSS
Scrolling is an essential part of modern web browsing, but when done poorly, it can result in a clunky or frustrating user experience. Think...

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 Create Horizontal Scroll Snap in CSS
Published on: 9/17/2024 - 6 min read
Scrolling is an essential part of modern web browsing, but when done poorly, it can result in a clunky or frustrating user experience. Think...
How to Create a Masonry Style Layout with CSS
Published on: 9/16/2024 - 6 min read
Creating visually appealing layouts is key to delivering a great user experience on the web, and one of the most popular styles histori...
Working with CSS Variables to Enhance Reusability and Flexibility
Published on: 9/13/2024 - 5 min read
CSS Variables, also known as Custom Properties, have become a game-changer in the world of web development. They provide the ability to defi...
Understanding CSS Specificity: How Styles Are Applied and Overridden
Published on: 9/11/2024 - 5 min read
Cascading Style Sheets (CSS) is the backbone of web design, allowing developers to style their web pages in an organized and efficient manne...
10 Advanced CSS Selectors You Probably Aren't Using
Published on: 9/10/2024 - 4 min read
CSS has grown exponentially during the past few years in terms of features for developers. And much of that goes unnoticed by your everyday ...
How to Create CSS-Only Tooltips
Published on: 9/9/2024 - 7 min read
When it comes to building interactive user interfaces (UIs), tooltips are a subtle yet essential component that often times get ignored. The...