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:
getHomeSafe - Safety-focused routing app using TomTom Maps SDK with planned features including route planning, location tracking, and real-time sharing
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. gethomesafe gethomesafe Public

    Exploring the TomTom Maps SDK for JavaScript by building a safety-focused routing application. Features planned include route planning, location tracking, and real-time sharing capabilities.

    JavaScript

  2. 42_minishell 42_minishell Public

    Forked from tutkuckr/minishell

    Minishell. It is a mini shell. Get it? It is a Unix shell clone supporting pipes, redirections, quotes, and environment expansio

    C

  3. CPP CPP Public

    C++ fundamentals: OOP, memory management, inheritance, STL containers and many more. I love CPP!! <3

    C++

  4. so_long so_long Public

    2D game engine using MiniLibX graphics library. Features include sprite rendering, keyboard event handling, map parsing and validation, collision detection, collectible tracking, and win condition …

    C

  5. chessbot_hackathon chessbot_hackathon Public

    Forked from YuRuM0/chessbot_hackathon

    Submission to Codam Chessbot Hackathon 2025, placing 3rd out of 11 competing bots. Implements minimax algorithm with alpha-beta pruning for efficient search, piece-square evaluation tables for posi…

    C

  6. Hack_4_her-Hackathon-2025 Hack_4_her-Hackathon-2025 Public

    Forked from YuRuM0/Hack_4_her

    Submission to Hack4Her 2025: A Python NLP model detecting inclusivity bias in job descriptions using TF-IDF, KNN, and BERT embeddings; work included data preprocessing, modeling, and evaluation.

    Jupyter Notebook