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
Graduated with honors.
Computer Science Student
Bachelor of Science in Computer Science. Concentration in AI. GPA: 3.3/4.
Executive Board
Vice President, VP of Health & Safety, and Secretary. Led strategic initiatives and risk management.
Web Content Coordinator
Led development of WordPress pages, automated content updates with Python, and conducted UX/UI research.
Software Engineer Intern
Developing web features with TypeScript, resolving frontend bugs, and enhancing UI components in Washington, DC.
Skills
Featured Projects
1# Predict player value based on stats2model = 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.
1// Modular design for Hex/Square boards2interface 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.
1// 3D Map + AI Chess Integration2<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.