Skip to content
View kaasiel's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Joined May 1, 2026

Block or report kaasiel

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

🧑‍💻 About Me

typedef struct  s_belaindr
{
    char    *location;      // Madagascar 🌍
    char    *school;        // École 42 — since January 2026
    char    *mail;          // ginolaindraiky03@gmail.com
    char    *passions[3];   // { "Jeux vidéos 🎮", "Arts martiaux 🥋", "Webtoon 📖" }
    char    *stack[];       // { "C", "Python", "HTML/CSS", "JS", "PHP", "SQL" }
    char    *currently;     // "Building projects, sharpening skills, leveling up"
    bool     open_to_learn; // true
}               t_belaindr;

Étudiant à École 42 depuis janvier 2026, je construis mes bases en programmation un projet à la fois.


🛠️ Tech Stack

Langages système & scripting

C Python Bash

Web

HTML5 CSS3 JavaScript PHP SQL

Outils & environnement

Git GitHub Linux VS Code


🚀 Projets 42

Projet Description Langage Statut
libft Bibliothèque C personnalisée — réimplémentation des fonctions standard C ✅ Done
ft_printf Réimplémentation de printf avec gestion des formats C ✅ Done
get_next_line Lecture ligne par ligne depuis un file descriptor C ✅ Done
push_swap Tri de pile avec opérations limitées entre deux stacks C ✅ Done
Growing Code Fondamentaux Python à travers l'analyse de données de jardin Python ✅ Done
...à venir D'autres projets en cours de germination 🌱 🚧 WIP

"Every expert was once a beginner — every pro was once an amateur."


📌 Mes repos publics

Repo Langage Description
libft_42_cursus C Ma propre bibliothèque C — réimplémentation from scratch des fonctions standard de la libc
ft_printf C Réimplémentation de printf en C, gestion des formats et des conversions
get_next_line C Lecture ligne par ligne depuis un file descriptor avec gestion d'un buffer statique
push_swap C Algorithme de tri d'une pile d'entiers avec un jeu d'instructions limité sur deux stacks
pyhton-Module Python Premiers pas en Python — exercices fondamentaux autour de données de jardin communautaire
About-me Repo de profil GitHub personnel

🎮 Fun Facts

🥋 Arts martiaux — la discipline du tatami s'applique au debug
📖 Grand fan de webtoon — le storytelling, c'est aussi une compétence dev
🎮 Gamer dans l'âme — chaque bug est juste un boss à battre
🌍 Fier représentant de Madagascar à École 42

« Le code, comme les arts martiaux, se maîtrise un kata à la fois. »


Pinned Loading

  1. ft_printf ft_printf Public

    This project is a copy of the function printf in C that i coded from scratch

    C

  2. get_next_line get_next_line Public

    The get_next_line project is a programming project that uses a function that reads from a file descriptor and returns one line at a time, effectively managing a static buffer to handle subsequent c…

    C

  3. libft_42_cursus libft_42_cursus Public

    This is the first project is a library that i have made

    C

  4. portefolio portefolio Public

    This is my portfolio, showcasing my projects and skills in web development

    JavaScript

  5. push_swap push_swap Public

    it's a project that sort a random stack of integers using a limited set of instructions and a secondary stack

    C

  6. pyhton-Module pyhton-Module Public

    the first step into python programming

    Python