Skip to content
View MrEshboboyev's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MrEshboboyev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MrEshboboyev/README.md

Profile Views Followers Stars

Trophy

LinkedIn Profile Portfolio

πŸ‘¨β€πŸ’» About Me

🎯 Technical Expertise

As a passionate backend developer, I specialize in creating robust, scalable applications using .NET technologies. My expertise spans across multiple domains of software development with a strong focus on delivering high-quality solutions.

πŸš€ Core Competencies

  • Backend Development: Mastery in C#, ASP.NET Core, RESTful APIs, and gRPC services
  • Cloud & DevOps: Extensive experience with Microsoft Azure, CI/CD pipelines, and infrastructure as code
  • Database Systems: Proficient in SQL Server, PostgreSQL, and MongoDB for diverse data storage requirements
  • Modern Architecture: Deep understanding of Domain-Driven Design (DDD) and microservices patterns
  • Container Technologies: Skilled in Docker and Kubernetes for scalable application deployment
  • Software Engineering: Strong foundation in design patterns, SOLID principles, and clean code practices

πŸ› οΈ Technical Skills Overview

const diyorbek = {
  primarySkills: ["C#", "ASP.NET Core", "API Development", "Microservices"],
  databases: ["SQL Server", "PostgreSQL", "MongoDB"],
  cloudTech: ["Azure", "Docker", "Kubernetes"],
  architecture: ["DDD", "Clean Architecture", "CQRS"],
  tools: ["Git", "Terraform", "CI/CD"],
  methodologies: ["Agile", "Scrum", "TDD"]
};

πŸ”₯ Current Streak

GitHub Streak

πŸ“Š GitHub Stats

πŸ“ˆ Contribution Graph

πŸš€ Skills

πŸ› οΈ Detailed Tech Stack

Backend & Cloud

DevOps & Tools

🌐 Connect with me

Email Telegram Twitter LinkedIn

πŸ† GitHub Metrics

🌟 Featured Projects

PayVerse Repo Gravy Repo

Snake animation

3D Contribution Calendar

Visitor Count

Pinned Loading

  1. cv cv Public

  2. aspect-oriented-programming aspect-oriented-programming Public

    This project is about AOP (Aspect Oriented Programming), one of the paradigms to which OOP belongs [.NET 9.0, C#]

    C#

  3. distributed-caching-system-with-cache-invalidation distributed-caching-system-with-cache-invalidation Public

    A high-performance distributed caching system built with .NET 9 and Redis, featuring cache invalidation, multiple caching strategies (Cache-Aside, Write-Through), and Clean Architecture. This proje…

    C#

  4. multi-factor-authentification multi-factor-authentification Public

    This repository demonstrates a Multi-Factor Authentication (MFA) system in .NET, built using Domain-Driven Design (DDD) and Clean Architecture. It includes secure user registration, token-based aut…

    C#

  5. api-rate-limiter api-rate-limiter Public

    A robust and scalable API Rate Limiter implementation in .NET Core, supporting 4 algorithms (Fixed Window, Sliding Window, Token Bucket, Concurrency) with IP-based rate limiting. Built using Clean …

    C#

  6. concurrency-control concurrency-control Public

    This repository demonstrates how to handle concurrency in Entity Framework Core with PostgreSQL. It includes examples of configuring and using the RowVersion property for concurrency checks, along …

    C# 2