Skip to content
View AlsaeedHasan's full-sized avatar

Highlights

  • Pro

Block or report AlsaeedHasan

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

Hi there, I'm Alsaeed Hasan πŸ‘‹

Computer & Control Systems Engineer | Backend & Embedded Developer

Bridging the gap between high-performance APIs and low-level hardware

Email GitHub Location


Rocket About Me

I'm a Computer & Control Systems Engineering student at Benha University, driven by a passion for building robust systems from the ground up. My expertise spans across architecting scalable backend APIs that handle real-world complexity, to diving deep into bare-metal C programming and embedded IoT solutions.

Philosophy: "Write code and design systems that don't just work β€” make them unbreakable."

Whether I am eliminating race conditions in financial backends, writing direct memory register manipulations for microcontrollers, or analyzing optical hardware circuits, I believe true engineering is about understanding how things work under the hood. When I'm not coding, I'm deepening my understanding of system architecture, digital logic, and the art of building maintainable tech.


Laptop Technical Arsenal

Languages

C Python C++ VHDL SQL Bash/Fish

Embedded Systems & Hardware

  • Low-Level Programming: Bare-Metal C, Direct Register Manipulation (GPIO), Bitwise Operations
  • Microcontrollers & IoT: ESP32, Arduino, Wi-Fi provisioning, Shift Registers interfacing
  • Hardware Design: Digital logic design, circuit analysis, Proteus simulation
  • Sensors & Actuators: Optical data transmission (Li-Fi), Dark-activated LDRs, and ADC design

Backend & Database Engineering

  • Frameworks: FastAPI, Flask, SQLAlchemy, Pydantic
  • PostgreSQL: ACID transactions, row-level locking, schema optimization
  • System Architecture: RESTful APIs, Microservices, Weighted RBAC, JWT Auth
  • Performance: Redis caching, Celery background tasks, Async I/O

Tools & DevOps

Linux Docker Neovim CMake

  • CI/CD & Testing: GitHub Actions, Pytest (TDD), Fixtures, Mocking

Building Featured Projects

Mini Web SCADA (ESP32) | Embedded IoT & C

A lightweight Web SCADA system built for the ESP32 to monitor and control hardware endpoints in real-time, effectively bridging hardware and web interfaces.

  • πŸ”Œ Hardware Control: Managed shift registers and hardware pins using C and bitwise operations.
  • 🌐 Web Server Integration: Engineered an embedded server for dynamic real-time interaction.
  • βš™οΈ Concurrency: Handled Wi-Fi, endpoint monitoring, and worker tasks concurrently.

ESP32 Bare-Metal Morse Code Generator | Low-Level Engineering

A deep-dive into microcontroller architecture, bypassing standard heavy libraries to write directly to the hardware.

  • πŸ› οΈ Bare-Metal C: Implemented direct GPIO register manipulation without high-level wrappers.
  • 🧠 Bitwise Mastery: Achieved efficient state toggling and precision timing control using pure bitwise logic.

VaultCore | High-Performance E-Wallet Engine (Backend)

A production-grade e-wallet backend engineered for strict financial integrity and scalability.

  • ⚑ Concurrency Control: Eliminated race conditions using DB Row-Level Locking (SELECT FOR UPDATE).
  • πŸ”₯ Performance Optimized: Redis caching + Celery background workers.
  • πŸ” Security First: Weighted RBAC, JWT auth with token versioning.

Universal Data Acquisition & Optical Sorting Platform | Hardware

A hardware-based engineering project demonstrating the integration of optical physics and digital control.

  • πŸ”¦ Optical Sensing: Utilized lasers and dark-activated LDRs for precise material detection.
  • πŸ“‘ Data Transmission: Implemented Frequency-to-Digital conversion via Li-Fi concepts.
  • πŸ’» Circuit Design: Custom circuit configurations mapped and simulated in Proteus.

Education Education

Bachelor's in Computers & Control Systems Engineering Benha Faculty of Engineering, Egypt
πŸ“† October 2024 β€” Present | πŸ“ˆ GPA: 3.4

Gained a deep understanding of low-level computing and system architecture through a rigorous curriculum bridging Computer Science and Control Systems.


Stats GitHub Stats

GitHub Stats Top Languages

Ideas What I'm Currently Working On

  • πŸ› οΈ Bridging hardware and software through bare-metal embedded systems and IoT Web SCADA.
  • πŸ“– Deepening expertise in microcontroller architecture, circuit analysis, and digital logic.
  • πŸš€ Exploring advanced concurrency patterns across both Python backends and C-based embedded systems.
  • βš—οΈ Mastering system design from the hardware layer up to the API layer.

Connect Let's Connect!

I'm open to:

  • πŸ’Ό Backend and Embedded engineering opportunities
  • 🀝 Collaboration on low-level hardware or high-performance API projects
  • πŸ’¬ Discussing system architecture, bare-metal C, and best practices

Reach me at:


"Write code and design systems that don't just work β€” make them unbreakable."

Ready to build something incredible? Let's talk! πŸš€

Popular repositories Loading

  1. mini-web-scada-esp32 mini-web-scada-esp32 Public

    A lightweight, web-based SCADA node built on ESP32 and FreeRTOS, featuring bare-metal drivers for 74HC shift registers.

    C 1

  2. CinemaBotV2 CinemaBotV2 Public

    An engineering showcase of CinemaBot V2: A high-performance, resilient content delivery Telegram bot built with Pyrogram, PostgreSQL, and Redis. (Architecture Study)

    1

  3. AlsaeedHasan AlsaeedHasan Public

  4. VitalGuard-AI VitalGuard-AI Public

    Advanced Medical Analysis System for Vital Signs and AI-Powered Predictions

    Python

  5. al-jasus al-jasus Public

    JavaScript

  6. VaultCore VaultCore Public

    A high-performance, production-grade e-wallet core system engineered for financial integrity, concurrency safety, and strict ACID compliance.

    Python