Skip to content
View Lilly81324's full-sized avatar
💭
Experiencing real life Memory Leaks
💭
Experiencing real life Memory Leaks

Block or report Lilly81324

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

🌺 Lilly81324s Profile Page 🖥️

About me

Hello, I am Lilly, a backend developer with a focus on C/C++ and web development

I am a software and web developer, with a particular interest in C based code and creating webservers.
I learnt coding in school, when I found out that I can program my Ti-Nspire Calculator to do my homework for me, by using Lua.
After that I applied to our school's IT work group, where I was introduced to the basic programming language principles by using Scratch 2.
I then moved on to writing my own Discord bot and some smaller projects, as I started teaching myself Python.
After learning about a coding school called 42 Wolfsburg, I quit my physics studies to focus fully on studying IT. There, I learnt the fundamentals of all programming, with C, C++ and later on more complex scripting languages like Typescript

My greatest asset as a developer is my ability to independently teach myself and learn new skills quickly, to accomplish an assigned task. I am also fluent in English and German and comfortable with working in team enviroments.

Current

As of now, I am still studying at 42 Wolfsburg, and am about to finish the common core on 12. July 2026.
I am actively looking for a junior backend position in tech, where I can make use of my C/C++ and web development experience and keep expanding my tech stack.

Links / Contact Info

E-mail: likunne@proton.me
[WIP add pronouns page]

Techstack

Languages
Frameworks
Architecture
Platforms

Projects

Scope: 120 days - 5 people
Context: The final graduation project for my studies at 42 Wolfsburg
Result: The project features a website with an account system, as well as user management and OAuth 2.0 to set up a local pvp multiplayer game inspired by the game "Worms"
Role: Full stack working on the server and frontend for the game, while modifying the docker architecture to allow for streamlined use of websockets

Scope: 90 days - 3 people
Context: One of the projects of the core curriculum from 42 Wolfsburg
Result: A minimal implementation of Nginx that takes a configuration and sets up a server on localhost, that can serve configured endpoints.
Role: Implementing graceful shutdown, handling PUT and PATCH methods, setting up Header and Cookie systems

Scope: 30 days - 1 person
Context: One of the projects of the core curriculum from 42 Wolfsburg
Result: A website set up with wordpress and accessible on localhost
Role: Solo project, set up entire docker network and endpoints independently

Education & Experience

[WIP Verify]2009 - 2022
High school at the Theodor-Heuss-Gymnasium, Wolfsburg
-> Achieved a high school diploma (Abitur/Fachhochschulreife) [WIP insert grade]

2022 - 2023
Studied physics at Brunswick university

2024 - 2026
Studied at 42 Wolfsburg

Pinned Loading

  1. 42_Worms2D 42_Worms2D Public

    Sets up a functional webpage and server which allows for account management and playing a local multiplayer pvp game

    TypeScript

  2. 42_webserv 42_webserv Public

    This project sets up a web server, written entirely in C++, mirroring the behaviour of nginx

    C++

  3. 42_inception 42_inception Public

    A project at 42 Wolfsburg introducing the concept of Dockers

    Shell