timothee

Articles

Technical articles and tutorials

velite: The Content Pipeline I Was Building by Hand

April 25, 2026

velite: The Content Pipeline I Was Building by Hand

How @nuxt/content gave me content-pipeline envy, why I spent months building the same thing in Next.js by hand, and how Velite made it all irrelevant.

# nextjs
# frontend
# tooling
The Art of Creation and Why Artificial Intelligence is Corrosive

February 12, 2026

The Art of Creation and Why Artificial Intelligence is Corrosive

A reflection on the impact of AI on creativity, authorship, and the human experience of struggle and growth in the creative process.

# ai
# philosophy
Awesome Go - Learning Resources

December 6, 2025

Awesome Go - Learning Resources

A curated list of awesome Go learning resources, articles, and channels for developers.

# go
Introduction to SQL Interview Questions

November 2, 2025

Introduction to SQL Interview Questions

Master common SQL interview questions and patterns to excel in data-related job interviews.

# sql
# interview
Komari: Node System Monitoring in Go

October 26, 2025

Komari: Node System Monitoring in Go

Exploring Komari, a minimalist monitoring tool that provides live system metrics with a simple interface.

# docker
# unix
# monitoring
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.

# c
# project
Nuxt Content: The git-based CMS

July 6, 2025

Nuxt Content: The git-based CMS

Review of Nuxt Content, the git-based CMS for Nuxt projects.

# nuxt
# frontend
Go Data Types

June 15, 2025

Go Data Types

A comprehensive guide to Go's core types, including strings, numbers, structs, arrays, slices, maps, pointers, interfaces, channels, and more.

# go
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.

# c
# algorithm
# project
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.

# c
# algorithm
# project
TMUX: Terminal Multiplexer

February 16, 2025

TMUX: Terminal Multiplexer

Learning how to use TMUX, a terminal multiplexer that allows you to run multiple terminal sessions in a single window.

# unix
# terminal
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.

# unix
# homelab
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.

# c
# algorithm
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.

# c
# project
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.

# unix
# sysadmin
# bash