Skip to content
View mmitkovic's full-sized avatar

Highlights

  • Pro

Block or report mmitkovic

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

Hey, I'm Miloš 👋

I'm a 42Warsaw student transitioning from a background in graphic and motion design into systems programming and web development. Focused on C and C++ right now.

What I'm Working On

  • Inception — Docker containerization and system administration
  • transcendence — Full-stack web project
  • Personal Portfolio — Building a static site using Vite, React, and Tailwind CSS

Recently Completed

  • ft_irc — A fully functioning IRC server implementation in C++
  • Core 42 Projects — Philosophers, minishell, cub3D, and more

Languages & Tools

  • C / C++ (primary focus)
  • Docker
  • JavaScript / React (currently studying)
  • Linux, Git, Makefiles, Neovim

Let's Connect

Looking to learn, build cool things, and eventually land my first dev role. When I'm away from the keyboard, I'm usually running, reading, or playing chess.

What's Next

Finishing my remaining 42 projects and exploring the bridge between backend architecture and frontend development.

Popular repositories Loading

  1. 42_cub3D 42_cub3D Public

    This project is inspired by the world-famous Wolfenstein 3D game, which is considered the first FPS ever created.

    C 1 1

  2. raycasting raycasting Public

    Building a raycasting engine similar to the one used by Wolfenstein 3D with JavaScript and C.

    JavaScript

  3. 42_Philosophers 42_Philosophers Public

    The Dining Philosophers Problem

    C

  4. 42_get_next_line 42_get_next_line Public

    This project is about programming a function that returns a line read from a file descriptor.

    C

  5. 42_CPP00 42_CPP00 Public

    This first module of C++ is designed to help you understand the specifities of the language when compared to C.

    C++

  6. processing-minishell-visualizer processing-minishell-visualizer Public

    Processing sketch that runs a sequence of commands, inspired by my 42 minishell project.

    Processing