Skip to content
View Krupanjac's full-sized avatar

Highlights

  • Pro

Block or report Krupanjac

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
krupanjac/README.md

class Krupanjac extends SoftwareEngineer

/**
 * Arsen Đurđev (Krupanjac)
 * Software Engineer — Systems, Architecture, Performance
 */
interface EngineerProfile {
    foundation: {
        paradigm: ["Low-Level Systems", "Abstraction-Oriented Design", "Performance Engineering"];
        principles: ["Correctness", "Efficiency", "Scalability", "Maintainability"];
    };

    competencies: {
        systems: "Resource-aware, deterministic software";
        architecture: "Composable, modular, and evolvable systems";
        backend: "Reliable services and data-driven applications";
        algorithms: "Data structures and algorithmic optimization";
    };

    focus: "Designing and building efficient systems from first principles";
    mindset: "Understand the machine, control the system";
    status: "Compiling...";
}

krupanjac.devlinkedin/arsendjurdjev


class TechnicalFocus : public Krupanjac

graph TD
    subgraph Core ["Core Systems Engineering"]
        LowLevel[Low-Level Programming] -->|Efficiency| Runtime[Runtime Performance]
        Memory[Memory Management] -->|Control| Stability[System Stability]
        Concurrency[Concurrency & Parallelism] -->|Scaling| Throughput[High Throughput]
        Algorithms[Algorithms & Data Structures] -->|Optimization| Runtime
    end

    subgraph Architecture ["Software Architecture"]
        Design[System Design] -->|Abstractions| Modules[Modular Components]
        Interfaces[Clear Interfaces] -->|Contracts| Integration[System Integration]
        Optimization[Performance-Oriented Design] -->|Tradeoffs| Design
    end

    subgraph Backend ["Backend & Services"]
        Services[Backend Services] -->|APIs| Communication[Inter-Process Communication]
        Data[Data Modeling] -->|Consistency| Storage[Persistent Storage]
        Scaling[Scalability Strategies] -->|Load| Services
    end

    subgraph Tooling ["Tooling & Automation"]
        Scripting[Scripting & Automation] -->|Productivity| Workflow[Developer Workflow]
        Debugging[Profiling & Debugging] -->|Insights| Optimization
        Build[Build & Deployment] -->|Reliability| Systems
    end

    Core --> Architecture
    Architecture --> Backend
    Core --> Tooling
    Tooling --> Architecture

    style Core fill:#1e1e1e,stroke:#d07a16,stroke-width:2px,color:#ffffff
    style Architecture fill:#1e1e1e,stroke:#6f42c1,stroke-width:2px,color:#ffffff
    style Backend fill:#1e1e1e,stroke:#3178C6,stroke-width:2px,color:#ffffff
    style Tooling fill:#1e1e1e,stroke:#3776AB,stroke-width:2px,color:#ffffff

Loading

class Overview : Krupanjac

Software engineer specializing in high-performance systems, algorithms, and low-level programming. Focused on building efficient software from the ground up—game engines, neural networks, and scalable backend architectures.

class CoreTechnology : Overview

Systems Engineering   →  Low-level programming, memory models, concurrency, performance tuning
Architecture          →  Modular design, clear interfaces, abstraction boundaries
Backend Systems       →  Service design, data modeling, API-driven systems
Algorithms            →  Data structures, complexity analysis, optimization techniques
Tooling & Workflow    →  Automation, debugging, profiling, build systems

class TechnologyStack : Overview

Domain Technologies
Systems C++ C C# Java
Web Angular TypeScript NodeJS Tailwind CSS Nest
Databases SQLite MySQL MongoDB
Scripting Python Lua Bash
OS Debian Windows

class RepositoryAnalytics : Krupanjac

GitHub Card


Pinned Loading

  1. CLI CLI Public

    C++ CLI UNI project.

    C++

  2. ETF-RG-IRD/etf-u-blokadi ETF-RG-IRD/etf-u-blokadi Public

    TypeScript 2

  3. moneta moneta Public

    TypeScript

  4. Bstar-database-search Bstar-database-search Public

    C++ console application implementing a B* tree index for fast lookups in a CUSTOMER table by primary key. Supports creation, insertion, deletion, and multiple search modes (by ID, by name, by list …

    C++

  5. ArmaGenMap ArmaGenMap Public

    Forked from jetelain/ArmaRealMap

    Tools to generate realistic Arma3 terrain from OpenStreetMap data in an highly automated process.

    C#

  6. minecraft-cpp minecraft-cpp Public

    This is Minecraft made from scratch in C++ and opengl. It's utilizing advanced building, processing and rendering techniques to achieve extremely good performances (with massive FPS outputs).

    C++ 1