Search

Tagged: 1337

All posts and projects tagged with "1337"

ft_irc server

Built a real IRC server in C++98, multiple clients, channels, operator modes, and a working bot. Tested with irssi.

2 min read
1337 C++ networking

Born to be Root

Production-grade Linux server hardening from scratch — Debian deployment with WordPress, AppArmor profiles, Fail2Ban, and TLS security.

2 min read
1337 Linux System Administration

libc project (libft, printf, get_next_line)

A custom C standard library, a variadic printf implementation, and a buffered file reader. The core projects of the 42 curriculum.

1 min read
1337 C

push_swap

A sorting algorithm project that sorts a stack of integers using a limited set of operations in minimal moves.

1 min read
1337 C algorithms

pipex

Recreating UNIX pipe behavior by redirecting I/O between processes using fork, pipe, and execve.

1 min read
1337 C

Philosophers

A multithreading simulation of the dining philosophers problem, managing concurrent access with mutexes.

1 min read
1337 C

Mini Shell

A fully functional UNIX shell built in C with parsing, execution, pipes, redirections, and built-in commands.

1 min read
1337 C

Inception

A Docker-based multi-container infrastructure with Nginx, WordPress, MariaDB, TLS, custom networking, and secrets management.

1 min read
1337 DevOps

C++ Modules

A comprehensive exploration of C++, from OOP fundamentals to advanced templates, containers, and the STL.

1 min read
1337 C++
← Back to blog