Skip to content
View Cirutuu's full-sized avatar

Block or report Cirutuu

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

πŸ‘‹ Hi, I'm Adi

Computer Science Engineering Student β€’ Systems Builder β€’ Backend & Infrastructure Enthusiast

Typing SVG

πŸš€ About Me

I'm a passionate B.Tech CSE student (expected 2028) with a strong focus on backend engineering, system design, and infrastructure. I love building performant, reliable systems from the ground up β€” whether it's a high-throughput matching engine or a real-world logistics platform.

My goal? Develop deep expertise in scalable distributed systems and eventually create high-impact products in FinTech, trading systems, and backend infrastructure.


πŸŽ“ Education

Amrita Vishwa Vidyapeetham, Coimbatore
B.Tech in Computer Science & Engineering
Expected Graduation: 2028


πŸ› οΈ Technical Skills

Languages
Java C Python Haskell SQL

Frameworks & Tools
React Electron Express.js Supabase

Databases
PostgreSQL MongoDB CockroachDB MS SQL

Core Strengths
Data Structures & Algorithms β€’ Operating Systems β€’ DBMS β€’ Computer Architecture β€’ System Design β€’ Distributed Systems


πŸ”₯ Featured Projects

Limit Order Book Engine (Red-Black Tree Based)

πŸ”₯ Low-Latency Trading System

  • Implemented a high-performance matching engine using self-balancing Red-Black Trees
  • Supports time/price priority execution with efficient order insertion & matching
  • Deep dive into performance trade-offs and memory optimization for low-latency environments

Tech: C++/Java β€’ Red-Black Trees β€’ Data Structures & Algorithms

TASL Customer Care & Support System

Multi-role Complaint Lifecycle Management

  • Built a full-featured desktop application with Role-Based Access Control (RBAC)
  • Designed structured state machine: Pending β†’ Assigned β†’ In Progress β†’ Resolved
  • RESTful backend + persistent relational storage

Tech: React β€’ Electron β€’ Express.js β€’ Supabase β€’ MS SQL Server

Givezy – Community Redistribution Platform

Logistics-driven Donation & Redistribution System

  • Role-based workflows for Admin, Donor & Agent
  • Dashboard for real-time coordination of physical logistics

Tech: Electron β€’ React β€’ Express.js β€’ MongoDB

Real-time Distributed Chat System

  • Built using distributed SQL for strong consistency
  • Explored CAP theorem trade-offs in real-world session management

Tech: CockroachDB β€’ Backend APIs β€’ Distributed Systems

(Other notable projects: Online Quiz System in Java, Music-from-Plants hardware-software integration in C)


πŸ“š Academic Focus

  • Advanced DSA & Design and Analysis of Algorithms
  • Operating Systems (Memory Management, Scheduling, eXpOS)
  • Database Management Systems
  • Computer Organisation & Architecture
  • Linear Algebra & Discrete Mathematics

🌱 Currently Exploring

  • Automation workflows with n8n
  • Blockchain fundamentals & smart contracts
  • AI/ML systems and their integration with backend infrastructure

πŸ’‘ Interests

  • System Design & Scalability
  • FinTech & High-Frequency Trading Systems
  • Distributed Systems & Consensus Algorithms
  • Backend Engineering & Infrastructure
  • Low-latency & Real-time Systems

πŸ“Š GitHub Statistics


πŸ“« Let's Connect

Feel free to reach out if you're working on interesting systems, distributed tech, or FinTech projects!


"I focus on building systems with strong fundamentals, clean architecture, and real-world impact."


Made with ❀️ and lots of late-night debugging

Popular repositories Loading

  1. To-Do-Application To-Do-Application Public

    This database driven To-Do-Application creates a seamless connection between Admin, Manager and Employee.

    TypeScript 1

  2. resp resp Public archive

  3. Givezy-Donations Givezy-Donations Public

    HTML

  4. givezy1 givezy1 Public archive

  5. Givezy_ Givezy_ Public archive

  6. LimitOrderBook LimitOrderBook Public

    Forked from arhamgarg/LimitOrderBook

    Case Study for Data Structures and Algorithms (23CSE203) - A Red-Black Tree based Limit Order Book simulation for High-Frequency Trading.

    C++