Skip to content
View srinuk9570's full-sized avatar

Block or report srinuk9570

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

πŸ‘‹ About Me

I am a Computer Science & Engineering undergraduate at IIT (BHU) Varanasi, focused on building high-performance software and reliable systems.

My interests include C++, Linux/POSIX, systems programming, networking, concurrency, low-latency systems, backend engineering, and AI/ML. I enjoy understanding systems at a deeper levelβ€”from memory management, multithreading, and event-driven networking to API design, distributed communication, and performance optimization.

I actively build and experiment with C++ systems, high-performance networking, low-latency applications, real-time software, and AI/RAG platforms. Alongside development, I continuously practice data structures and algorithms and strengthen my foundations in operating systems, computer networks, computer architecture, and performance engineering.

I am interested in challenging engineering problems where I can learn quickly, write reliable software, and contribute to performance-critical systems.


🌐 Connect With Me

GitHub LinkedIn Portfolio


πŸ’» Core Tech Stack

Languages

C++ Python C JavaScript TypeScript SQL

Systems & Performance

Linux CMake Git GitHub Actions

Networking & Backend

TCP/IP FastAPI Node.js React WebSockets

AI / ML

Python PyTorch scikit-learn

Databases & Cloud

PostgreSQL MongoDB Redis AWS


πŸš€ Featured Projects

⚑ Low-Latency Trading System

C++20 Β· Linux Β· POSIX Β· Concurrency Β· CMake

A systems-oriented trading engine exploring low-latency order processing, lock-free data structures, concurrency, memory optimization, and performance profiling.

πŸ”— Repository

🌐 High-Performance Network Library

C++17 Β· Linux Β· TCP/IP Β· epoll Β· Reactor

A Linux networking library focused on non-blocking TCP communication, event-driven architecture, connection management, buffers, and multithreaded event loops.

πŸ”— Repository

πŸ“ˆ LTX β€” Low-Latency Trading Exchange

C++ Β· Systems Β· Trading Β· WebSockets

A trading-exchange project exploring order-book architecture, market-data flow, trading interfaces, and the boundary between a real-time frontend and a future low-latency backend.

πŸ”— Repository

πŸ€– Enterprise AI Platform

Python Β· FastAPI Β· RAG Β· ChromaDB Β· Docker

An AI platform focused on document retrieval, LLM-powered applications, semantic search, and enterprise-oriented workflows.

πŸ”— Repository


πŸ“Š GitHub Stats


🎯 Current Focus

  • Data Structures & Algorithms
  • C++ and modern C++
  • Linux / POSIX systems programming
  • Concurrency and multithreading
  • Networking and event-driven systems
  • Low-latency and performance engineering
  • Operating Systems and Computer Architecture
  • Backend systems
  • AI / RAG applications

⭐ Feel free to explore my repositories and connect with me!

Popular repositories Loading

  1. tic-tac-toe tic-tac-toe Public

    A fun Tic Tac Toe game using HTML, CSS, and JavaScript

    JavaScript

  2. quiz-game quiz-game Public

    A simple and interactive quiz game built using HTML, CSS, and JavaScript. Users answer multiple-choice questions and get instant feedback with a final score.

    JavaScript

  3. srinuk9570 srinuk9570 Public

  4. Ecommerce-Website Ecommerce-Website Public

    Ecommerce-Website

    TypeScript

  5. hive hive Public

    Forked from aden-hive/hive

    Outcome driven agent development framework that evolves

    Python

  6. linux-http-server-cpp linux-http-server-cpp Public

    A high-performance multithreaded HTTP server written in C++ on Linux using sockets and pthreads, featuring a custom thread pool, efficient request handling, and performance optimization.

    C++