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 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
    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, which is part of the 42 Network. I'm passionate about clean software design and architecture, full-stack development, and working on projects where I can learn something new.

    I mainly work with C and C++ at Codam, while expanding my skills in JavaScript, C#, .NET, and Angular to explore full-stack development. In my free time, you can find me programming, creating art, or watching films from the Criterion Collection.

    🔧 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++

    📂 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
    Meddit – Side project built to learn and practice C#, MySQL, Entity Framework, and REST API development. Meddit is a REST API which enables users to post, comment and vote on topics. Inspired by a popular forum that rhymes with Weddit.

    🏆 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++ • C# • Python • JavaScript • TypeScript
    Frontend: HTML • CSS • Angular • Figma
    Machine Learning: Pandas • PyTorch • scikit-learn

    💫 I love working on new projects - feel free to connect with me on LinkedIn if you have an idea you'd like to collaborate on!

    Pinned Loading

    1. gethomesafegethomesafePublic

      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_minishell42_minishellPublic

      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. so_longso_longPublic

      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

    4. chessbot_hackathonchessbot_hackathonPublic

      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

    5. Hack_4_her-Hackathon-2025Hack_4_her-Hackathon-2025Public

      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

    6. medditmedditPublic

      Side project built to learn and practice C#, MySQL, Entity Framework, and REST API development. Meddit is a REST API which enables users to post, comment and vote on topics. Inspired by a popular f…

      C#