I'm a

.NET Developer

Building Scalable Solutions & Robust APIs

10+ Projects
3+ Years Experience
5+ Technologies
albi@portfolio:~
About.cs
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.";
        }
    }
}

About Me

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.

.NET 6+ C# SQL Server Azure Rest API Python Django Golang

Featured Projects

Test Program Platform

Test Program Platform

Local test taking platform made with .NET 8. Using the MVC Pattern, Dependency Injection and also Identity Services.

public async Task<IActionResult> Test()
.NET 8 C# MVC
View on GitHub

Second Hand Ecommerce Store

Second Hand Ecommerce Store

Open Source backend project for a fully functional basic ecommerce store for second hand products.

public async Task<IActionResult> Buy()
.NET EF Core API
View on GitHub

Nest Albania

Nest Albania

Real Estate agency management web application with analytics tools implemented.

public async Task<IActionResult> Rent()
.NET SQL Analytics

Personal Portfolio Website

Personal Portfolio Website

Personal portfolio website (this one) made using only HTML, CSS, and pure JavaScript.

public async Task<IActionResult> Hire()
HTML CSS JavaScript
View on GitHub

Python Web Scraper

Python Web Scraper

Web Scraper for Albanian properties on Century21 Website.

public async Task<IActionResult> Process()
Python BeautifulSoup Pandas
View on GitHub

Get in Touch

Location

Albania

GitHub

github.com/aidrizi23

LinkedIn

linkedin.com/in/albiidrizi

Send a Message

I'll get back to you as soon as possible