Skip to content
View Zaiicko's full-sized avatar
๐Ÿ”ป
Ekip
๐Ÿ”ป
Ekip

Highlights

  • Pro

Block or report Zaiicko

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Zaiicko/README.md
urahara

Hey, I'm Zaiicko ๐Ÿ‘‹

Developer from 42 Brussels โ€” Common Core completed ๐ŸŽ“ I like both ends of the stack: low-level C/C++ and modern full-stack web.


๐Ÿ“ 42 projects

๐Ÿ“ All 42 projects โ€” click to expand
Project About
libft My own C standard library, used in every project after
get_next_line Read a line from any file descriptor
ft_printf Reimplementation of printf
born2beroot System administration โ€” hardened Debian VM
push_swap Sorting with two stacks in a limited instruction set
minitalk Client/server communication using UNIX signals
so_long 2D tile-based game (MiniLibX)
minishell A bash-like shell
philosophers Dining philosophers โ€” threads, mutexes, race conditions
NetPractice TCP/IP addressing and network configuration
cub3D Wolfenstein-style raycasting engine
C++ modules C++ & OOP โ€” modules 00 to 09
ft_irc IRC server in C++
Inception Docker infrastructure โ€” nginx, WordPress, MariaDB
ft_transcendence Saveboxd โ€” final project, full-stack web app

๐Ÿ› ๏ธ Stack

Languages

C C++ TypeScript SQL

Web

React NestJS Node.js PostgreSQL Prisma Socket.IO Tailwind CSS

Tools

Docker nginx Git Linux Vim macOS


๐Ÿ“Š Stats

Zaiicko's GitHub stats Top languages


๐ŸŽ“ Certification

GitHub Foundations


๐Ÿ“ซ Contact

Discordย LinkedIn

Profile views

Pinned Loading

  1. ft_transcendence ft_transcendence Public

    ๐ŸŽฎ Saveboxd โ€” the Letterboxd of video games. Track, rate & review games, import your Steam/PlayStation/Xbox library, follow your friends. 42 final project.

    TypeScript 5

  2. cub3D cub3D Public

    Cub3D is a 3D game engine project inspired by Wolfenstein 3D, developed in C using the MiniLibX graphics library for rendering and raycasting techniques.

    C 2

  3. so_long so_long Public

    A small 2D game in C with MiniLibX โ€” sprites, map parsing & player movement. 42 project.

    C 3

  4. minishell minishell Public

    A bash-like shell in C โ€” parsing, pipes, redirections, env variables, signals & built-ins. 42 project.

    C 1

  5. philosophers philosophers Public

    The dining philosophers problem in C โ€” threads, mutexes & race-free synchronization. 42 project.

    C