flamurmaliqi.exe
$ cat about.txt
██╗     ██╗███╗   ███╗██╗   ██╗██╗  ██╗
██║     ██║████╗ ████║██║   ██║╚██╗██╔╝
██║     ██║██╔████╔██║██║   ██║ ╚███╔╝ 
██║     ██║██║╚██╔╝██║██║   ██║ ██╔██╗ 
███████╗██║██║ ╚═╝ ██║╚██████╔╝██╔╝ ██╗
╚══════╝╚═╝╚═╝     ╚═╝ ╚═════╝ ╚═╝  ╚═╝
                    

Tech Guy

Developer & Problem Solver

> Building digital solutions, one line at a time

Status: AVAILABLE
01.

about_me()

about.js
const about = {
  name: "Flamur Maliqi",
  role: "Student",
  location: "Munich",
  education: "Computer Science, Bachelor",
  interests: [
    "Web Development",
    "Problem Solving",
    "Open Source"
  ],
  skills: {
    languages: ["Python", "Java", "C", "JavaScript/TypeScript", "SQL"],
    frameworks: ["FastAPI", "Quarkus.io", "React", "Next.js"],
    tools: ["Docker", "Kubernetes", "PostgreSQL", "AWS", "AI/LLM Integration", "Microservices"]
  }
};
02.

work_experience()

Solution Architect Intern

@ AWS June 2025 - Sep 2025
  • Designing and prototyping scalable, cloud-based architectures using AWS services (Lambda, API Gateway, DynamoDB)
  • Researching best practices for distributed systems, security, and serverless design

Tutor - Math & Java

@ Technische Hochschule Ingolstadt March 2025 - July 2025
  • Serve as a tutor for mathematics and Java lectures, introducing around 40 students to key concepts and demonstrating fundamental programming principles

Intern Software Development Engineer

@ IBM Oct 2024 - March 2025
  • Expanded REST API test cases for error handling (Quarkus, Java)
  • Worked with replication technology and IBM Data Gate
  • Automated CI pipelines using Jenkins
  • Adapted a test framework for multi-cluster OpenShift (Kubernetes) environments

Software Development Intern

@ Audi F1 Project Apr 2024 - Sep 2024
  • Enhanced Formula 1 control unit software for improved dynamics, safety, and real-time performance
  • Developed embedded C logic and optimized MATLAB Simulink models for vehicle control systems
  • Automated testing and data analysis with Python tools, improving simulation efficiency

Student Researcher

@ SPARKS GmbH Oct 2023 - March 2024
  • Developed AI-driven optimization algorithms for automotive zonal architectures in the KI4BoardNet project (BMBF-funded)
  • Contributed to the design of smart controllers and central computing units to reduce wiring complexity
  • Built software prototypes demonstrating next-gen vehicle network automation
03.

projects()

DriveThru Voice Assistant

Production-ready AI voice agent system for drive-thru order processing. Built with LiveKit Agents for real-time conversational AI, featuring intelligent order management, sentiment analysis, and comprehensive analytics. Includes a Next.js dashboard for real-time metrics and conversation tracking.

Python LiveKit FastAPI Next.js PostgreSQL OpenAI

MailFlow

Intelligent email management platform with AI-powered categorization, automated responses, and advanced analytics. Built using microservices architecture with Spring Boot backend and React frontend. Features real-time email processing, LLM integration for smart responses, and comprehensive user management.

Java Spring Boot React TypeScript AI/LLM Microservices

VGI Bus Booking System

Full-stack group bus booking application with intelligent route planning and capacity management. Integrates Google Maps Routes API for optimal public transport connections. Features real-time booking updates, automated email notifications, and scalable Quarkus backend with React frontend.

Quarkus React Google Maps API Java PostgreSQL

EVIA - AI Voice Assistant

Modern AI-powered voice assistant with real-time speech transcription and natural language conversations. Built with FastAPI for high-performance backend processing, React for responsive UI, and PostgreSQL for data persistence. Features comprehensive user management, conversation history, and Docker containerization.

React FastAPI PostgreSQL Python Docker AI/LLM
04.

contact()

contact.sh
# Let's connect!
echo "Reach out via:"

email = "contact@flamur-maliqi.de"
github = "github.com/FlamurMaliqi"
linkedin = "linkedin.com/in/flamur-maliqi"

cat "$email" | mail -s "Hello!"