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.",
];
}- 🎓 ITI Graduate — Full Stack .NET Development track
- 🎓 B.Sc. Computer Science — Minya University
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
$ 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. 🚀