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

Walt Whitman High School

Bethesda, MD2016 - 2020

Graduated with honors.

Computer Science Student

Northeastern UniversityMay 2026 (Expected)

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

Executive Board

Delta Kappa EpsilonMay 2023 - May 2025

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

Web Content Coordinator

Northeastern UniversityJune 2024 - Dec 2024

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

Software Engineer Intern

Capitol AIMay 2025 - Present

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

Skills

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

Featured Projects

valuation.py
1# Predict player value based on stats
2model = RandomForestRegressor()
3prediction = model.predict(player_data)

Predictive ML model estimating European soccer players' transfer values using Random Forest and XGBoost. Analyzed real-world Kaggle datasets to identify key performance metrics.

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

Modular Java-based Reversi game supporting both hexagonal and square board configurations. Implemented Decorator, Observer, and Controller design patterns for scalability.

JavaOOPSwing
App.tsx
1// 3D Map + AI Chess Integration
2<MapProvider>
3 <ChessGame difficulty="hard" />
4</MapProvider>

Interactive portfolio built with Next.js, featuring a global 3D map background and an AI-powered chess game with multiple difficulty levels.

Next.jsTypeScriptMapLibre

Get In Touch