2025-09-24
123 results
Templating and styling with Alpine.js
decorating our HTML with style directives
Searching within lists with Alpine.js
a quick script for matching patterns in arrays
2025-09-18
Hiding and showing content with Alpine.js
toggling stuff with this simple JavaScript framework
2025-09-15
Starting with Alpine.js
having a look at a very simple JavaScript framework
2025-08-31
On using AI
coding (and living) mindfully in the age of artificial intelligence
2025-08-17
URL manipulation with JavaScript
using window.location and decodeURIComponent
2025-05-14
Code as total algebra
having a variable mindset in computer programming
2025-05-12
Different lifestyles of web developers
diverse ways to work in the "industry"
Link rot
the internet version of a sign pointing to some place that no longer exists
Flash of unstyled content
when a user interface temporarily gets stripped of its styling
2025-03-22
Coding tutorial video pet peeves
calling tutorial videos to avoid these kinds of things
2025-02-20
"Object arithmetic" with JavaScript
what happens when we "do math" on a JavaScript object?
2025-02-18
Merging multiple JavaScript objects with the same property names
using the spread operator with two objects
Next.js development basics
getting ourselves a homepage with Next.js
Next.js installation
getting ourselves ready quickly with Next.js web development
Next.js — an introduction
summarizing the famous interface-building JavaScript library
Namespace pollution
giving variables names that can easily collide with others
Alderson loop
when an exit out of a loop exists but only with great difficulty
Git ignore file
blocking files in a project folder that should not go into a Git repo
Deleting a local git branch
clean up the branch list with this one-liner command-line command
Git command aliasing
shortcuts and combinations for common Git commands
Git and GitHub configuration
getting some version control on your computer
Git essentials
summarizing the internet's de facto version control system
2020-10-01
Deploying React apps to GitHub pages
launching a React app/website onto a github.io subdomain
Metcalfe's law
the more something gets used to more useful it becomes
React conditional styling
changing the look of the React app based on certain criteria
React styling
changing the look of what appears on the React app
React list rendering
displaying content from an array of objects