Hi, I'm Didier.

A Computer Science junior at Northwestern University, passionate about applying technology to achieve social impact. I've contributed to projects like Flogram (a web-based compiler) and Tunepad (an ed-tech platform combining music and coding). I also enjoy music and mentoring, always looking for ways to use code to empower others.

Projects

Flogram Web Compiler

Built a secure and scalable backend with SpringBoot + PostgreSQL for a web-based compiler. Implemented user authentication, project compilation, and code execution services.

Stack: Web Assembly, Spring Boot, PostgreSQL, REST API
View Project

89Transfers Booking Platform

Full-stack app for booking bus transfers with Google Maps routing, online payments via Stripe, and live driver notifications via WhatsApp, Email, and Slack.

Stack: NestJS, Prisma, Stripe, Google Maps
View Project

TunePad Drum Logger

Embedded Python + C system for recording and replaying drum sequences to improve music education. Admin dashboard built with React + Flask.

Stack: Python, C, React, Flask
View Project

Income Predictor ML

Trained Random Forest and Logistic Regression models on Kaggle census data to predict income brackets. Evaluated using KNN and confusion matrix; visualized with Tableau.

Stack: Python, Scikit-learn, Tableau
View Project

Racket Test Generator

Developed an AI-powered test generator for Racket code using GPT-3.5. Integrated with DrRacket and CLI to streamline debugging.

Stack: GPT-3.5, DrRacket

LLMTyped DT

Research project investigating LLM-generated TypeScript types for JavaScript libraries. Built a tool that converts JS libraries to TypeScript, compares generated types to DefinitelyTyped definitions, and identifies mismatches to compile comprehensive reports.

Stack: Python, JavaScript, TypeScript, HTML, CSS

Experience

Teaching Assistant (DSA & Programming Languages)

Northwestern University · September 2024 – Present
  • Guided 120+ students in data structures (AVL trees, heaps, graphs), improving lab completion rates by 20%.
  • Created real-world algorithm demos, improving application accuracy by 25% on assessments.
  • Assessed 20+ assignments weekly with personalized feedback, contributing to a 15% class-wide performance increase.

CPS GenAI Specialist Intern

Chicago Public Schools · June 2025 – September 2025
  • Designed scalable GenAI rollout pipeline across 600+ schools, cutting approval delays by 35%.
  • Developed GenAI solutions (Python/JavaScript) to automate educator workflows, reducing administrative work by 25%.

Tunepad – Software Engineering Intern

Northwestern University · June 2024 – September 2024
  • Built embedded system (Python + C) for drum sequences, increasing student engagement by 30%.
  • Built real-time React + Flask dashboard with task tracking, increasing operational transparency by 40%.
  • Refactored coding lesson pipeline, increasing session completion rates by 20% for 200+ K–12 students.

Research Student – Programming Languages

Northwestern University · May 2024 – August 2024
  • Developed automated test-generation tool for Racket using chain-of-thought prompting. Tool supports CS321 faculty and research projects.