Skip to content
View GlediLami's full-sized avatar

Block or report GlediLami

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
GlediLami/README.md
Typing SVG

LinkedIn Email GitHub


Profile Views Education Focus


Coding

$ whoami

class Gledis:
    name    = "Gledis Lami"
    alias   = "GlediLami"
    role    = "System Design & Software Engineering"
    edu     = "M.Sc. Information Engineering β€” TU Munich"
    
    languages = ["Go", "Java", "Python", "C++", "JavaScript"]
    stack     = ["React", "Angular", "Spring", "FastAPI", "Kafka", "Kubernetes"]
    
    current_mission = [
        "πŸš€ Shipping open-source tools for students & devs",
        "πŸ—οΈ System Design & Distributed Systems Mastery",
        "πŸŽ“ M.Sc. Information Engineering @ TUM",
    ]
    
    fun_fact = "Ask me about container runtimes, WSL2 & microservices 🐳"

    def get_status(self):
        return "Designing systems, shipping code. πŸš€"

Me = Gledis()
print(Me.get_status())


⚑ Tech Arsenal

πŸ–₯️ Languages

Go Java Python C++ JavaScript HTML5

πŸš€ Frameworks & Libraries

React Angular Spring FastAPI Apache Kafka CUDA

πŸ›’οΈ Databases & Cloud

PostgreSQL MySQL Redis Microsoft SQL Server Docker Kubernetes

πŸ› οΈ Tools & DevOps

Git GitHub Actions Jenkins Nginx Apache Maven Postman


πŸ† Featured Projects

πŸ•΅οΈ KubeTective β€” Kubernetes incident investigation engine (explainable, calibrated)
stars license
πŸ’Ό job-match β€” CV/JD analysis platform (Spring Boot + FastAPI + React)
stars
πŸ¦‰ StudyBuddy β€” turn your lecture PDFs into a grounded exam-prep tutor
stars license
πŸ›‘οΈ TokenGuard β€” stop your AI from blowing up your LLM bill
stars license

πŸ“Š GitHub Stats



🐍 Snake β€” Watch My Commits Get Eaten!

snake

Generated daily by GitHub Actions (.github/workflows/snake.yml).


⭐ Star my repos if you find them useful! | Open to collaborations

Popular repositories Loading

  1. kubetective kubetective Public

    Deterministic root causes for every Kubernetes incident you don't want to debug twice

    Go 3 3

  2. portfolio portfolio Public

    JavaScript

  3. GlediLami GlediLami Public

  4. ginkgo ginkgo Public

    Forked from ginkgo-project/ginkgo

    Numerical linear algebra software package

    C++

  5. tavern tavern Public

    Tavern β€” a pass-and-play D&D dice-storytelling game in the browser

    TypeScript

  6. job-match job-match Public

    CV/JD analysis platform: Spring Boot microservices + FastAPI/LangChain AI service + React frontend, with Helm chart and monitoring stack

    Java