Skip to content
View aascedu's full-sized avatar
  • France

Highlights

  • Pro

Block or report aascedu

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aascedu/README.md

Hi, I'm Arthur Ascedu

Junior Software Developer with a strong focus on DevOps practices, automation, and network infrastructure. I thrive in collaborative environments and aim for continuous improvement.

  • Based in Lyon, France
  • Currently studying at 42 Lyon (Expert in Software Architecture, 2022–2027)
  • Looking for a work-study opportunity (2 weeks company / 1 week school) starting September 2025

Technical Skills

  • Languages: C, C++, Python, Shell
  • DevOps & Tools: Docker, docker-compose, Prometheus, Grafana, NetBox, HashiCorp Vault, Git
  • Systems & Network: UNIX, Networking, GDB, Reverse Engineering

Experience

NetDevOps Intern
Dstny France, Lyon — Sep 2024 to Feb 2025

  • Automated internal tools deployment and config validation
  • Developed custom integrations to streamline data and processes
  • Modeled network infrastructure for better operational reliability
  • Automated testing of network equipment to detect config errors proactivly.

Projects

  • ft_transcendence: Microservices web app using Docker + NGINX, real-time monitoring with Prometheus/Grafana
  • snowcrash / rainfall: Binary exploitation and privilege escalation (GDB, memory analysis)
  • minishell: Custom UNIX shell in C
  • ft_irc: C++98 IRC server with multi-client handling, channel options, and a ChatGPT-integrated bot
  • Other projects are available in my repositories for you to check out, but may not represent my interest or lack of standards.

Education

  • 42 Lyon – Software Architecture (BAC+5)
  • CPGE TSI – Lycée Aux Lazaristes
  • Bac STI2D – Lycée Militaire d’Aix en Provence
  • IGCSE – Kampala International School of Uganda

Languages

  • French (Native), English (Fluent)

Email Me | LinkedIn

Pinned Loading

  1. rainfall rainfall Public

    This project is an introduction to the exploitation of (ELF-like) binary.

    C

  2. ft_irc ft_irc Public

    Internet Relay Chat Summary: This project is about creating your own IRC server. You will use an actual IRC client to connect to your server and test it. Internet is ruled by solid standards protoc…

    C++

  3. Les-Transcenpotes/ft_transcendence Les-Transcenpotes/ft_transcendence Public

    JavaScript 1

  4. cub3d cub3d Public

    A raycasting engine to power games like Wolf3D or Doom

    C

  5. malloc malloc Public

    Slab allocator using mmap and munmap system calls

    C