Skip to content
View ft-ally's full-sized avatar

Organizations

@codam-coding-college

Block or report ft-ally

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

🌺 Hi! Kia ora! Kamusta? Alles goed?

My name is Ally and I'm a Filipina-Kiwi-(almost)Dutch software engineering student based in Amsterdam. I'm currently studying at Codam Coding College, which is part of the 42 Network. I'm interested in systems programming, backend development, and building practical web applications. In my free time, you can find me either programming, creating art, or watching something from the criterion collection!

I mainly work with C and C++, building low-level projects that explore how operating systems, concurrency, and networking work under the hood.

πŸ”§ Current projects:
webserv – building an HTTP/1.1 web server from scratch in C++
codamHero – contributing to the UI redesign of one of Codam's internal platforms

πŸ“‚ Previous projects
Minishell – a custom Unix shell supporting command execution, pipes, redirections, and environment variables
so_long – a small 2D game built in C using a lightweight graphics library
Philosophers – a multithreading project solving the classic Dining Philosophers problem using mutexes and synchronization

πŸ† Hackathons
Chessbot – C-based chessbot using Minimax with alpha-beta pruning, piece-square evaluation, and mobility heuristics. Placed third overall!
Inclusivity bias detector – Python NLP model detecting inclusivity bias in job descriptions using TF-IDF, KNN, and BERT embeddings; work included data preprocessing, modeling, and evaluation.

πŸ’» Tech Stack:
Languages: C β€’ C++ β€’ Python β€’ JavaScript β€’ TypeScript
Frontend: HTML β€’ CSS β€’ Nunjucks β€’ Figma
Backend / Tools: Node.js β€’ NPM β€’ Docker β€’ Git
Machine Learning: Pandas β€’ PyTorch β€’ scikit-learn

πŸ’« Feel free to connect with me on LinkedIn if you have any questions about my work, my approach to coding, or any collaboration ideas!

Pinned Loading

  1. 42_minishell 42_minishell Public

    Forked from tutkuckr/minishell

    Minishell is a team project to create a basic shell program in C. It implements redirections and pipes, as well as environment variables and some builtin commands.

    C

  2. Hack_4_her-Hackathon-2025 Hack_4_her-Hackathon-2025 Public

    Forked from YuRuM0/Hack_4_her

    Jupyter Notebook

  3. philo philo Public

    C

  4. so_long so_long Public

    C

  5. CPP CPP Public

    C++

  6. chessbot_hackathon chessbot_hackathon Public

    Forked from YuRuM0/chessbot_hackathon

    C