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.

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.
 */
namespace HighPerformance {
    class LukaAladashvili : public SystemArchitect {
    public:
        // Ranked 4th out of 40,000 students nationally
        static constexpr double MATH_PERCENTILE = 0.0001; 

        struct CurrentFocus {
            const char* industry_role = "Software Engineering Specialist @ xAI";
            const char* startup_role = "Founder & Lead Engineer @ Fincast";
            
            bool massive_fincast_grants_secured = true; // Backed by Startupbootcamp
            
            // Supported by elite compute and AI infrastructure programs
            const char* tech_partnerships[4] = {"NVIDIA Inception", "Anthropic", "GCP", "AWS"};

            double inference_latency_ms = 200.0; // Achieved <200ms in C++ inference engine
            int throughput = 5000;               // Processing 5,000+ data points/sec
        } focus;

        void list_milestones() {
            bool is_icpc_finalist = true; // Northern Eurasia Finalist
            int stem_rank = 1;            // National Champion (1st Place) - Bank of Georgia 
            
            const char* hackathon = "Grand_Prize_Winner_Intl_AI_Finance"; 
            bool has_ai_research_grant = true; // Impel AI Emerging Professional Grant
        }
    };
}

Email   LinkedIn   LeetCode   Portfolio

Pinned Loading

  1. pthread-deadlock-detector pthread-deadlock-detector Public

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

    C 2

  2. multithreaded-banking-system multithreaded-banking-system Public

    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. HuffmanCompressorEncrypted HuffmanCompressorEncrypted Public

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

    C++

  4. RandomWriter-Markov-Based-Text-Style-Generator RandomWriter-Markov-Based-Text-Style-Generator Public

    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-Aggregation RSS-News-Feed-Aggregation Public

    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-freeroom Freeuni-OOP/final-project-freeroom Public

    Forked from Freeuni-OOP/final-project-final_project_22_team

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

    Java 5