Skip to content
View RishiM1408's full-sized avatar
💭
It works? -> Don't touch it :)
💭
It works? -> Don't touch it :)

Block or report RishiM1408

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
RishiM1408/README.md
Typing SVG

Visitor Count

Profile Views

stats graph languages graph

⚡ Technical Mastery

  • 🏎️ High-Concurrency Systems (Java 21 Virtual Threads, Multithreading)
  • 🕸️ Graph-Based Analytics (Neo4j, GraphDB, Entity Linking)
  • 📹 Real-Time Communication (WebRTC, Web Sockets, AWS Chime)
  • ☁️ Cloud-Native Architecture (Microservices, ECS, Lambda, Serverless)

🛠 Tech Stack Mastery

Category Technologies
Languages Java Python C++ CUDA JavaScript
Frameworks Spring Boot Hibernate Node.js WebRTC PyQt6 Triton PyTorch
Databases MySQL PostgreSQL MongoDB Neo4j Redis DynamoDB H2 SQLite
DevOps & Tools Docker Kubernetes Jenkins Terraform Grafana Maven Gradle Git Postman FFmpeg CMake
Concepts HLD LLD Design Patterns SOLID
Hardware Arduino Raspberry Pi

☁️ Cloud Mastery: AWS vs GCP

Service Category AWS GCP
Compute EC2, Lambda, ECS, Fargate, Batch Compute Engine, Cloud Functions, Cloud Run, GKE
Database RDS, DynamoDB, ElastiCache, DocumentDB Cloud SQL, Firestore, Memorystore
Storage S3, EBS, Glacier, EFS Cloud Storage, Persistent Disk, Nearline
Networking VPC, CloudFront, API Gateway, ELB VPC, Cloud CDN, API Gateway, Load Balancing
Big Data & Analytics Athena, Glue, Kinesis, Redshift BigQuery, Dataflow, Pub/Sub, Bigtable
AI & ML Bedrock, Rekognition, SageMaker Vertex AI, Vision API, AutoML
Security & Identity IAM, WAF, Secrets Manager Cloud IAM, Cloud Armor, Secret Manager
DevTools CodePipeline, CodeBuild, CodeCommit Cloud Build, Source Repositories

🚀 Projects

🔬 Research & DeepTech

Project Description Stack
SynapseVM Distributed Saliency-Aware KV-Cache Management for LLMs (H2O Eviction, Async DMA, INT4). C++20, CUDA 13, Triton

🏗️ Implementation (Production-Grade Systems)

Project Description Stack
Axiom-21 Elite Event-Driven Rule Engine using Java 21, Kafka Streams, and RocksDB. Java 21, Kafka, RocksDB
Redis-like KV Store High-performance, distributed key-value store with HAProxy load balancing. Java, Netty, Docker

📚 Educational (Masterclass & Guides)

Project Description Stack
Modern Java Functional Programming Deep-dive into functional programming evolution from Java 8 to 21. Java 21, Streams
Java Design Patterns Masterclass in GoF patterns using modern Java 17+ features. Java 17+
Low-Level Design Ultimate roadmap and solutions for Object-Oriented Design & Machine Coding. Java, Mermaid.js
The Database Guide Comprehensive database decision matrix and architectural case studies. Documentation, Docker
DSA Crash Course High-intensity data structures and algorithms guide for SDE interviews. Java, Algorithms

🤖 AI & Emerging Tech

Bedrock Vertex AI Gemini API Cloud Vision Whisper LangChain

NumPy SciPy Pillow PyAudio


snake animation

Pinned Loading

  1. design-patterns-java design-patterns-java Public

    Master software architecture with this Java Design Patterns masterclass. An educational guide covering all 23 Gang of Four (GoF) patterns, featuring clean code and real-world examples for developers.

    Java

  2. redisLikeKvStore redisLikeKvStore Public

    A Java implementation of Redis fully deployable in Docker or any ither server environment.

    Java

  3. dsa-crash-course dsa-crash-course Public

    A high-velocity, pattern-oriented DSA crash course designed for Software Engineer (SDE-1/SDE-2/SDE-3) interviews. Contains optimized solutions, complexity analysis, and study notes covering Advance…

    Java 2

  4. the-database-guide the-database-guide Public

    The Architect’s Handbook for Database Selection: A comprehensive guide mapping system design scenarios to optimal data stores, cost-effective hosting, and production-grade Java implementation patte…

  5. Axiom-21-Modern-Java-Event-Driven-Rule-Engine Axiom-21-Modern-Java-Event-Driven-Rule-Engine Public

    Axiom-21 is a production-grade educational showcase designed to demonstrate the evolution of Java from version 8 to 21. It implements a high-performance, stateful Rule Engine capable of processing …

    Java

  6. SynapseVM-Distributed-Saliency-Aware-KV-Cache-Management SynapseVM-Distributed-Saliency-Aware-KV-Cache-Management Public

    A research-oriented Distributed Virtual Memory System for LLMs. SynapseVM breaks the physical VRAM wall by dynamically tiering and quantizing the KV-Cache across heterogeneous memory (GPU HBM <--> …

    C++