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
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?”
When you’re working with data, one of the first questions you end up asking is, “How far do these values drift from the center?” Variance is one way to answer that ...