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

Block or report AboubacarSow

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
AboubacarSow/README.md
╔══════════════════════════════════════════════════════════════╗
║                                                              ║
║        ██████╗  ██████╗ ██╗    ██╗                           ║
║       ██╔════╝ ██╔═══██╗██║    ██║                           ║
║       ███████╗ ██║   ██║██║ █╗ ██║                           ║
║       ╚════██║ ██║   ██║██║███╗██║                           ║
║       ██████╔╝ ╚██████╔╝╚███╔███╔╝                           ║
║       ╚═════╝   ╚═════╝  ╚══╝╚══╝                            ║
║                                                              ║
║           [ ABOUBACAR SOW — SYSTEMS ENGINEER ]               ║
║        From the Metal to the Application Layer               ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝

Typing SVG

Profile Views LinkedIn GitHub


$ whoami
> aboubacar_sow
  ├── role        : .NET Engineer & Information Systems Student
  ├── university  : Kocaeli University 🇹🇷
  ├── origin      : Guinea 🇬🇳
  ├── mission     : Own the full stack — from bare metal to the application layer
  └── philosophy  : "Don't just use the framework. Understand what it's built on."

$ cat VISION.md
╔═══════════════════════════════════════════════════════════╗
║              THE FULL-STACK OWNERSHIP MODEL               ║
╠══════════════════╦══════════════════════════╦═════════════╣
║ LAYER            ║ DOMAIN                   ║ STATUS      ║
╠══════════════════╬══════════════════════════╬═════════════╣
║ ⚡ Metal         ║ CPU, Memory, Circuits    ║ [EXPLORING] ║
║ 🖥  OS & Systems ║ Scheduling, Networking   ║ [DEEPENING] ║
║ 🗃  Data Layer   ║ Internals, Indexing, SQL ║ [ACTIVE]    ║
║ 🔧 Runtime/Infra ║ Docker, Azure, CI/CD     ║ [ACTIVE]    ║
║ 🏗  Architecture ║ DDD, Microservices, CQRS ║ [CORE]      ║
║ 🌐 Application   ║ .NET, APIs, AI, Angular  ║ [CORE]      ║
╚══════════════════╩══════════════════════════╩═════════════╝

A true engineer doesn't stop at the framework.
They trace every abstraction down to the transistor.

$ ls -la skills/

Languages

C C# Go Python JavaScript TypeScript

Frameworks

.NET Blazor Angular ROS 2 Unity

Infrastructure & DevOps

Docker Azure RabbitMQ gRPC GitHub Actions Git


$ cat current_focus.log
[MASTERING]  Clean Architecture · Domain-Driven Design · TDD
[MASTERING]  Microservices & Distributed Systems with .NET
[DEEPENING]  SQL Server Internals · Query Optimization · Indexing
[EXPLORING]  OS Internals · Computer Architecture · Systems Programming
[BUILDING]   AI-driven Applications · OpenAI · ML.NET
[HARDENING]  Cybersecurity · Networking Foundations

$ cat projects/index.json | jq '.featured'

// DISTRIBUTED SYSTEMS & ENTERPRISE ARCHITECTURE

┌─────────────────────────────────────────────────────────────────────┐
│ 🧩  TASK MANAGEMENT MICROSERVICE SYSTEM                             │
│     github.com/AboubacarSow/task-management-microservice            │
├─────────────────────────────────────────────────────────────────────┤
│ Production-grade distributed platform · 6 independent services      │
│                                                                      │
│ ► OAuth2 / OIDC auth via Duende IdentityServer                      │
│ ► gRPC for typed, low-latency internal RPC                          │
│ ► RabbitMQ for async, decoupled event-driven workflows              │
│ ► CQRS with MediatR · DDD aggregates · Project state machine        │
│ ► AI agent (llama3.2 via Ollama) — task suggestion & descriptions   │
│ ► Full observability: ELK stack · Prometheus · Grafana · k6         │
│ ► 376 passing tests across xUnit & pytest                           │
│                                                                      │
│ STACK: .NET 9 · MongoDB · RabbitMQ · gRPC                           │
│        Docker Compose · Ocelot · Ollama · k6 · InfluxDB             │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit

┌─────────────────────────────────────────────────────────────────────┐
│ 🏪  ESHOP MODULAR MONOLITH                                          │
│     github.com/AboubacarSow/EshopModularMonoliths                   │
├─────────────────────────────────────────────────────────────────────┤
│ ► Domain-Driven Design · Bounded Contexts · Module Isolation        │
│ STACK: .NET 8 · MediatR · PostgreSQL                                │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit

┌─────────────────────────────────────────────────────────────────────┐
│ 📨  SIMPLE MESSAGE BROKER                                           │
│     github.com/AboubacarSow/simple-message-broker                   │
├─────────────────────────────────────────────────────────────────────┤
│ ► Custom Pub/Sub messaging built from scratch (system internals)    │
│ STACK: .NET Minimal API · Console App                               │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit

