Building an Image Carousel with JavaScript
A breakdown of how I built a simple image carousel, focusing on how state, event listeners, and timing work together to create the interaction.
Notes and walkthroughs on frontend development, implementation patterns, and things I’m learning as I build.
A breakdown of how I built a simple image carousel, focusing on how state, event listeners, and timing work together to create the interaction.
After hearing and seeing the term callback functions but not fully understanding what they were, I found clarity by recognizing how they are used in a component I built – an image carousel.
A brief look at some commonly used methods on the document object
async and defer control how scripts are downloaded and executed relative to HTML parsing, directly impacting performance, execution order, and DOM availability.
Setting up MySQL on macOS is usually straightforward, but there are a few moments that can make you pause—especially if it’s your first time.
When we talk about outliers, we’re really asking a simple question: “Which points sit unusually far from the rest of the data?”