Skip to content
View khaliddosari's full-sized avatar
🎧
Focusing
🎧
Focusing

Highlights

  • Pro

Block or report khaliddosari

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
khaliddosari/README.md

Khalid Al Dosari

Senior Computer Science Student at IMSIU, focused on AI/ML Engineering. I also build fullstack web apps, currently working on applied data science and machine learning projects to secure a career as an Ai Engineer.


Currently Working On

  • AI/ML Engineering roadmap: working through ML foundations, deep learning, and MLOps
  • Personal projects: full-stack web apps and a startup project

Tools

Languages: Python Java HTML JavaScript CSS

ML / AI: scikit-learn pandas autograd matplotlib

Frontend: React Tailwind CSS

Backend / Data: Spring Boot Maven

DevOps: Docker GitHub Actions Fly.io Railway Cloudflare Workers


Reach Me

Pinned Loading

  1. cashback-optimizer cashback-optimizer Public

    Comparing Brute Force and Greedy algorithms to find the optimal credit card assignment for maximum cashback.

    Java

  2. 3ajib 3ajib Public

    3ajib is a KPI driven concept helping destination owners and tourism stakeholders translate visitor data into actionable insights, enhance experience quality, and drive measurable economic impact.

    JavaScript

  3. LALR-Parser LALR-Parser Public

    A Java implementation of an LALR(1) parser with a Spring Boot web interface. Input any context-free grammar, get the full parsing table and a step-by-step parse trace.

    Java

  4. n-queens n-queens Public

    Spring Boot web app that solves the N-Queens problem using three CSP algorithms — Backtracking, Forward Checking, and MAC — enhanced with MRV, Degree, and LCV heuristics. Includes a built-in intera…

    Java