┌─────────────────────────────────────────────────────────────────────┐
│ 🍽  RESTAURANTS API                                                 │
│     github.com/AboubacarSow/Restaurants                             │
├─────────────────────────────────────────────────────────────────────┤
│ ► Clean Architecture · Onion layering · Industry-standard patterns  │
│ STACK: ASP.NET Core · EF Core · FluentValidation                    │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit

// REAL-TIME SYSTEMS & LOW-LEVEL COMMUNICATION

┌─────────────────────────────────────────────────────────────────────┐
│ 🔌  WEBSOCKET SERVER                                                │
│     github.com/AboubacarSow/webSocket-server                        │
├─────────────────────────────────────────────────────────────────────┤
│ ► Persistent bidirectional communication · Broadcasting · Mgmt      │
│ STACK: ASP.NET Core · WebSockets · C#                               │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit

┌─────────────────────────────────────────────────────────────────────┐
│ ⚙️   MINI RPC ENGINE                                                │
│     github.com/AboubacarSow/mini-rpc-engine                         │
├─────────────────────────────────────────────────────────────────────┤
│ ► Custom RPC framework · TCP transport · JSON serialization         │
│ STACK: C# · TCP Sockets · .NET                                      │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit

// ALGORITHMS & ADVANCED LOGIC

┌─────────────────────────────────────────────────────────────────────┐
│ 🔄  KCODD — RELATIONAL ALGEBRA TO SQL TRANSPILER                    │
│     github.com/AboubacarSow/kcodd                                   │
├─────────────────────────────────────────────────────────────────────┤
│ ► Relational algebra expressions transpiled directly to SQL         │
│ ► Live playground: kcodd.onrender.com · v1.0.1                      │
│ STACK: .NET · Blazor · C#                                           │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit

┌─────────────────────────────────────────────────────────────────────┐
│ 🔗  SOCIAL NETWORK ANALYSIS                                         │
│     github.com/AboubacarSow/yazlab-proje-II                         │
├─────────────────────────────────────────────────────────────────────┤
│ ► Graph Theory · BFS/DFS · Relationship visualization               │
│ STACK: .NET Clean Arch · Angular · D3.js                            │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit

┌─────────────────────────────────────────────────────────────────────┐
│ 🎮  DAYPAY GAME                                                     │
│     github.com/AboubacarSow/daypay-game                             │
├─────────────────────────────────────────────────────────────────────┤
│ ► AI Systems · Finite State Machines · NPC Pathfinding              │
│ STACK: Unity · C# · NavMesh                                         │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit

┌─────────────────────────────────────────────────────────────────────┐
│ 📡  GRAPHQL TS SERVER                                               │
│     github.com/AboubacarSow/graphQL-ts-server                       │
├─────────────────────────────────────────────────────────────────────┤
│ ► Strongly-typed schema · Query optimization · Efficient fetching   │
│ STACK: TypeScript · Apollo Server · Express                         │
└─────────────────────────────────────────────────────────────────────┘

Stars Last Commit


$ neofetch --github

$ cat roadmap/2025-2026.md
PRIORITY QUEUE — 2025/2026
══════════════════════════════════════════════════
 [1] OS Internals · Computer Architecture · Systems Programming
 [2] Advanced Clean Architecture & Distributed Systems
 [3] DevOps · CI/CD · Docker · Azure Cloud
 [4] SQL Server Internals & Performance Optimization
 [5] AI-driven Applications — OpenAI & ML.NET
 [6] Cybersecurity & Networking Foundations
 [∞] Master every layer — metal to application
══════════════════════════════════════════════════

$ cat connect.sh

LinkedIn GitHub


> "Don't just use the abstraction. Own what's underneath it."

  ████████████████████████████████████████████████████████████
  █  🔩 Metal  ──►  🖥 OS  ──►  🗃 Data  ──►  🏗 Arch  ──►  🌐 App  █
  ████████████████████████████████████████████████████████████
GitHub Streak
$ echo $?
0
// process exited cleanly — thanks for reading

Pinned Loading

  1. EshopModularMonoliths EshopModularMonoliths Public

    Modular Monolith Architecture with .Net 8

    C# 1

  2. kcodd kcodd Public

    A lightweight compiler-style engine for parsing relational algebra expressions, building ASTs, and transpiling them into SQL queries.

    C# 3

  3. golang-lab golang-lab Public

    A collection of small Go mini-projects used to learn and experiment with the language, covering core syntax, concurrency, standard library, and backend fundamentals.

    Go 1

  4. mini-rpc-engine mini-rpc-engine Public

    A simple mini RPC(Remote Procedure Call) engine built in C#.

    C#