Skip to content
View aphonogelia's full-sized avatar

Highlights

  • Pro

Block or report aphonogelia

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

🎐 Hi, I'm Helene

I come from statistics and ended up in systems programming. At 42 Berlin I've built HTTP servers, container infrastructure, and a real-time web platform from scratch. Still very much interested in data, pipelines, and open science.
Based in Berlin, open to work.


Featured Projects

Project What I built
transcendence Full-stack real-time Pong platform — TypeScript, WebSockets, authentication, live chat
webserv HTTP/1.1 server built from scratch in C++ — GET, POST, DELETE, CGI, config parsing
inception Containerized infrastructure — NGINX reverse proxy, WordPress, MariaDB, Redis, all over TLS
BiasScraper Reproducible pipeline to test gender framing in Winter Olympics media — Wikipedia scraper, Guardian API, keyword analysis, hypothesis testing. BiasScraper is an end-to-end text analysis pipeline examining gender framing in sports media — scraping, API integration, keyword detection, and hypothesis testing, with a null result carefully interpreted. It sits at the overlap between the two sides of my background.

42 Berlin — Core Curriculum

Systems & Concurrency

Project What I built
minishell POSIX shell — lexer, parser, pipes, redirections, builtins — with @haroldrf
philosophers Dining philosophers — mutex & thread synchronization
push_swap Stack-sorting algorithm with minimal instruction count

Graphics

Project What I built
cub3d Raycasting engine (Wolfenstein-style) in C
fdf 3D wireframe renderer in C with MiniLibX

C++ (OOP & Templates)

Project What I built
cpp-modules OOP, polymorphism, templates, STL, exceptions — modules 00 to 09

Networking foundations (TCP/IP, subnetting) and server administration (Debian hardening, LVM) covered in non-uploadable assessments.


Stack

Languages — C · C++ · TypeScript · JavaScript · Python · R · SAS · SQL
Systems — Linux · Docker · NGINX · Bash
Web — Node.js · REST APIs · WebSockets · Babylon.js
Data — Statistical modeling · Biostatistics · Relational databases

Pinned Loading

  1. Canteen43/ft_transcendence Canteen43/ft_transcendence Public

    The video game classic Pong as a full stack web app

    TypeScript 1

  2. tesla33io/webserv tesla33io/webserv Public

    HTTP web server in C++ (std-98)

    C++ 1 1

  3. inception inception Public

    A fully containerized LEMP stack (NGINX, MariaDB, WordPress) built from scratch using Docker Compose. Features TLS termination, Redis caching, and custom-built Debian images.

    PHP

  4. minishell minishell Public

    POSIX shell in C — lexer, parser, pipes, redirections, and builtins from scratch

    C

  5. cpp-modules cpp-modules Public

    Comprehensive C++ learning path (42): from basics to STL, with focus on memory, abstraction, and clean design.

    C++

  6. cub3D cub3D Public

    Raycasting engine in C — pseudo-3D rendering à la Wolfenstein 3D

    C