Skip to content
View CodingOnBush's full-sized avatar
🥚
⬅️ Easter egg found 🥳
🥚
⬅️ Easter egg found 🥳

Highlights

  • Pro

Block or report CodingOnBush

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CodingOnBush/README.md

👋 Software Engineer - Systems & Mobile Apps

Graduate from ESIEA & student at 42 Paris
📱 Love for mobile apps that are fast, beautifully designed & highly optimized
Low-level coding (C, memory, concurrency) + full-stack & automation
Experience in startups & freelance: from MVP design to scalable products
Sport-driven mindset - 2x half-marathon finisher (2h13)

⚙️ Some of the languages, frameworks & tools I use

📊 My most used programming languages

Top Langs

📁 Selected low-level coding projects (C, memory, concurrency) ⤵️

Pinned Loading

  1. webserv webserv Public

    HTTP server in C++98 - implemented sockets, request parsing, and multi-client handling. Demonstrates knowledge of networking, concurrency, and scalable backend design.

    C++

  2. minishell minishell Public

    Unix-like shell in C - managed processes, pipes, redirections, and signals. Built a functional command interpreter, highlighting system-level programming and resource management skills.

    C

  3. cub3d cub3d Public

    3D raycasting engine in C - created a simple game environment with textures, movement, and collision detection. Focused on math, algorithms, and memory optimization.

    C

  4. inception inception Public

    Docker-based system - deployed multiple containers (Nginx, WordPress, MariaDB) with custom configuration. Strengthened skills in containerization, system orchestration, and DevOps fundamentals.

    Shell

  5. SwiftUI-Book-App SwiftUI-Book-App Public

    iOS app using SwiftUI and CoreData - integrated the Google Books API to search and manage a personal library. Learned how to design mobile interfaces, handle API data, and ensure smooth local persi…

    Swift