Published onJuly 27, 2022Dialogs in 2022htmljavascriptdialogsDialogs have always been difficult to manage. Modern browsers in 2022 offer a much simpler solution.
Published onJuly 23, 2022Check if an element is visible with React hooksreactreact-hooksjavascriptChecking if an element is visible on the user screen is very easy using the Intersection Observer API. In this post we will create a custom hook that we can use in our React apps.
Published onJuly 21, 2022Get Started Building CLI Tools with Node.jsnodejavascripttoolsLearn the basics about building CLI tools with Node.js
Published onMarch 6, 2022Basic explanation of JavaScript closuresjavascriptLearn what a JavaScript closure is.