I'm a Backend Developer specializing in building scalable microservices architectures using C# and .NET. Currently working at Liebherr-Werk Nenzing GmbH in Austria, where I develop and maintain 15+ microservices for construction technology platforms.
- π Currently working on MyJobSite - a construction site automation platform
- π± Deep diving into event-driven architectures and distributed systems
- π‘ Passionate about clean code, API design, and system scalability
- π οΈ Experience with GitOps, Terraform, and Kubernetes
- π Based in Austria | Originally from Syria
public class BackendDeveloper
{
public string Name => "Mahmoud Zino";
public string Role => "Backend Developer";
public int YearsOfExperience => 6;
public string[] PrimarySkills => new[]
{
"C#", ".NET Core", "Microservices",
"MongoDB", "RabbitMQ", "REST APIs"
};
public Dictionary<string, string> Achievements => new()
{
{ "Microservices", "Developed and maintained 15+ production services" },
{ "Performance", "Reduced deployment time by 95% (3h β 15min)" },
{ "Reliability", "Achieved 99.9%+ system uptime" },
{ "CI/CD", "Built 20+ automated pipelines with GitHub Actions" }
};
public string CurrentFocus => "Building scalable backend systems";
}πΉ Infrastructure Transformation
Designed and implemented GitOps deployment pipeline using Terraform and ArgoCD, reducing deployment time from 3 hours to 15 minutes (95% improvement)
πΉ Microservices Architecture
Built 15+ microservices serving hundreds of construction companies with 99.9%+ uptime
πΉ Event-Driven Systems
Implemented asynchronous communication patterns with RabbitMQ, improving system responsiveness
πΉ Open Source Contribution
Former core contributor to SkeletonUI - Svelte UI component library
---





