Available for new projects

Rasim
Abbasov

.NET Developer

I design and build digital products that are fast, accessible, and beautifully crafted — from architecture to pixel.

2+
YEARS EXP
10+
PROJECTS
Rasim Abbasov
Rasim Abbasov
.NET Developer
Open
1// Developer.cs
2public record Developer(
3  string Name = "Rasim Abbasov",
4  string[] Stack = [".NET", "C#", "SQL"],
5  long Coffee = long.MaxValue,
6  bool Available = true
7);

Turning ideas into elegant software

I'm a .NET Developer based in Baku with a deep passion for crafting high-performance web applications and intuitive user interfaces. With 2+ years of professional experience, I've worked across startups and enterprise teams.

My approach combines clean architecture with beautiful design. I believe that good code and great design are not in opposition — they reinforce each other.

When I'm not coding, I'm contributing to open source, writing technical articles, or experimenting with new patterns in .NET ecosystem.

C# ASP.NET Core LINQ RESTful APIs MS SQL Azure Docker Entity Framework Core xUnit Swagger HTML5 / CSS3 React TypeScript
📍
// location
Baku, Azerbaijan
🎓
// education
B.S. Computer Science, Baku State University
💼
// experience
2+ Years
🌐
// languages
Azerbaijani, English, Turkish
1// Passion.cs
2var focus = GetInterests()
3  .Where(i => i.IsOptimized)
4  .Select(i => i.ScaleToMassive)
5  .ToList();
6// ["Clean Arch","Scalability","SOLID"]

My technical toolkit

A curated set of technologies I rely on to ship production-grade software.

🔧
Backend
C# 12 / .NET 8
ASP.NET Core
Entity Framework Core / LINQ
SQL Server
☁️
Cloud & DevOps
Azure App Services / SQL
Docker
GitHub Actions / CI/CD
🧪
Architecture & Quality
xUnit / Moq
Swagger / Seq (Logging)
Clean Code / SOLID
Onion Architecture
Frontend
HTML5 / CSS3
JavaScript / TypeScript
Razor Pages / MVC Views
React / Tailwind (Basics)

Selected work

A handful of projects I'm most proud of — spanning product, tooling, and creative tech.

[ApiController] [Route("api/[controller]")] public class OrdersController : ControllerBase { [HttpPost] public async Task<IActionResult> Create(CreateOrderCommand c) => Ok(await _med.Send(c)); }
REST API
ASP.NET Core EF Core SQL Server
Nois - Clothing Shop
Full-featured REST API with CQRS via MediatR, EF Core repositories, and JWT auth.
public class MetricsHub : Hub { public async Task Subscribe( string tenantId) { await Groups .AddToGroupAsync( Context.ConnectionId, tenantId); } }
SignalR
SignalR Azure Blazor
FireCup
Real-time metrics platform with SignalR hubs, Azure Redis backplane, and Blazor WASM frontend.

Let's build something
together

I'm currently taking on new projects. Have an idea or just want to chat? I'd love to hear from you.

✉️
📍
// location
Baku, Azerbaijan
// response
Usually within 24 hours
// ContactService.cs
public async Task<IResult>
  ReplyAsync(MessageDto msg,
    CancellationToken ct) {
  await _mailer.SendAsync(msg, ct);
  return Results.Ok();
}

Rasim Abbasov

.NET Developer

Baku, Azerbaijan · rasimabbasov999@gmail.com · github.com/RasimAbbasov

💼
Work Experience
Quality Assurance Intern
Azerconnect Group — Baku, Azerbaijan
  • Designed and maintained RESTful APIs in ASP.NET Core serving 50k+ daily requests
  • Implemented EF Core migrations, query optimisation, and SQL Server stored procedures
  • Integrated Azure App Services, Blob Storage, and Azure DevOps CI/CD pipelines
🎓
Education
B.S. Computer Science
Baku State University — Baku, Azerbaijan

Focused on Algorithms, Software Engineering, and Database Systems.

FullStack Development
Code Academy — Baku, Azerbaijan

Focused on Algorithms, Software Engineering, and Database Systems.

Technical Skills
C# / .NET 8
ASP.NET Core
Entity Framework Core
SQL Server / Azure
Docker / DevOps
React / TypeScript
🏅
Certifications
Foundations of Coding Back-End
Microsoft
Microsoft Certified: Azure Developer Associate (AZ-204)
Microsoft