Skip to content
View Ahmed122000's full-sized avatar
🤯
🤯

Block or report Ahmed122000

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
Ahmed122000/README.md

Hi My name is Ahmed Hesham

Software Engineer

  • 🌍 Based in Egypt
  • 🎓 Fresh graduate from the Faculty of Engineering, Alexandria University
  • 💻 Passionate about Software Development, AI, and Web Applications
  • 📫 Reach me at: ahmedhesham122000@gmail.com

Skills

portfolio

Check out my portfolio to see my projects, skills, and experience in action:

🌐 Visit My Portfolio

Projects

  • URL Shortener: SAH Shortener is a URL-shortening website that enables users to convert long URLs into short, manageable links. The project is built with a clean separation between the front-end and back-end for optimal performance and maintainability. It now includes Docker support for easy deployment and has been deployed on Render (back-end) and Vercel (front-end).

  • Booking Scrapper: This project provides a web scraping and API service for collecting detailed hotel information from Booking.com. It consists of two main components:

    • Web Scraper: A Python-based scraper that extracts hotel information such as address, images, room types, amenities, and reviews.
    • Flask API: A RESTful API built using Flask that allows users to interact with the scraper and retrieve hotel data in JSON format or save it as a downloadable file.
  • UNIX tools: custom-built implementations of popular Unix command-line tools, including cat, wc, and others soon. Each tool resides in its own directory with source code and detailed documentation. Perfect for students, developers, and Linux enthusiasts looking to learn how these tools work under the hood

  • machine learning building & deployment: This is a Flask-based web application that predicts whether a data scientist will stay with a company or leave. The project provides tools for training machine learning models, evaluating their performance, and making predictions based on user inputs. The application is designed for HR analytics and aims to assist in decision-making processes.

Connect with Me

My GitHub Stats

Ahmed122000's GitHub stats

Trophies

trophy

Pinned Loading

  1. URL_Shortener URL_Shortener Public

    SAH Shortener is a URL-shortening website that provides users with a simple and efficient way to shorten and manage URLs. Built with a lightweight front-end and a robust Java Spring Boot back-end, …

    Java

  2. ML_model_deployment ML_model_deployment Public

    The HR Analytics: Job Change Predictor is a Flask-based web application that uses machine learning to predict whether an employee will stay with a company or leave. It allows users to train models,…

    HTML

  3. Unix_Tools Unix_Tools Public

    This repository contains custom-built implementations of popular Unix command-line tools, including cat, wc, and others soon. Each tool resides in its own directory with source code and detailed do…

    C

  4. Hotels_Scraper Hotels_Scraper Public

    A Python-based web scraper and Flask API for extracting hotel data from Booking.com. Features include detailed room information, amenities, and JSON export functionality. Perfect for travel data an…

    Python