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 More

What Are Pure Functions?

November 7, 2022

A quick explanation on what pure functions are and how to use them.

Read More

Async 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 More

New 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 More

Null Vs Undefined

July 1, 2022

This article explains the difference between null and undefined in depth.

Read More