Skip to content
View owrmille's full-sized avatar

Highlights

  • Pro

Block or report owrmille

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

I'm a Master's student in the Computational Sciences program at FU Berlin, and I also study at 42 Berlin, a project-based school with no teachers or traditional classes.

Currently learning Java and exploring Spring; practicing algorithms and data structures.

  • ✍️ r8n - A private, trust-based platform built around recommendations from selected reviewers rather than anonymous public ratings (ongoing group project).
  • ☕︎ java exercises and leetcode problems - A growing collection of Java programming exercises and algorithm implementations from various platforms, updated regularly.
  • 📝 weekly task tracker - Minimalist CLI tool written in Java for weekly planning, progress tracking, and moving forward.

Here are some study projects that I enjoyed and that challenged me (written in C/C++):

  • 🌐 webserv – My own HTTP server in C++ (finally understood what really happens behind a browser request)
  • 🐳 inception – A small Docker-based infrastructure project (containers, services, networking… strangely satisfying)
  • 🎮 so_long – My first 2D graphical game (that was just simple and pure excitement)
  • 🕹 cub3d – A graphical program involving raycasting (how can maths be so awesome?)
  • 🖥 minishell – A mini version of a bash-like shell (tested me a lot, but I loved it more than anything!)
  • 🧠 philosophers – A problem involving threads, concurrency, data races, and deadlocks (broke my brain. I survived, ha)

🌱 Feel free to reach out if you're up for teaming up on something.

I'm addicted to exploring new and challenging myself!


📫 How to reach me:


🌍 Languages I speak:

  • English
  • Russian
  • German (currently learning)

Pinned Loading

  1. r8n r8n Public

    Forked from ioannnikulin/r8n

    Private, trust-based platform built around recommendations from selected reviewers rather than anonymous public ratings.

    Kotlin

  2. inception inception Public

    System administration project focused on building a small infrastructure with Docker and Docker Compose, using separate containers for services like Nginx, WordPress, and MariaDB.

    Shell

  3. java_exercises java_exercises Public

    Collection of Java programming exercises and algorithm implementations from various platforms.

    Java

  4. task_tracker task_tracker Public

    Minimalist CLI tool written in Java for weekly planning, progress tracking, and moving forward. Java + Maven

    Java

  5. minishell minishell Public

    Lightweight shell with an interactive interface for commands, environment variables, signals, redirections, and pipes.

    C

  6. cub_3d cub_3d Public

    3D maze exploration program using ray-casting and MiniLibX. Navigate a first-person perspective maze with realistic textures, customizable maps, and smooth controls.

    C