Recent Mentions
Articles, videos, and resources I've been reading and watching lately.
An up-to-date knowledge base for Go programming self learning with comprehensive tutorials and examples.
An introduction to Go using annotated example programs covering all the core concepts of the language.
Learn Go by writing tests - a comprehensive guide that teaches Go programming through test-driven development.
Awesome in-depth channel with old-school, detailed Go classes covering advanced topics and best practices.
A lot of good videos on Go covering practical examples, tutorials, and real-world applications.
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
Master common SQL interview questions and patterns to excel in data-related job interviews.

October 26, 2025
Exploring Komari, a minimalist monitoring tool that provides live system metrics with a simple interface.
August 15, 2025
A quick update and feelings after finishing 3 months long project in pure C - minishell.

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

February 10, 2025
Setting 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
An in-depth look at implementing the Flood Fill algorithm using Depth-First Search (DFS) in C.
February 2, 2025
An in-depth look at optimizing the Get Next Line (GNL) project in C for efficient buffer management and memory usage.