2022-11-28
|~4 min read
|656 words
*Note: A POJO is actually a “Plain Old Java Object”, but I’m talking about Javascript, so it’ll be “Plain Old Javascript Object” today…
2022-11-28
|~1 min read
|194 words
I was fiddling with some test databases recently when a colleague suggested I could wipe the entire database (without dropping the table…
2022-11-28
|~3 min read
|433 words
No matter the mode of transportation, the faster you go, the less control you have. If you’ve ever tried to turn on a dime when sprinting or…
2022-11-28
|~2 min read
|385 words
It was one of those light bulb moments when things finally clicked. My colleague was describing how to ensure that my elements weren’t…
2022-11-28
|~4 min read
|685 words
Recently, I was working on a project where I wanted the scroll event to invoke a function that would affect other elements on the page. For…
2022-11-28
|~5 min read
|904 words
If you’ve ever mapped over an array in React, you’ve likely seen this warning: Warning - Children Should Have Unique Key I wanted to…