Skip to content
View dmitrijslasko's full-sized avatar

Block or report dmitrijslasko

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

Hello world! 👋

  • 👋 I’m Dima — after years of building and scaling e-commerce products, I’m now shifting my focus to software engineering.
  • 🌱 Currently studying full-stack development at 42 Berlin
  • 💬 I love exploring how design, logic, and systems come together in code
  • 📫 Reach me: LinkedIn Instagram

⭐ Featured projects

Sushi Ninja – A raycaster game inspired by Wolfenstein 3D

🍣 Sushi Ninja
A raycaster game and engine inspired by Wolfenstein 3D, written in C.

FDF – 3D wireframe models visualizator

🌐 FDF
3D wireframe visualizer for 2D coordinate data, written in C.

Philosophers - multithreading project

🍽️ Philosophers
A 42 project written in C that explores multithreading and synchronization using mutexes.


🧠 Skills

Python C C++ HTML5 CSS3 Photoshop Illustrator

Pinned Loading

  1. 42_cub3D_advanced 42_cub3D_advanced Public

    Expanded and enhanced version of School 42 Cub3D, featuring a reworked raycasting engine with additional gameplay mechanics, lighting, and multilevel design.

    C 3

  2. 42_fdf 42_fdf Public

    A 42 project written in C that visualizes 3D terrain maps as isometric wireframes.

    C 3

  3. 42_philosophers_tester 42_philosophers_tester Public

    A simple shell script to test your Philosophers project

    Shell 1

  4. 42_philosophers 42_philosophers Public

    A 42 project written in C that explores multithreading and synchronization using mutexes and processes. It simulates philosophers sitting around a table, eating, thinking, and sleeping while avoidi…

    C

  5. 42_push_swap 42_push_swap Public

    Sorting data on a stack with a limited set of instructions, aiming for least number of operations. Written in C.

    C

  6. 42_minishell 42_minishell Public

    A UNIX shell implementation written in C as part of the 42 curriculum. Minishell reproduces the behavior of a basic Bash shell — handling commands, redirections, pipes, environment variables, and b…

    C