Skip to content
View Alreix's full-sized avatar
• Holberton software engineering student • C, Python, systems & full-stack web
• Holberton software engineering student • C, Python, systems & full-stack web

Highlights

  • Pro

Block or report Alreix

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

Hi, I'm Morgane ✨

Full-Stack Software Engineering student at Holberton School
Backend-focused developer interested in clean architecture, APIs, databases and practical web applications.


About me

I'm a Software Engineering student based in France, currently training at Holberton School.

My background combines low-level programming, backend development, databases and frontend fundamentals. I enjoy understanding how things work under the hood, from memory management and system calls in C to API design, authentication, database modeling and secure web applications.

I am currently building strong foundations in software engineering while preparing to specialize in cybersecurity. I am especially interested in how systems, networks, applications and data can be designed, protected and understood from a technical point of view.

I also keep a strong interest in backend development and APIs, because I see them as an important part of building reliable, secure and useful applications.


Current focus

  • Preparing for a cybersecurity specialization
  • Strengthening my understanding of networking, Linux and system fundamentals
  • Practicing low-level programming, algorithms and data structures in C
  • Building backend applications with Python, Flask and REST APIs
  • Improving my understanding of authentication, authorization and secure API design
  • Working with databases, SQL and ORM patterns
  • Improving my architecture skills through layered application design
  • Creating cleaner, more professional GitHub repositories and documentation
  • Looking for an apprenticeship related to cybersecurity, backend development or secure software engineering

Tech Stack

Languages

C Python JavaScript SQL HTML5 CSS3 Shell

Backend & APIs

Flask Flask-RESTX Node.js Express.js REST API JWT

Databases & ORM

MySQL SQLAlchemy Database Modeling

Tools & Environment

Git GitHub Linux VS Code npm curl


Software Engineering Skills

  • Low-level programming in C
  • Memory management, pointers and system calls
  • Algorithms and data structures
  • Sorting algorithms and Big O notation
  • Binary trees and data structure traversal
  • Shell scripting and Linux command line
  • Backend development with Python and Flask
  • REST API design and route organization
  • Authentication with JWT
  • SQL database design and relationships
  • ORM usage with SQLAlchemy
  • Database migrations and project setup
  • Frontend fundamentals with HTML, CSS and JavaScript
  • DOM manipulation and API integration
  • Git, GitHub and project documentation

Featured Projects

Backend application inspired by Airbnb, developed as part of the Holberton School curriculum.

Tech: Python, Flask, Flask-RESTX, SQLAlchemy, MySQL, JWT
Focus: layered architecture, REST APIs, authentication, data modeling, persistence


A minimal UNIX command-line interpreter written in C.

Tech: C, Linux, system calls
Focus: process creation, command parsing, environment handling, PATH resolution, memory management


Custom implementation of the C printf function.

Tech: C, variadic functions
Focus: format parsing, modular programming, low-level output handling


Collection of backend projects focused on JavaScript, Node.js, Express and asynchronous programming.

Tech: JavaScript, Node.js, Express.js
Focus: server organization, promises, async programming, API routes, backend fundamentals


Frontend projects focused on HTML, CSS and JavaScript fundamentals.

Tech: HTML5, CSS3, JavaScript
Focus: semantic structure, responsive design, DOM manipulation, user interface integration


Collection of certifications earned during the Holberton School curriculum.

Focus: professional development, technical foundations and complementary software engineering skills


What I am looking for

I am currently looking for an apprenticeship opportunity where I can grow in cybersecurity, backend development or secure software engineering.

I am especially interested in:

  • cybersecurity fundamentals;
  • secure software development;
  • backend development;
  • API design and security;
  • authentication and access control;
  • database-driven applications;
  • Linux, networking and system fundamentals;
  • clean architecture;
  • practical software used by real users;
  • collaborative engineering environments.

Contact


Clean code. Strong foundations. Practical applications.

Pinned Loading

  1. holbertonschool-hbnb holbertonschool-hbnb Public

    Holberton School project implementing an Airbnb-like backend application (HBnB), focusing on architecture, data modeling, APIs, and serialization using Python.

    Python 1

  2. holbertonschool-printf holbertonschool-printf Public

    Custom implementation of the C printf function using variadic functions, format parsing and low-level output handling.

    C

  3. holbertonschool-simple_shell holbertonschool-simple_shell Public

    A minimal UNIX command line interpreter written in C, developed as part of the Holberton School curriculum to understand process creation, system calls, and shell internals.

    C