Skip to content
View AlanKha's full-sized avatar

Highlights

  • Pro

Block or report AlanKha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AlanKha/README.md

Hi there, I'm Alan Khalili! πŸ‘‹

I'm a third-year Computer Science student at the University of Tennessee, passionate about creating efficient and innovative software solutions.

πŸ“š Education:

  • Bachelor of Science in Computer Science, GPA 3.7/4.0, University of Tennessee (Expected May 2026)

πŸ”­ Experience:

  • Full Stack Developer, Mission of Hope (Jan 2024 - May 2024)
    • Increased operational efficiency by 500% through the creation of internal systems for donors and admins.
    • Delivered user-centric web pages, components, and API services using React, Next.js, Node.js, Typescript, and MongoDB with Mongoose.

πŸš€ Projects:

  • Inventory Management System: Implemented a system for Mission of Hope donors and admins to track donation history, trends, donors, and values. Automated various tasks, resulting in a 500% increase in operational efficiency. View Project
  • Coffee Recommender: Developed a recommendation system using cosine similarity to suggest coffee bags based on numeric or textual descriptions, utilizing Python, pandas, and scikit-learn. View Project
  • Routing Application: Designed and implemented a high-performance C++ application to find the optimal route using Dijkstra's Algorithm. Used a triangular matrix to store distance and time weights for each city with the Haversine formula. View Project
  • Personal Portfolio: Engineered and developed a responsive, modern portfolio website using React and Tailwind CSS, showcasing projects, skills, and professional journey. View Project
  • Calculator: A web-based calculator supporting advanced operations, designed for usability across different devices. View Project
  • Weather Analysis Script: A C++ application for weather data management, featuring an interactive console and efficient data structures. View Project
  • Digital Etch-a-Sketch: An emulator that brings the classic drawing toy to the web, with various drawing modes. View Project
  • File Organization Script: Automated file organization with a custom Python script that moves image files from the user's downloads folder to a dedicated "Pics" folder, utilizing Python's os, pathlib, glob, and shutil modules. View Project

πŸ’» Technical Skills:

  • Languages: JavaScript, TypeScript, C/C++, Python, Java, HTML, CSS
  • Frameworks & Libraries: React, Next.js, Node.js, Tailwind CSS, Mongoose
  • Developer Tools: Git, npm, MongoDB, VS Code, Jetbrains Toolbox, Linux/Unix

🌱 I'm currently learning more about full-stack web and mobile app development, and I'm always open to collaborating on projects or hackathons.

πŸ“« How to reach me:

portfolio linkedin instagram

Pinned Loading

  1. Calculator Calculator Public

    An online calculator made with JavaScript

    JavaScript 1

  2. Climate-Tracker Climate-Tracker Public

    C++ application that efficiently manages and processes large sets of weather data (precipitation, temperature) for various cities using linked lists.

    C++ 1

  3. Etch-a-Sketch Etch-a-Sketch Public

    An etch-a-sketch simulator made using JavaScript

    JavaScript 1

  4. Simple-Password-Manager Simple-Password-Manager Public

    Password management system in C++, utilizing encryption techniques to securely handle and authenticate a set of usernames and passwords.

    C++