~/portfolio$ whoami

Essam Hamdy

Junior Backend Developer – ASP.NET

Passionate about building robust server-side applications and APIs. Currently mastering the art of backend development with C# and .NET technologies.

Program.cs
1 using Microsoft.AspNetCore;
2 using Microsoft.Extensions.Hosting;
3
4 var builder = WebApplication.CreateBuilder();
5 var app = builder.Build();
6
7 app.MapGet("/api/hello", () =>
8 "Hello, World from ASP.NET!");
9
10 app.Run();

01. About Me

Hello! I'm a passionate Junior Backend Developer with a focus on ASP.NET and C#. Although I'm early in my career with less than a year of professional experience, I've dedicated myself to mastering the fundamentals of server-side development.

My journey into backend development started with a fascination for how applications work behind the scenes. I love building APIs, working with databases, and creating efficient, scalable solutions. Every day brings new challenges that fuel my growth as a developer.

When I'm not coding, you'll find me exploring new technologies, contributing to open-source projects, or diving deep into system architecture concepts. I believe in writing clean, maintainable code and following best practices.

6+ Months Experience
10+ Projects Built
3 Tech Stacks

02. Featured Projects

Task Management API

A RESTful API built with ASP.NET Core for managing tasks and projects. Features JWT authentication, CRUD operations, and SQL Server integration.

ASP.NET Core C# SQL Server JWT

E-Commerce Backend

Backend service for an e-commerce platform with product catalog, user management, and order processing. Built with clean architecture principles.

ASP.NET Entity Framework PostgreSQL Docker

Weather API Service

Microservice that aggregates weather data from multiple sources. Implements caching, rate limiting, and comprehensive error handling.

ASP.NET Core Redis OpenAPI Azure

03. Technical Skills

Languages & Frameworks

C#
ASP.NET Core
.NET Framework
Entity Framework

Databases & Storage

SQL Server
PostgreSQL
Redis
MongoDB

Tools & Technologies

Git
Docker
Azure
REST APIs

04. Get In Touch

Let's Build Something Amazing Together

I'm always excited to discuss new opportunities, interesting projects, or just chat about backend development. Whether you're looking for a passionate junior developer or want to share insights about the industry, I'd love to hear from you!

contact.sh
$ ./contact --email
your.email@example.com
$ ./contact --social
github.com/yourusername
_