Skip to content
View Itamar-Hadad's full-sized avatar

Block or report Itamar-Hadad

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Itamar-Hadad/README.md

๐Ÿ‘‹ Hi, I'm Itamar Hadad

github-header-banner

๐ŸŽ“ B.Sc. on Computer Science. ๐Ÿ’ก Passionate about software development, algorithms, machine learning, cyber security, and game development.
๐Ÿ› ๏ธ I enjoy solving challenging problems and building creative, real-world solutions.


๐Ÿš€ Featured Projects

  • ๐Ÿ” AppLock-SDK โ€“ Android SDK for app locking (biometric/PIN/pattern) with a Node.js + Express backend and React admin portal for remote config, analytics, and suspicious-activity alerts
  • ๐ŸŽฃ SmishGuard-Project โ€“ Final degree project: real-time SMS phishing (smishing) detection on Android, combining an NLP/ML pipeline (Sentence-BERT + engineered features + 5-model ensemble) with a FastAPI backend
  • ๐Ÿค– AfekaQA-Bot โ€“ RAG-based chatbot built with n8n & AI (1st place in Afeka Hackathon 2025)
  • ๐Ÿ—บ๏ธ Afeka-Trips-Routes-2026 - Full stack route planning platform (Next.js + Express) with JWT authentication, interactive Leaflet maps, realistic route generation, live weather integration, and LLM powered travel insights
  • ๐Ÿถ WhoofPark - Real-time dog park presence Android app featuring live occupancy tracking, dynamic dog profiles, park-specific chats, location-based validation, and background presence management (WorkManager)
  • ๐Ÿš€ Spaceship-Escape โ€“ Kotlin-based Android game with sensors, animations, sound, persistent high scores, and Google Maps integration
  • ๐ŸŒ Automated-Html-Travel-Page-Generator โ€“ End-to-end n8n automation that generates AI-powered travel HTML pages from Airtable input, deploys them to GitHub Pages, and supports email-based approve/reject workflow
  • ๐Ÿ”— OnlineStoreJava โ€“ Java-based online store system integrated with PostgreSQL
  • ๐ŸŽฎ Unity-Game โ€“ Demo video of a Unity game project
  • ๐Ÿ›’ c-food-store โ€“ Modular food store management system in C
  • ๐Ÿ’ป java-online-store โ€“ Object-oriented Java e-commerce simulation
  • ๐Ÿ”ข 2048-game-c โ€“ Console-based 2048 game in C using pointer arithmetic
  • ๐Ÿง  house-price-prediction โ€“ ML project predicting house prices
  • ๐Ÿ›Ÿ titanic-classification-ensemble โ€“ Ensemble ML model for Titanic survival
  • ๐Ÿ“Š titanic-logistic-regression โ€“ Logistic regression for Titanic dataset
  • ๐Ÿƒ WarCardGame, iOS โ€“ SwiftUI based iOS card game built to explore state driven UI, reactive rendering, and cross platform mobile development.
  • ๐ŸŽฌ Cinematic โ€“ C++ console-based cinema management system (OOP course project) featuring templated linked lists, STL migration, multiple inheritance, and a Singleton manager class

๐Ÿ› ๏ธ Tech Stack

TypeScript Python C C++ SQL Java Kotlin XML HTML CSS Next.js Express.js Android Android Studio MongoDB Firebase AWS Docker Pandas NumPy Scikit-learn Git Linux Unity n8n Claude Claude

  • Languages: TypeScript, Python, C, C++, SQL, Java (OOP), Kotlin, Assembly (MIPS)
  • Markup & Web: XML, HTML, CSS
  • Frontend & Frameworks: Next.js, Puck, Unity
  • Backend: Express.js, Medusa, JWT Authentication
  • Databases & Storage: PostgreSQL, MongoDB, Firebase, AWS S3
  • Cloud & Automation: AWS, Windmill, n8n, Docker (basics)
  • AI & ML: Claude Code, OpenAI API, Groq API, LangChain, RAG, AI Agents, MCP, Agno, Machine Learning, Scikit-learn, Pandas, NumPy, Data Cleaning & Preprocessing
  • Parallel & Systems Programming: OpenMP, MPI, CUDA
  • Systems & Platforms: Linux (Ubuntu), VMware, Docker (basics)
  • Core Expertise: Data Structures, Algorithms, Operating Systems, Concurrency & Multithreading, Networking Protocols, Game Development

๐Ÿ“ซ Let's connect!

LinkedIn ย ย  Gmail

Popular repositories Loading

  1. titanic-logistic-regression titanic-logistic-regression Public

    Titanic survival prediction using logistic regression โ€“ Machine Learning course project

    Jupyter Notebook

  2. titanic-classification-ensemble titanic-classification-ensemble Public

    Titanic survival prediction using KNN, SVM, NBC, LDA with feature selection and bootstrapping

    Jupyter Notebook

  3. house-price-prediction house-price-prediction Public

    Predicting house prices using linear regression โ€“ Machine Learning project

    Jupyter Notebook

  4. 2048-game-c 2048-game-c Public

    Console-based 2048 game implemented in C using pointer arithmetic and modular file structure.

    C

  5. java-online-store java-online-store Public

    A Java-based e-commerce simulation project built as part of an Object-Oriented Programming course. Features modular design, user and product management, cart operations, and custom exception handling.

    Java

  6. c-food-store c-food-store Public

    Food store management system in C โ€“ Part 1 of a modular project

    C