Sitelet https://github.com/moheladwy
Skip to content
View moheladwy's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report moheladwy

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
moheladwy/README.md
Software Engineer β€” .NET, AWS, DevOps

Hi, I'm Mohamed Hussein Al-Adawy πŸ‘‹

I build production backends and integration platforms with .NET, ASP.NET Core, and AWS.

Currently architecting serverless integrations at RocketDevs and owning the full software + on-prem infrastructure stack at the Airforce War Studies Institute.

LinkedIn Email Telegram

Profile views

πŸ’‘ What I Care About

I like knowing how things work all the way down. That curiosity is why I've compiled a Linux kernel with deadlock detection and run it on an emulated ARM32 board, written an HTTP server in C to see what a framework actually hides, and daily-drive Arch with my own dotfiles.

  • Architecture over frameworks β€” SOLID, design patterns, and clean layering matter more to me than whichever library is trending. I care that a system is debuggable at 3am: structured logs, traces, idempotent retries, and a real test suite.
  • Systems & low-level β€” kernels, memory, concurrency, and performance. The closer to the metal, the more interesting the problem.
  • Making AI genuinely useful β€” I built a .NET client for the Groq API and won a hackathon with a real-time call assistant, and I'm drawn to LLM tooling that solves an actual workflow rather than demoing well.
  • Developer tooling & Linux β€” CLI tools that remove daily friction. OCR4Linux started as a personal annoyance with copying text from screenshots and turned into my most-used project by other people.
  • Automating the boring parts β€” infrastructure as code, reproducible environments, and pipelines that make deploys unremarkable.
  • Algorithms as a habit β€” 300+ problems on Codeforces, LeetCode, and UVA. It keeps the fundamentals sharp.

Outside of shipping, I read a lot β€” computer architecture, operating systems, database internals, and, lately, finance. I'm a relentless docs reader, and I'd rather understand a thing properly than get it working by accident.


πŸ› οΈ Tech Stack

Languages

C# TypeScript JavaScript Python C++ C Java SQL

Backend

.NET ASP.NET Core EF Core Dapper Blazor .NET Aspire Node.js GraphQL

Frontend

React Next.js Redux Toolkit Tailwind CSS

Data

SQL Server PostgreSQL MongoDB Redis SQLite

Cloud & DevOps

AWS AWS Lambda Docker Kubernetes Terraform Ansible Jenkins GitHub Actions NGINX Linux

Observability & Testing

OpenTelemetry Prometheus Grafana Serilog xUnit


πŸ“Œ Featured Projects

Project What it is Stack
OCR4Linux ⭐ 80 CLI tool that extracts text from screenshots on Linux β€” works on both X11 and Wayland Bash Python Tesseract
ExpertBridge ⭐ 4 Graduation project (4.0/4.0) β€” professional network connecting users with experts: personalized feeds, hiring, chat, AI content moderation, dual-role reputation ASP.NET Core 9 React TS PostgreSQL pgvector Groq Docker
Groq-Csharp ⭐ 3 .NET 8/9/10 client library for the Groq AI API C# .NET NuGet
TodoFullstack ⭐ 3 Full-stack task manager β€” JWT auth, Redis caching, Docker Swarm, NGINX reverse proxy ASP.NET Core 8 React TS SQL Server Redis
ElectronyatShop ⭐ 6 E-commerce site built as the ITI summer training capstone ASP.NET MVC SQL Server

πŸ’Ό Experience

Software Engineer Β· RocketDevs (US, Remote) β€” Apr 2025 – Present

Own the integration platform end-to-end: idempotent, fault-tolerant webhook flows on AWS Lambda; observability standards for the lambda fleet; an event-driven paid-media analytics pipeline on EventBridge. Lead maintainer and primary reviewer β€” gatekeep all merges to master.

Software Engineer & IT Infrastructure Β· Airforce War Studies Institute β€” Jan 2026 – Present

Solo-built an Arabic-first survey and reporting platform (.NET 10, Aspire, Dapper, SQL Server). Administer the institute's on-prem infrastructure: database and app servers, networking, firewall, backups, and endpoint management.

Freelance Software Engineer Β· Education Development Fund, Egyptian Cabinet β€” Mar 2025 – Aug 2025

Legacy ASP.NET modernization: .NET Framework 4.6 β†’ 4.8, ADO.NET β†’ EF6, E-Finance payment gateway integration, online examination subsystem, structured logging, and a Windows Server 2012 β†’ 2022 migration.


πŸ† Achievements

πŸ₯‡ 1st Place β€” Orange Egypt AI Hackathon (Feb 2025) Β· 100,000 EGP

Built an AI sales assistant that transcribes live calls in real time and surfaces on-screen coaching to agents via an LLM.

πŸŽ“ B.Sc. Computer Science β€” Faculty of Computers & AI, Cairo University (2021–2025) Β· Graduation project: 4.0/4.0

🧩 300+ problems solved across Codeforces, LeetCode, and UVA

Codeforces LeetCode HackerRank


πŸ“Š GitHub Stats

Profile details Top languages by repo Most committed languages GitHub stats Productive time Contribution activity graph

πŸ“« Want to work together?

mohamed.h.eladwy@gmail.com β€” open to backend, .NET, and cloud/DevOps roles.

Fluent in Arabic and English πŸ‡ͺπŸ‡¬ πŸ‡¬πŸ‡§

Pinned Loading

  1. OCR4Linux OCR4Linux Public

    OCR CLI Tool for Extracting Text from Screenshots (images) using bash, and python scripts for both x11 and wayland

    Shell 81 6

  2. ExpertBridge ExpertBridge Public

    A professional networking platform that connects users with experts and technicians. Features include personalized feeds, job hiring, chat, AI-powered content moderation, and a dual-role reputation…

    C# 4

  3. Groq-Csharb Groq-Csharb Public

    Forked from jgravelle/GroqApiLibrary

    This powerful and flexible library provides a seamless interface to interact with the cutting-edge Groq AI API. Designed for .NET 8/9/10 and above, our library offers a range of features to enhance…

    C# 3 1

  4. ElectronyatShop ElectronyatShop Public

    ITI Project - E-Commerce Website using ASP.NET MVC

    CSS 6 1

  5. OpenGL-Graphics-Scene OpenGL-Graphics-Scene Public

    This is the project of the computer graphics course in the FCAI.

    C++

  6. VectorQuantization VectorQuantization Public

    This is the Implementation for the Vector Quantization Algorithm using java.

    Java