Deep Dives
Explore my in-depth articles and insights.
Articles
Some of my recent posts on design, development, and the tech industry.

November 2, 2025
Introduction to SQL Interview QuestionsMaster common SQL interview questions and patterns to excel in data-related job interviews.

October 26, 2025
Komari: Node System Monitoring in GoExploring Komari, a minimalist monitoring tool that provides live system metrics with a simple interface.
August 15, 2025
minishell: Building a Shell from Scratch in CA quick update and feelings after finishing 3 months long project in pure C - minishell.

May 18, 2025
so_long: 2D Game in CThe so_long project is a simple game in C that uses the MinilibX library for graphics and user input.
March 10, 2025
push_swap: Bitwise Radix Sort in CThe Bitwise Radix Sort implementation for the push_swap project.

February 10, 2025
Selfhosting on Raspberry Pi 4BSetting up a Raspberry Pi 4B, configuring Cloudflare Tunnel in order to avoid the original IPv4 approach and hosting a simple website on it.
February 4, 2025
Flood Fill: Depth-First SearchAn in-depth look at implementing the Flood Fill algorithm using Depth-First Search (DFS) in C.
February 2, 2025
GNL: Efficient Buffer Management in CAn in-depth look at optimizing the Get Next Line (GNL) project in C for efficient buffer management and memory usage.