Skip to content
View NaderMohamed325's full-sized avatar

Highlights

  • Pro

Block or report NaderMohamed325

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
NaderMohamed325/README.md
 ███╗   ██╗ █████╗ ██████╗ ███████╗██████╗
 ████╗  ██║██╔══██╗██╔══██╗██╔════╝██╔══██╗
 ██╔██╗ ██║███████║██║  ██║█████╗  ██████╔╝
 ██║╚██╗██║██╔══██║██║  ██║██╔══╝  ██╔══██╗
 ██║ ╚████║██║  ██║██████╔╝███████╗██║  ██║
 ╚═╝  ╚═══╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝

Software Engineer

LinkedIn GitHub Email


whoami

name: Nader Mohamed
role: Backend & Systems Engineer
location: Egypt 📍
focus:
  - Distributed systems & real-time applications
  - Scalable REST & event-driven APIs
  - Low-level programming & CLI tooling
currently_building:
  - Nexora       # Spring Boot social media platform
  - Yaquod       # Real-time vehicle management system (STMicroelectronics mentorship)

🔧 Tech Stack

Languages

Java TypeScript JavaScript Python C++ C Rust

Backend

Spring Boot NestJS Node.js Express Django

Frontend

React

Databases & Caching

PostgreSQL MongoDB MySQL Redis

DevOps & Tools

Docker Git RabbitMQ Postman


📌 Featured Projects

🚗 Yaquod — Real-Time Vehicle Management System

Industry project built under STMicroelectronics mentorship

A backend system for real-time vehicle tracking and management. Built with Spring Boot, MQTT for IoT communication, WebSockets for live updates, and Docker for deployment.

Spring Boot MQTT WebSockets Docker PostgreSQL


🌐 Nexora — Social Media Platform

Full-featured backend with a clean architecture focus

Feature-rich social platform backend covering authentication (JWT/OAuth2), real-time feeds, file uploads via Cloudinary, rate limiting with Redis + Bucket4j, async processing with RabbitMQ, and PostgreSQL full-text search.

Spring Boot PostgreSQL Redis RabbitMQ Cloudinary Docker


📊 GitHub Stats

Nader's GitHub Stats

Top Languages


Pinned Loading

  1. NaderMohamed325 NaderMohamed325 Public

    2

  2. neo_client neo_client Public

    Neo Client is a lightweight and colorful HTTP command-line client written in Rust. It lets you send GET, POST, PUT, and DELETE requests directly from your terminal — perfect for testing APIs withou…

    Rust

  3. social_media social_media Public

    A NestJS backend for a social media platform with Better Auth for authentication (Google, JWT, cookies), role-based access (admin/user), and Cloudinary-powered media uploads.

    TypeScript 2

  4. Alx_DjangoLearnLab Alx_DjangoLearnLab Public

    A multi-project repository showcasing Django and Django REST Framework (DRF) concepts, from fundamentals to advanced APIs, security, and testing. Each folder is a self-contained Django project you …

    Python