Skip to content
View heshamAsayed's full-sized avatar

Highlights

  • Pro

Block or report heshamAsayed

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

Typing SVG


LinkedIn GitHub Email Location

Profile Views


// AboutMe.cs

namespace Portfolio;

public sealed class HeshamAhmed : IDeveloper
{
    public string Name      { get; } = "Hesham Ahmed Sayed";
    public string Title     { get; } = "Software Engineer | .NET Developer";
    public string Location  { get; } = "Cairo, Egypt πŸ‡ͺπŸ‡¬ ";
    public bool   Available { get; } = true;

    public string[]  Education =>  [
       "B.Sc. Computer Science β€” Minya University",
       "Full Stack .NET β€” ITI Graduate"
     ];

    public string[] Principles => [
        "Clean Architecture & SOLID Principles",
        "Scalable, DRY, and maintainable codebases",
        "CQRS, Design Patterns & Best Practices",
        "ITI Graduate Β· CS Background",
        "If it doesn't scale, it doesn't ship.",
    ];
}

πŸ”₯ Highlights

  • πŸŽ“ ITI Graduate β€” Full Stack .NET Development track
  • πŸŽ“ B.Sc. Computer Science β€” Minya University

$ dotnet run --project SkillsManifest.csproj

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  LOADING ARSENAL...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  [βœ“] BACKEND    C#, .NET Core, ASP.NET Web API, SignalR
  [βœ“] ARCHITECT  Clean Arch, CQRS, MediatR, SOLID, DDD
  [βœ“] DATABASE   SQL Server, EF Core, LINQ, MySQL, Firebase
  [βœ“] FRONTEND   Angular, TypeScript, HTML, CSS, Bootstrap
  [βœ“] DEVOPS     Docker, GitHub Actions, CI/CD, Git, n8n
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  BUILD: SUCCESS  |  DEBT: 0  |  STATUS: PRODUCTION READY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

C# .NET ASP.NET Angular TypeScript SQL Server Docker Git GitHub Actions Firebase


$ git log --oneline --all

Hesham's GitHub Trophies




$ curl -X GET /ReachMe

$ curl -X POST https://github.com/heshamAsayed/api/contact \
  -H "Content-Type: application/json" \
  -d '{
    "email"     : "heshmahmed146@gmail.com",
    "linkedin"  : "linkedin.com/in/hesham-a7med",
    "github"    : "github.com/heshamAsayed",
    "phone"     : "+20 11 4728 4782",
    "location"  : "Cairo, Egypt",
    "available" : true,
    "role"      : "Software Engineer / .NET Developer",
    "response"  : "< 24h"
  }'

# > 200 OK β€” Let's build something great. πŸš€

Email LinkedIn GitHub


"Scalable architecture over quick hacks β€” if it doesn't scale, it doesn't ship." πŸš€

Popular repositories Loading

  1. Project_1_Leon Project_1_Leon Public

    Training Project by HTML and CSS

    CSS

  2. Project-2 Project-2 Public

    Example for portfolio

    CSS

  3. Project-3 Project-3 Public

    Coffee Drinks Project

    HTML

  4. Other-Projects Other-Projects Public

    My training Projects by HTML , CSS and some of JS

    HTML

  5. Pages Pages Public

    HTML

  6. -E-Commerce-Website-Vanilla-JavaScript- -E-Commerce-Website-Vanilla-JavaScript- Public

    A simple E-Commerce website built with Vanilla JavaScript, HTML5, and CSS3. Integrated with Firebase Realtime Database for storing products and orders. Includes an Admin Dashboard to manage product…

    HTML 1