timothee
My profile picture

Hey, I'm Tim, a Full Stack Engineer

Passionate about crafting elegant solutions and building impactful software. Based in Warsaw, available for both Frontend and Backend projects worldwide.

About Me

I am a software engineer with a passion for building web applications and exploring new technologies. I love to share my knowledge through writing and mentoring.

Tech Skills

Technologies I work with on a daily basis.

Frontend icon

Frontend

Modern frontend with advanced state management, primarily in Next.js or React, but also in Nuxt.js & Vue

Backend icon

Backend

Server-side development with Node.js, Go, and Python. RESTful APIs, GraphQL, and microservices architecture

Database icon

Database

Relational and NoSQL databases including PostgreSQL, MongoDB, Redis for data persistence and caching

DevOps icon

DevOps

Container orchestration with Docker, CI/CD pipelines, cloud and bare metal deployment

Design icon

Design

UI/UX design and prototyping with Figma, creating user-centered interfaces and design systems

My Open Source Journey

Each green square represents a day of contribution, a step towards better software for everyone.
Loading...

Latest Articles

Some of my recent thoughts

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.

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.

March 10, 2025

push_swap: Bitwise Radix Sort in C

The Bitwise Radix Sort implementation for the push_swap project.

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.

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.

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.