A Brief Overview of Garbage Collection in Java

A Brief Overview of Garbage Collection in Java

Garbage collection, or the concept of essentially "cleaning up" no longer referenced spots in memory, is something that we take for granted when writing code in Java since this is…
Javascript’s Temporal Dead Zone (TDZ)

Javascript’s Temporal Dead Zone (TDZ)

Not to be confused with the "temporal pincer movement" from Christopher Nolan's 2020 movie Tenet, but perhaps equally confusing, is the concept in Javascript known as the Temporal Dead Zone,…