Declan Javers

Computer Science Student at Northeastern University, Concentration in AI

About Me

I am a Computer Science student at Northeastern University (Class of 2026) with a concentration in Artificial Intelligence and a GPA of 3.3/4. My academic journey focuses on building intelligent systems, with graduate-level coursework in Foundations of AI, alongside Computer Systems, Object-Oriented Design, and Algorithms & Data Structures.

Beyond the classroom, I am deeply involved in the campus community. I served on the Executive Board of Delta Kappa Epsilon and am a member of the Northeastern University Sports Analytics Club.

When I'm not coding or studying, you can find me playing chess, hiking, cooking, or analyzing soccer statistics. I'm also passionate about community service and personal finance.

My Journey

Software Engineer Intern

Capitol AIMay 2025 - Present

Developing web features with TypeScript, resolving frontend bugs, and enhancing UI components in Washington, DC.

Web Content Coordinator

Northeastern UniversityJune 2024 - Dec 2024

Led development of WordPress pages, automated content updates with Python, and conducted UX/UI research.

Executive Board

Delta Kappa EpsilonMay 2023 - May 2025

Vice President, VP of Health & Safety, and Secretary. Led strategic initiatives and risk management.

Computer Science Student

Northeastern UniversityMay 2026 (Expected)

Bachelor of Science in Computer Science. Concentration in AI. GPA: 3.3/4.

Walt Whitman High School

Bethesda, MD2016 - 2020

Graduated with honors.

Skills

Python
Java
C
TypeScript
Next.js
React
Node.js
Flask
PyTorch
TensorFlow
Scikit-learn
OpenCV
Linux
Docker
Git
AWS

Featured Projects

murder-on-game-nite.png
Murder on Game Nite
Open

Murder on Game Nite

Real-time multiplayer Werewolf-style game built with my SWE team. Solved asymmetric, time-phased gameplay on a turn-based engine by introducing an invisible server-host that pushes timer events through the same move pipeline as real players.

TypeScriptReactNode.jsSocket.ioExpress
LinkUp.fig
LinkUp
Open

LinkUp

High-fidelity Figma prototype for a social app that helps busy, socially disconnected college students coordinate low-effort hangouts through structured, swipe-based requests.

FigmaUX ResearchPrototypingUser Testing
valuation.py
1# Predict transfer value from player stats
2model = RandomForestRegressor()
3prediction = model.predict(player_data)

Soccer Player Valuation

Predictive ML model estimating European soccer players' transfer market values using Random Forest and XGBoost trained on real-world Kaggle data.

PythonPandasScikit-learnXGBoostSeaborn
Game.java
1// Modular design for Hex/Square boards
2interface Board {
3 void placePiece(Piece p);
4}

Reversi

Modular Java implementation of Reversi supporting both hexagonal and square boards, built on Decorator, Observer, and MVC design patterns, with a minimax-based AI opponent.

JavaOOPDesign PatternsJUnit

Get In Touch