Skip to content
View miketaonjo's full-sized avatar

Highlights

  • Pro

Block or report miketaonjo

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

Hi, I'm Meghann πŸ‘‹

πŸŽ“ MastΓ¨re Data & IA student at 42 School
πŸ’» Former Full-Stack Developer (2+ years apprenticeship)
πŸ”Ž Currently looking for an internship in Data / AI / ML Engineering


πŸ‘©β€πŸ’» About Me

I am currently pursuing a Master's degree in Data & Artificial Intelligence at 42 School. Before specializing in AI, I worked for over two years as a Full-Stack Developer in an apprenticeship program, building and maintaining production-ready web applications.

My background combines:

  • Strong foundations in low-level programming (C, Unix systems)
  • Backend and infrastructure experience (Docker, networking, APIs)
  • Machine learning pipelines and experimentation
  • lean, modular, and reproducible code practices

I am now looking for an internship in Data / AI / Machine Learning Engineering where I can contribute to real-world ML systems and scalable AI applications.


πŸ“Œ Highlight Projects

🧠 EEG Motor Imagery Classification – End-to-end ML pipeline
🐳 Inception – Multi-container Docker infrastructure
πŸ–₯️ Minishell – Unix shell implementation in C
🍝 Philosophers – Concurrent programming with threads & mutexes

πŸ“« Contact πŸ“§ megcloarec@hotmail.fr
πŸ”— LinkedIn: see in bio

Pinned Loading

  1. total-perspective-vortex total-perspective-vortex Public

    BCI – EEG Classification is a project focused on decoding motor imagery (hand vs foot) from EEG signals. It includes band-pass filtering (7–30 Hz), epoch extraction, a custom CSP implementation for…

    Jupyter Notebook

  2. Inception Inception Public

    A 42 School infrastructure project focused on Docker and Docker Compose: building a secure multi-container architecture with NGINX, WordPress and MariaDB communicating over a custom Docker network.

    Dockerfile

  3. minishell minishell Public

    A Unix shell implementation in C developed at 42 School. Supports pipelines, redirections, environment variable expansion and built-in commands with full process and signal handling.

    C

  4. philosophers philosophers Public

    Concurrent programming project in C exploring synchronization with threads, mutexes, processes and semaphores through the Dining Philosophers problem.

    C