Skip to content
View ljn7's full-sized avatar
🌳
Farming Battlefury
🌳
Farming Battlefury

Organizations

@datakaveri @EddieHubCommunity

Block or report ljn7

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
ljn7/README.md

John Nirmal — Software Engineer

Status HUD

visitors

📜 Tale of the Hero

// Excerpt from the ancient codex
#include <string>
#include <vector>

class JohnNirmal {
public:
    std::string role = "Software Engineer";
    std::string currentRealm = "Bengaluru, Hyrule";
    std::string quest = "Explore systems. Craft tools. Ship with courage.";

    std::vector<std::string> inventory = {
        "C++ Master Sword",
        "Advanced C++ Spellbook",
        "Systems Programming Shield",
        "Software Engineering Compass",
        "Debugging Lens of Truth",
        "Performance Profiling Rune"
    };

    void startQuest() {
        while (curious) {
            build();
            debug();
            profile();
            ship();

            learn();
            workout();
            pray();
            rest();
        }
    }

private:
    static constexpr bool curious = true;

    void build();
    void debug();
    void profile();
    void ship();

    void learn();
    void workout();
    void pray();
    void rest();
};

A Software Engineer at CDPG, IISc, currently on a grand quest to modernize legacy C++ GUI systems - porting from FOX Toolkit to Qt6, working with OpenGL rendering pipelines, and chasing safer threading across Windows, Linux, and macOS. Portfolio: johnnirmal.com.

◆ Subscreen

Stats and Quest Log

⚔️ Equipped Items & Spells

— Weapons & Armor —

C++
C++
Java
Java
Python
Python
NVIDIA CUDA
CUDA
Go
Go
Linux
Linux
Docker
Docker
Bash
Bash
CMake
CMake
Qt
Qt
OpenGL
OpenGL
AWS
AWS

— Bottles & Potions (Databases & Backend) —

PostgreSQL
PostgreSQL
MongoDB
MongoDB
MySQL
MySQL
Redis
Redis
Spring Boot
Spring
Hibernate
Hibernate
Node.js
Node.js
FastAPI
FastAPI
Prisma
Prisma

— Magic Spells (Web & Frontend) —

React
React
Next.js
Next.js
TypeScript
TypeScript
JavaScript
JavaScript
Tailwind
Tailwind
HTML
HTML
CSS
CSS

— Trinkets (Additional Tools) —

Express.js
Express.js
GraphQL
GraphQL
Redux
Redux
GitHub Actions
Actions
Wails
Wails
gRPC
gRPC

🏆 Trophies from the Sage Temples

trophies

📊 Adventurer's Almanac

streak

🗝️ Hyrulean Fun Fact

/* A scroll from the ancient codex */
#include <stdio.h>
#define decode(s,t,u,m,p,e,d) m ## s ## u ## t
#define begin decode(a,n,i,m,a,t,e)

int begin() {
    printf("It works!\n");
}

~ Press Z to target. Press A to continue. ~

Pinned Loading

  1. warp-transducer warp-transducer Public

    Forked from HawkAaron/warp-transducer

    A fast parallel implementation of RNN Transducer.

    C++ 2

  2. Vagyojaka Vagyojaka Public

    C++ 1

  3. AndroidScannerDemo-Modified AndroidScannerDemo-Modified Public

    AndroidScannerDemo-Updated Modified and updated version of https://github.com/jhansireddy/AndroidScannerDemo

    C++ 1

  4. Audio-Shader Audio-Shader Public

    Java 1

  5. to_practice_c_and_cpp to_practice_c_and_cpp Public

    My Playground to test and practice

    C++ 1

  6. ifly ifly Public

    Safety boundaries and verbosity control for Claude Code — guard hook, 5 mode skills, slash commands

    Go