Available for hire

Rasim
Abbasov

.NET Developer

I’m Rasim Abbasov, a 20-year-old Software Engineer with 2+ years of experience building high-performance web applications and intuitive user interfaces. My focus is on the .NET ecosystem, where I enjoy bringing together reliable code and friendly designs to create things people actually love using.

Download CV
2+
YEARS EXP
10+
PROJECTS
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

.NET Developer with 2+ years of experience building and maintaining software solutions, including 1+ year of hands-on experience with .NET technologies. Skilled in ASP.NET Core and Microsoft ecosystem for developing scalable backend services and web applications.

Focused on writing clean, maintainable code and contributing to production-ready systems, with a strong interest in system design and modern application architectures.

C# ASP.NET Core LINQ RESTful APIs 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
2 var focus = GetInterests()
3  .Where(interest => interest.IsOptimized)
4  .Select(interest => interest.ScaledToMassive)
5  .ToList();
6 // Result: ["Clean Architecture", "Scalability", "SOLID Principles"]

My technical toolkit

My specialized toolkit for shipping quality software, alongside the technologies I am actively mastering to build better systems.

🔧
Backend
C# / .NET
ASP.NET Core
Entity Framework Core
REST APIs
Dependency Injection
☁️
Databases & DevOps
Azure (App Service, Azure SQL, Azure Storage)
SQL
Docker
Git
GitHub
Postman
🧪
Architecture, Testing & Observability
Onion Architecture
N-tier Architecture
Clean Code
SOLID Principles
xUnit
Swagger / OpenAPI
Seq
Serilog
Exception Handling
Frontend
HTML5
CSS3
JavaScript
Razor Pages
MVC Views
Responsive Design
React / Tailwind (Basics)
Form Handling & Validation

Web Projects and Development Work

Some of the projects that I've developed.

[ApiController] [Route("api/[controller]")] public class OrdersController : ControllerBase { [HttpPost] public async Task<IActionResult> Create(CreateOrderCommand c) => Ok(await _med.Send(c)); }
ASP.NET Core Onion Architecture Docker
Nois - Clothing Shop
Coming Soon!
public class MetricsHub : Hub { public async Task Subscribe( string tenantId) { await Groups .AddToGroupAsync( Context.ConnectionId, tenantId); } }
ASP.NET Core N-tier Architecture SQL
FireCup - Tournament Management
Coming Soon!

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(new { Status = "Message sent successfully!" });
}

Rasim Abbasov

.NET Developer

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

↓ Download CV Preview CV
💼
Work Experience
Quality Assurance Intern
Azerconnect Group — Baku, Azerbaijan
  • Executed comprehensive manual testing for web and software applications, developing detailed test cases and scenarios derived from functional specifications.
  • Managed the end-to-end defect lifecycle—identifying, logging, and tracking bugs through resolution using Jira.
  • Applied SDLC and STLC methodologies to collaborate with cross-functional development teams, streamlining testing workflows and ensuring high-quality software reliability.
🎓
Education
B.S. Computer Science
Baku State University — Baku, Azerbaijan
Full-Stack Development
Code Academy — Baku, Azerbaijan

Intensive training in C# and ASP.NET Core development, mastering data structures, architectural design patterns like SOLID, and relational database management using MS SQL.

🏅
Certifications
Foundations of Coding Back-End
Microsoft