Skip to content
View mindoodoo's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Berlin, Germany
  • 09:20 - 1h ahead

Organizations

@EpitechPromo2025 @ukraine-arrival-support @ratatui

Block or report mindoodoo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
mindoodoo/README.md

Hi there, I'm Leon 👋

tl;dr

I'm a 23 years old computer science student currently studying at Epitech Berlin. French & American, I love everything technology and programming.

Lately, I've been spending more time writing rust in personal projects and getting more into open source. I also recently finished working on my master thesis project Autogrower which I hope to be able to open source some parts of soon. Autogrower was a consumer oriented hydroponics hardware solution aimed at making hydroponics more accessible to new users. Within the Autogrower team I took on the role of Project Lead while also being the sole developper of the hardware and PCB prototypes. In my capacity of project lead I oversaw the development of our user applcations, both mobile and web based, the development of the backend, as well as the development of he firmware in which I was more involved due to my in depth knowledge of our circuis design.

I am currently looking for a software development internship, feel free to reach out. You may find my resume here : (English or French).

About Me

I am very passionate about low level systems programming languages, especially C and Rust. Over the course of my studies, I have on numerous occasions honed my skills by re-writing linux cli programs and libc functions. Some of my favourites were Nm / Objdump, Ftp Server and Malloc.

When I'm not writing C, you will most likely find me writing C++. Some of my favourie projects include :

Before starting my studies I was mostly interested in high level programming languages such as Python and Lua, working on a diverse set of projects ranging from basic machine learning using Tensorflow to android applications using lua and corona sdk (now Solar2D).

Pinned Loading

  1. nydragon/GLaDOS-2023 Public

    A Scheme interpreter in Haskell.

    Haskell 4 1

  2. Epitech-R-Type/R-Type Public

    This project aims to implement the classic game R-Type.

    C++ 4

  3. Arcade Public

    A basic implementation of classic arcade games supporting multiple graphical library switching at runtime (including Ncurses)..

    C++ 1

  4. Ftp-Server Public

    Basic FTP Server implementation.

    C

  5. Minilibc Public

    Basic libc functions implemented in assembly.

    Assembly

  6. Nm-Objdump Public

    Implementations of nm and objdump (only -fs flags) linux commands.

    C