28 Jul 2024

Stack

Like a literal stack of… dishes, but in software.

26 Jul 2024

Queue

A linear dynamic set of entities kept in a specific sequence

15 Jul 2024

An Unexpected Gift

That time when I got an unexpected gift

13 Jul 2024

Test Driven Development

Exploring the benefits of test-driven development to build software.

22 May 2023

Doubly Linked List

A bidirectional linked lists

31 Aug 2022

Singly Linked List

Linked lists are linear dynamic data structures able to manage memory at runtime.