Skip to content
View llukito's full-sized avatar
🦸
🦸

Highlights

  • Pro

Block or report llukito

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
llukito/README.md
#include<luka_aladashvili.h>/** * @brief Software Engineer | AI Infrastructure | ICPC Northern Eurasia Finalist * Specializing in high-performance engines, scalable models, and low-latency systems.*/namespaceHighPerformance {
classLukaAladashvili : publicSystemArchitect {
public:// Ranked 4th out of 40,000 students nationallystaticconstexprdoubleMATH_PERCENTILE = 0.0001; structCurrentFocus {
constchar* industry_role = "Software Engineering Specialist @ SpaceXAI";
constchar* startup_role = "Founder & Lead Engineer @ Fincast";
bool massive_fincast_grants_secured = true; // Backed by Startupbootcamp// Supported by elite compute and AI infrastructure programsconstchar* tech_partnerships[4] = {"NVIDIA Inception", "Anthropic", "GCP", "AWS"};
double inference_latency_ms = 200.0; // Achieved <200ms in C++ inference engineint throughput = 5000; // Processing 5,000+ data points/sec
} focus;
voidlist_milestones() {
bool is_icpc_finalist = true; // Northern Eurasia Finalistint stem_rank = 1; // National Champion (1st Place) - Bank of Georgia constchar* hackathon = "Grand_Prize_Winner_Intl_AI_Finance"; bool has_ai_research_grant = true; // Impel AI Emerging Professional Grant
}
};
}

EmailLinkedInLeetCodePortfolio

Pinned Loading

  1. pthread-deadlock-detectorpthread-deadlock-detectorPublic

    Runtime deadlock detection library for multi-threaded C programs using pthreads.

    C 2

  2. multithreaded-banking-systemmultithreaded-banking-systemPublic

    A thread-safe concurrent banking system implemented in C using POSIX threads. Features fine-grained locking, deadlock prevention via resource ordering, and custom barrier synchronization for consis…

    C

  3. HuffmanCompressorEncryptedHuffmanCompressorEncryptedPublic

    A file compression and decompression program using Huffman Encoding with password-protected headers.

    C++

  4. RandomWriter-Markov-Based-Text-Style-GeneratorRandomWriter-Markov-Based-Text-Style-GeneratorPublic

    A flexible C++ program that uses word-level Markov chains to generate coherent text based on input training files. It can be used to simulate writing styles, extend unfinished documents, or analyze…

    C++

  5. RSS-News-Feed-AggregationRSS-News-Feed-AggregationPublic

    Downloads RSS feeds, parses articles, indexes words using hashsets/vectors, and provides a simple search engine over a few hundred news articles.

    C

  6. Freeuni-OOP/final-project-freeroomFreeuni-OOP/final-project-freeroomPublic

    Forked from Freeuni-OOP/final-project-final_project_22_team

    oop-2026-final-project-Final-Project created by GitHub Classroom

    Java 6