Result
How To Learn To Code Faster With Comments
January 2, 2023
Building projects from scratch is hard, but if you utilize comments correctly you can make writing projects from scratching trivial.
Read MoreWhat Are Pure Functions?
November 7, 2022
A quick explanation on what pure functions are and how to use them.
Read MoreAsync Vs Defer - JavaScript Loading Explanation
July 1, 2022
An explanation of the difference between standard, async, and defer script tag loading, and which is the best to use.
Read MoreNew CSS Range Media Queries
July 1, 2022
Defining media queries with min-width and max-width is not super intuitive which is why CSS added range media queries and they are amazing.
Read MoreNull Vs Undefined
July 1, 2022
This article explains the difference between null and undefined in depth.
Read More