Building Scalable Solutions & Robust APIs
using System;
using System.Collections.Generic;
namespace Portfolio
{
public class Developer
{
public string Name { get; } = "Albi Idrizi";
public string Role { get; } = ".NET Backend Developer";
public List<string> Skills { get; }
public Developer()
{
Skills = new()
{
".NET 6+",
"C#",
"SQL Server",
"Azure",
"REST API"
};
}
public string GetBio()
{
return "Specializing in building high-performance, scalable microservices and distributed systems.";
}
}
}
Junior .NET Backend Developer specializing in building high-performance, scalable microservices and distributed systems. Passionate about clean architecture and cloud-native solutions.
With a strong foundation in C# and the .NET ecosystem, I craft robust backend applications that deliver exceptional performance and maintainability.
Local test taking platform made with .NET 8. Using the MVC Pattern, Dependency Injection and also Identity Services.
public async Task<IActionResult> Test()
Open Source backend project for a fully functional basic ecommerce store for second hand products.
public async Task<IActionResult> Buy()
Real Estate agency management web application with analytics tools implemented.
public async Task<IActionResult> Rent()
Personal portfolio website (this one) made using only HTML, CSS, and pure JavaScript.
public async Task<IActionResult> Hire()
Web Scraper for Albanian properties on Century21 Website.
public async Task<IActionResult> Process()
Albania
github.com/aidrizi23
linkedin.com/in/albiidrizi