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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

const diyorbek = {
  currentWork: "PayVerse (FinTech Solution)",
  learning: ["ASP.NET Core", "Domain Driven Design", "Microservices"],
  lookingToCollaborate: ".NET development",
  askMeAbout: ["Backend", "API", "Software Architecture"],
  reachMe: "mreshboboyev@gmail.com",
  funFact: "I can debug with my eyes closed! 🧙‍♂️"
};

🔥 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

📊 Weekly Development Breakdown

Code Time

Lines of code

🐱 My GitHub Data

📦 ? Used in GitHub's Storage

🏆 1,488 Contributions in the Year 2025

🚫 Not Opted to Hire

📜 78 Public Repositories

🔑 0 Private Repositories

I'm an Early 🐤

🌞 Morning                411 commits         ███░░░░░░░░░░░░░░░░░░░░░░   10.64 % 
🌆 Daytime                1788 commits        ████████████░░░░░░░░░░░░░   46.27 % 
🌃 Evening                1586 commits        ██████████░░░░░░░░░░░░░░░   41.05 % 
🌙 Night                  79 commits          █░░░░░░░░░░░░░░░░░░░░░░░░   02.04 % 

📅 I'm Most Productive on Wednesday

Monday                   488 commits         ███░░░░░░░░░░░░░░░░░░░░░░   12.63 % 
Tuesday                  570 commits         ████░░░░░░░░░░░░░░░░░░░░░   14.75 % 
Wednesday                595 commits         ████░░░░░░░░░░░░░░░░░░░░░   15.40 % 
Thursday                 589 commits         ████░░░░░░░░░░░░░░░░░░░░░   15.24 % 
Friday                   502 commits         ███░░░░░░░░░░░░░░░░░░░░░░   12.99 % 
Saturday                 585 commits         ████░░░░░░░░░░░░░░░░░░░░░   15.14 % 
Sunday                   535 commits         ███░░░░░░░░░░░░░░░░░░░░░░   13.85 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Asia/Tashkent

💬 Programming Languages: 
C#                       3 hrs 39 mins       █████████████████████░░░░   83.30 % 
Binary                   23 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   08.76 % 
Other                    8 mins              █░░░░░░░░░░░░░░░░░░░░░░░░   03.18 % 
Markdown                 6 mins              █░░░░░░░░░░░░░░░░░░░░░░░░   02.57 % 
XML                      4 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   01.63 % 

🔥 Editors: 
Visual Studio            4 hrs 23 mins       █████████████████████████   99.99 % 
Unknown Editor           0 secs              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.01 % 

🐱‍💻 Projects: 
Kvadrat                  1 hr 57 mins        ███████████░░░░░░░░░░░░░░   44.51 % 
dev-habit                52 mins             █████░░░░░░░░░░░░░░░░░░░░   20.12 % 
OverCloudAirways         43 mins             ████░░░░░░░░░░░░░░░░░░░░░   16.70 % 
OverCloudAirways-DDD-samp27 mins             ███░░░░░░░░░░░░░░░░░░░░░░   10.55 % 
DevHabit                 21 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   08.12 % 

💻 Operating System: 
Windows                  4 hrs 23 mins       █████████████████████████   100.00 % 

I Mostly Code in C#

C#                       144 repos           ████████████████████████░   96.00 % 
TypeScript               2 repos             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.33 % 
JavaScript               2 repos             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.33 % 
Q#                       1 repo              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.67 % 
Python                   1 repo              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.67 % 

Timeline

Lines of Code chart

Last Updated on 06/07/2025 01:16:28 UTC

Snake animation

3D Contribution Calendar

Visitor Count

Pinned Loading

  1. cv cv Public

  2. 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#

  3. 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#

  4. jwt-token-refresh-mechanism jwt-token-refresh-mechanism Public

    A secure, scalable JWT Token Refresh Mechanism built with .NET 9, Domain-Driven Design (DDD), and Clean Architecture. Implements refresh tokens, secure authentication, and token revocation to enhan…

    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# 1