Skip to content
View andreisugu's full-sized avatar

Organizations

@ProiectBD-P9-T4-SMM

Block or report andreisugu

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.

Content in all repositories owned by your account will be closed.
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
andreisugu/README.md

Andrei Șugubete

Systems Software Engineer • Distributed Backend Systems • High-Throughput Gateways

📍 Craiova, Romania  •  🎓 Computer Science & Informatics

Personal Portfolio   ChaoniusMC Network   GitHub Profile   Email Contact

Typing SVG Telemetry

About Me

I am a software engineer focused on building high-throughput protocol proxies, concurrent backend services, and robust web applications. My engineering approach emphasizes memory efficiency, non-blocking asynchronous I/O, cache locality, and building fault-tolerant architectures with clear separation of concerns.

  • Core Languages: Go, Rust, C# (.NET 9), Python, Java, TypeScript, and SQL.
  • Specializations: Protocol proxying, high-concurrency state machines, spatial indexing, REST/Socket APIs, and automated CI/CD pipelines.
  • Academic Background: Computer Science & Informatics at the University of Craiova and Politehnica University of Bucharest.

Featured Projects

A modular suite of high-performance networking plugins engineered for the Minekube Gate Go reverse proxy:

  • gate-hybridforwarding — Protocol adapter bridging Velocity and modern Fabric player forwarding.
  • gate-skinschanger — Dynamic skin property injector modifying cryptographic textures on-the-fly.
  • gate-smartlimbo — Virtual world fallback state machine preventing disconnects during backend maintenance.
  • gate-bettertab — In-memory visual tablist formatter with low-overhead string interpolation.
  • gate-stonyperms — High-speed RBAC permission engine with sub-microsecond query resolution.

[ Explore Repositories ↗ ]

Full-spectrum web platform and static site compilation engine powering a 16-page distributed gaming network:

  • Zero-Risk SSG Compiler: Custom Python pipeline with pre-flight AST validation, CSS minification, and 1-second automated Git rollback snapshots.
  • Real-Time Telemetry API: Sub-millisecond socket probe tracking server TPS, memory allocation, and active player counts.
  • 3D Radar & Model Inspector: Interactive Three.js/WebGL WebMap and skin viewer with lazy-loaded rendering pipelines.

[ Live Web Platform ↗ ]

Language-learning web application built on ASP.NET Core MVC (.NET 9) and PostgreSQL:

  • Relational database architecture for progress tracking, vocabulary retention, and XP leaderboards.
  • Secure authentication and role authorization via ASP.NET Identity with password hashing and session tokens.
  • Server-rendered views optimized with Entity Framework Core query indexing and pagination.

[ GitHub Repository ↗ ]

AI-powered allergy and meteorological forecast application developed for Hackathon Craiova 2025:

  • Integrated Hugging Face NLP sentiment analysis with Open-Meteo live atmospheric telemetry.
  • Offline-first Progressive Web App (PWA) with Service Worker background caching.
  • Privacy-first architecture ensuring zero personal telemetry leaves the client device.

[ Live Demo ↗ ][ Source Code ↗ ]

Stateful CLI language tutor featuring structured session management and local persistence:

  • State machine execution loop with dynamic command parsing and validation.
  • Credential security with salt-hashed jBCrypt verification and Gson serialization.
  • Ported to an interactive browser terminal running client-side via GitHub Pages.

[ Live Terminal ↗ ][ Source Code ↗ ]

Academic administration portal engineered with React, Tailwind CSS, and Microsoft Graph APIs:

  • Institutional Single Sign-On (SSO) with role-based access control (RBAC).
  • Bulk data synchronization handling student records via Microsoft Graph Excel APIs.
  • Point-in-time audit logs tracking administrative grade modifications and ledger events.

[ Live Portal ↗ ][ Source Code ↗ ]


Software Architecture & Interaction Flow

flowchart LR
    classDef client fill:#0d1117,stroke:#38bdf8,stroke-width:2px,color:#f8fafc;
    classDef proxy fill:#0d1117,stroke:#7c3aed,stroke-width:2px,color:#c084fc;
    classDef service fill:#0d1117,stroke:#a855f7,stroke-width:2px,color:#f8fafc;
    classDef db fill:#0d1117,stroke:#10b981,stroke-width:2px,color:#ecfdf5;

    Clients(["👥 Clients & Users"]):::client

    subgraph GateLayer["🛡️ Gate Proxy Layer (Go)"]
        Gate["Minekube Gate Core"]:::proxy
        Forward["HybridForwarding Plugin"]:::proxy
        Skins["SkinsChanger Plugin"]:::proxy
        Limbo["SmartLimbo Failsafe"]:::proxy
    end

    subgraph ServiceLayer["⚡ Application Services (.NET 9 / FastAPI)"]
        VibeApp["VibeLang (.NET 9 MVC)"]:::service
        Telemetry["FastAPI Socket Probe"]:::service
        SSG["Zero-Risk SSG Compiler"]:::service
    end

    subgraph DataLayer["💾 Persistence Layer"]
        PG[("PostgreSQL")]:::db
        JSONCache[("JSON / State Cache")]:::db
    end

    Clients <-->|TCP / Protocol Packets| Gate
    Gate <--> Forward & Skins & Limbo
    Clients <-->|HTTPS REST / WebSockets| ServiceLayer
    VibeApp <--> PG
    SSG --> JSONCache
Loading

Technical Skills & Toolkit

Category Core Stack (4 × 2 Grid)
Languages & Systems Go Rust .NET 9 C#
Python Java TypeScript Bash
Frameworks & Web ASP.NET Core FastAPI Django React
Vite Tailwind CSS Three.js PWA
Data & Infrastructure PostgreSQL SQLite Redis Docker
Nginx Tailscale Cloudflare GitHub Actions

GitHub Activity & Analytics



Get in Touch

     

Engineered with precision, clean architecture, and performance focus.
© 2026 Andrei Șugubete • Craiova, Romania

Pinned Loading

  1. Pumpkin-MC/Pumpkin Pumpkin-MC/Pumpkin Public

    Empowering everyone to host fast and efficient Minecraft servers

    Rust 11.3k 804

  2. airsense airsense Public

    Forked from mihail-pop/airsense

    A web app for checking weather, pollen in the air and getting tips about dealing with your symptoms on a day to day basis.

    HTML 1

  3. gamenative-config-tools gamenative-config-tools Public

    Convert, Edit and Browse GameNative's configurations!

    TypeScript 9

  4. TerminaLingo TerminaLingo Public

    Interactive Terminal Application for Language Learning

    Java

  5. VibeLang VibeLang Public

    The street-smart language learning app.

    C# 1

  6. json-to-sqlite json-to-sqlite Public

    A Client-Side Privacy Friendly webtool to convert JSON -> SQLITE | GitHub Pages

    TypeScript 1