Skip to content
View Reranko05's full-sized avatar

Highlights

  • Pro

Block or report Reranko05

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

Aaditya Srinivasan

πŸš€ Backend Engineer β€’ Systems Builder β€’ OSS Contributor

Building scalable systems, low-latency backends & real-world infrastructure


⚑ About Me

  • B.Tech CSE @ SRM IST (CGPA: 9.41)
  • Backend-focused engineer with strong systems thinking
  • Open Source Contributor (Grafana k6)
  • Interested in Distributed Systems & Cloud Infrastructure

Spring Boot β€’ AWS S3 β€’ PostgreSQL β€’ JWT

Multi-tenant architecture with strict data isolation Secure authentication & authorization (JWT) Sub-300 ms API response times Deployed on AWS EC2

πŸ”— https://github.com/Reranko05/Multi-tenant-Cloud-File-Storage

⚑ Zoqik β€” Redis-like In-Memory Data Store

C++ β€’ TCP Sockets β€’ Event-driven Architecture

O(1) operations using HashMap + Doubly Linked List Implemented LRU eviction + TTL expiration Event-driven TCP server (no multithreading) Built for low-latency, high-performance workloads

πŸ”— https://github.com/Reranko05/Zoqik

🧠 SafetyEye β€” AI Monitoring System

Python β€’ YOLOv8 β€’ Flask β€’ React

Real-time PPE detection system Reduced inference latency significantly Built analytics dashboard (heatmaps + trends)

πŸ”— https://github.com/Reranko05/Real-Time-CCTV-Construction-Site-Safety-Compliance-Detection-System

🌍 Open Source Contributions
βœ… Contributed to Grafana k6
πŸ› οΈ Improved CLI help output for better developer experience
🀝 PR merged after maintainer review

πŸ“ˆ Actively exploring more OSS issues & large-scale codebases

πŸ› οΈ Tech Stack πŸ‘¨β€πŸ’» Languages

βš™οΈ Backend & Cloud

⚑ Systems & Tools

πŸ“Š GitHub Stats

πŸ”₯ Activity Graph

🎯 Current Focus
πŸ“Œ Building scalable backend systems
πŸ“Œ Deep diving into distributed systems
πŸ“Œ Strengthening DSA & system design
πŸ“Œ Increasing open-source contributions

🌐 Connect With Me

⭐ If you find my work interesting, consider starring my repositories!

Pinned Loading

  1. apache/arrow apache/arrow Public

    Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics

    C++ 16.7k 4.1k

  2. grafana/k6 grafana/k6 Public

    A modern load testing tool, using Go and JavaScript

    Go 30.4k 1.5k

  3. Multi-tenant-Cloud-File-Storage Multi-tenant-Cloud-File-Storage Public

    Java

  4. Zoqik Zoqik Public

    A lightweight Redis-like key-value store built in C++ supporting TTL expiration, LRU eviction, and an event-driven TCP server.

    C++