timothee

Articles

Some of my recent posts on design, development, and the tech industry.

minishell: Building a Shell from Scratch in C

August 15, 2025

minishell: Building a Shell from Scratch in C

A quick update and feelings after finishing 3 months long project in pure C - minishell.

so_long: 2D Game in C

May 18, 2025

so_long: 2D Game in C

The so_long project is a simple game in C that uses the MinilibX library for graphics and user input.

push_swap: Bitwise Radix Sort in C

March 10, 2025

push_swap: Bitwise Radix Sort in C

The Bitwise Radix Sort implementation for the push_swap project.

Selfhosting on Raspberry Pi 4B

February 10, 2025

Selfhosting on Raspberry Pi 4B

Setting up a Raspberry Pi 4B, configuring Cloudflare Tunnel in order to avoid the original IPv4 approach and hosting a simple website on it.

Flood Fill: Depth-First Search

February 4, 2025

Flood Fill: Depth-First Search

An in-depth look at implementing the Flood Fill algorithm using Depth-First Search (DFS) in C.

GNL: Efficient Buffer Management in C

February 2, 2025

GNL: Efficient Buffer Management in C

An in-depth look at optimizing the Get Next Line (GNL) project in C for efficient buffer management and memory usage.

Setting Up a Secure Debian Server

December 25, 2024

Setting Up a Secure Debian Server

A comprehensive guide to setting up a secure Debian server using VirtualBox, covering installation, partitioning, SSH configuration, firewall setup, sudo rules, password policies, and a monitoring script.