Skip to content
View Willi363363's full-sized avatar

Highlights

  • Pro

Block or report Willi363363

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

William Rouviere

Software Engineering Student — Epitech Montpellier 📍 Montpellier, France 🔎 Seeking a 6-month Software Development Internship (July → December 2026)

I focus on low-level programming, Unix systems, and software internals through intensive C projects and system-oriented development.


About Me

  • 🎓 First-year student at Epitech Montpellier
  • 💻 Strong interest in systems programming & backend engineering
  • 🐧 Daily Linux user (Arch)
  • ⚙️ Comfortable working close to the OS (processes, memory, parsing)
  • 🚀 Learning by building complex projects from scratch

I aim to understand how software actually works, from parsing input to binary execution.


Tech Stack

Languages

  • C
  • Python
  • Bash

Environment & Tools

  • Linux / Unix systems
  • Git & GitHub workflows
  • Makefile
  • gdb / valgrind
  • Vim / VS Code

Core Concepts

  • Process management & execution
  • File descriptors & I/O
  • Parsing & interpreters
  • Memory management
  • CLI tools design
  • Compilation pipeline basics

Featured Projects

🐚 Minishell

Unix shell reimplementation written in C.

Highlights

  • command parsing (AST-like logic)
  • pipes & redirections
  • fork / exec process handling
  • environment variable management

➡️ https://github.com/Willi363363/my-42sh-mirror


⛏️ Minecraft Clone (CSFML)

3D-style sandbox project using CSFML.

What it demonstrates

  • graphics programming in C
  • event handling & rendering loop
  • game architecture fundamentals
  • performance constraints handling

➡️ https://github.com/Willi363363/myworld


⚙️ C → ASM Transpiler

Compiler-style project translating C-like input into Assembly and producing a binary.

Concepts explored

  • lexical analysis
  • parsing
  • code generation
  • compilation pipeline understanding

➡️ https://github.com/Willi363363/mncc


🧭 Amazed — Path Handling Algorithm

Graph/path resolution project focused on algorithmic optimization.

Key ideas

  • graph traversal
  • pathfinding strategies
  • performance reasoning
  • data structure design

➡️ https://github.com/Willi363363/amazed


🐼 Panda Recreation in C

Low-level reimplementation project exploring architecture and structured program design.

➡️ https://github.com/Willi363363/cuddle


Currently Learning

  • Advanced C programming patterns
  • Shell & OS internals
  • Compiler fundamentals
  • Software architecture
  • Debugging complex systems

What I'm Looking For

A development internship where I can:

  • contribute to real production code
  • learn professional engineering workflows
  • improve code quality & debugging skills
  • collaborate within a development team

Open to:

  • Backend development
  • Systems programming
  • Software engineering
  • Cybersecurity environments

Any company that can provide me with professional experience, insight into the corporate world, and technical or soft skills.


Contact


Notes

Most repositories are academic or experimental projects focused on deep technical understanding rather than polished products.

Popular repositories Loading

  1. mncc mncc Public

    recreating gcc

    C 4

  2. Willi363363 Willi363363 Public

    1

  3. myworld myworld Public

    C 1

  4. cuddle cuddle Public

    C 1

  5. Bot-crypto Bot-crypto Public

    Python

  6. amazed amazed Public

    C