Skip to content
View alex-robert-fr's full-sized avatar
  • 0x7c00
  • Saint Malo
  • 11:33 (UTC +02:00)

Block or report alex-robert-fr

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
alex-robert-fr/README.md

Typing SVG

0x7c00

Software Architect & Developer — Systems programming, SaaS, automation.

Self-taught since 10. Built my way from bare-metal to production.
Typing SVG

Typing SVG

core/c Primary language. Systems programming, memory management, bare-metal.
core/x86-asm Bootloaders, OS development, hardware-level programming.
core/rust Systems programming with stronger safety guarantees.
core/typescript High-design SaaS tooling with DDD architecture.
drivers/neovim Full terminal-based workflow.
drivers/claude AI-assisted development — structured workflow, deterministic quality gates, human decision authority.

Typing SVG

clean_code Clean Architecture, SOLID, DDD applied daily. No comments that explain what — only why.
ai_workflow Structured workflow, deterministic quality gates, human decision authority. AI accelerates — it doesn't decide.
process Replicability over speed. Reproducible workflows, documented decisions, modular systems that scale without rewriting.
architecture Modular by design. Every decision documented before the first line of code. Technical debt is a choice, not an accident.

Typing SVG

Project Description
>> expensive_os Exploring OS development from scratch in x86 assembly.
>> snake-os Snake game running on raw x86 hardware, no OS layer.
>> Pacman-so_long Pacman in C with 42's minilibx.

Typing SVG

Typing SVG

GitHub Streak


Typing SVG

Pinned Loading

  1. EmpireEarth EmpireEarth Public

    Ce projet a pour objectif de recréer l'expérience épique d'Empire Earth, mais avec un style graphique minimaliste et plutôt réaliste, des performances optimisées et de meilleurs mécaniques stratégi…

    C

  2. Pacman-so_long Pacman-so_long Public

    Redécouvrez le jeu classique de Pacman, sublimé par la puissance du C et enrichi par la minilibx de l'école 42. Avec des animations fluides, une mécanique de jeu captivante et la possibilité de cré…

    C 1

  3. expensive_os expensive_os Public

    Assembly 6 1

  4. snake-os snake-os Public

    A bare-metal x86 "OS" that run Snake

    Assembly 1

  5. asm micro boot asm micro boot
    1
    jmp $
    2
    
                  
    3
    times 510-($-$$) db 0
    4
    dw 0xaa55