🎓 Computer Science Student @ University of Illinois at Chicago | Expected Graduation: December 2026
I'm a passionate developer dedicated to building impactful, accessible technology. My core focus is on full-stack development and leveraging data structures, algorithms, and systems programming to solve real-world problems.
I have professional experience developing a Gemini LLM to support efficient grant-making decisions and implementing screening tools with Firebase. I also have experience as a Programming Practicum Teaching Assistant at UIC. I'm currently seeking a Software Engineering Internship for Summer 2026.
| Category | Skills |
|---|---|
| Languages | C/C++, Java, JavaScript, Python, SQL |
| Frameworks | React.js, Tailwind, Streamlit, Flutter |
| Tools/OS | Git/Github, GDB, vim, Unix/Linux CLI |
| Relevant Coursework | Data Structures and Algorithms, Software Design, Systems Programming |
- WorldWise Travel Application (React.js, JavaScript): A full-stack application built with React 18 for travel tracking, featuring interactive world maps using the Leaflet.js mapping library and React Context API for global state management.
- Pathfinding Application (C++): Developed a real-world pathfinding tool using C++ to compute shortest paths on UIC's campus by modeling locations and paths as a weighted, directed graph.
- Software Engineering Internship (DPI/A Better Chicago): Developed and fine-tuned a Gemini LLM on existing training data and created a medical assessment tool that implemented user response storage using Firebase.
function Edgar() {
const pronouns = "he/him";
let languages = ["C/C++", "Java", "JavaScript", "Python"];
let interests = ["Full-Stack Development", "AI/ML Applications", "Systems Programming"];
let goal = "To build efficient and positive tools for the internet community.";
function contact() {
console.log("Feel free to connect on LinkedIn or send me an email!");
}
}