header

Dynamically Typed JS

Lets talk about dynamically typed versus statically typed languages and where JavaScript fits in this world of programming languages

header

C++ Is Not Dead

C++ will rule for ages to come. Until the next big change. I mean really big change, C++ is here to stay until then and long after

header

Arrays

What makes an array an array? Let's dig deep into what they are and how they work under the hood

header

Linked Lists

What makes linked lists so special, why do we use them or even more importantly, when should we use them?

header

Gap Buffers

If you have never before heard of a gap buffer than you're in the right place!