Skip to content
View Neko-Bytes's full-sized avatar
💭
Not in reality atm
💭
Not in reality atm

Highlights

  • Pro

Block or report Neko-Bytes

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 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
Neko-Bytes/README.md

Kumara Teja Mummadisetty

Mechatronics @ RPTU  •  CS @ 42 Heilbronn




🚀 Projects

Among the various projects completed during my core curriculum at 42 Heilbronn, these 7 represent my most significant technical milestones.


☁️ Infrastructure & DevOps

Project Synopsis Core Stack
Inception System Administration Suite. Built a custom Docker infrastructure. Orchestrates a secure network of containers (NGINX, WordPress, MariaDB) with dedicated volumes and established bridges. Docker Bash

🖥️ Computer Graphics & Physics

Project Synopsis Core Stack
MiniRT Raytracing Engine. A multi-threaded renderer that simulates real-world light physics. Calculates shadows, ambient lighting, diffuse reflection, and geometric intersections. C Math
FDF 3D Wireframe Visualizer. Converts raw coordinate data maps into a topographical landscape using isometric projection matrices and Bresenham's line algorithm. C Graphics

⚙️ Systems & Algorithms

Project Synopsis Core Stack
ft_irc IRC Server. A compliant Internet Relay Chat server built from scratch. Handles multiple clients via non-blocking I/O (poll), channel operations, and operator authentication. Cpp Network
Philosophers Concurrency Simulation. Solves the classic synchronization problem using threads and mutexes. Focuses on preventing data races, deadlocks, and resource starvation. C Threads
MiniShell Custom Bash Replica. Developed a custom shell in C mimicking Bash. Implemented command parsing, pipelines, I/O redirection, signal handling, and environment management. C System
Libft Custom C Library. A complete re-implementation of the standard C library (libc). Rebuilt generic memory handling, string manipulation, and list processing functions. C Memory

stats graph languages graph

Popular repositories Loading

  1. FDF FDF Public

    C

  2. libft libft Public

    C

  3. ft_printf ft_printf Public

    C

  4. get_next_line get_next_line Public

    C

  5. push_swap push_swap Public

    C

  6. minitalk minitalk Public

    C