@bpreston5393
Forever lost in localhost
I'm a web developer who aims to improve my own knowledge and skills while also helping others do the same.
Nothing here yet.
Feb 13 · 4 min read · Maybe you’ve heard of hoisting or maybe this is a new term in your learning journey. Either way, understanding how hoisting works will help you understand how your code works. What the heck does hoisting even mean? By definition, when something is “h...
Join discussion
Mar 2, 2025 · 4 min read · You’re at a water park in line for your favorite water slide. Only one person is allowed to go down the slide every 15 seconds. This is implemented for safety. If every person when right after the other, we would have backups in the slide or injuries...
Join discussion
Feb 26, 2025 · 3 min read · When adding images to our websites, it’s crucial to prevent the layout from shifting while the image loads. Cumulative Layout Shift (CLS) can be described as unexpected movement while the page content is loading. For example, you go to click on a but...
Join discussion
Feb 16, 2025 · 3 min read · We’ve all been there. You have a list of items and each item needs to listen for an event. Maybe it’s a click event or mouseover event. Traditionally, you may have put an event listener on every item in the list, but what if I told you there was a be...
Join discussion