Skip to content
View S1R15H's full-sized avatar

Block or report S1R15H

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

Hello World! I'm Sirish πŸš€

Welcome Banner

| Full-Stack Engineer |
| Cloud & DevOps Enthusiast |
| Problem Solver |



Portfolio Β  LinkedIn Β  Email

🧠 About Me

I'm a full-stack engineer who thrives on problem solving and building things that scale. I'm deeply interested in cloud infrastructure & DevOps β€” from containerizing services to designing resilient CI/CD pipelines. Whether it's crafting pixel-perfect UIs or optimizing database queries, I enjoy working across the entire stack.

πŸš€ Skills

  • ⚑ Full‑Stack Engineering β€” Architecting high-performance web applications with React, Next.js, TypeScript, and Node.js, with real-time features via Stream Chat and AI-powered experiences using Llama/Ollama.

  • πŸ”— APIs & Distributed Systems β€” Engineering fault-tolerant REST and event-driven APIs, microservices with Nginx reverse proxies, and asynchronous workers with structured telemetry, caching, and resilient throughput.

  • πŸ—„οΈ Databases & Data Modeling β€” Designing scalable schemas across PostgreSQL, MongoDB, and Qdrant, optimizing complex queries, and enforcing robust JWT/OAuth authorization with bot protection via Cloudflare Turnstile.

  • ☁️ Cloud Infrastructure & DevOps β€” Provisioning production-grade AWS EKS clusters with Terraform, managing Kubernetes workloads with Helm (Cluster Autoscaler, ALB Controller, Cert-Manager, CSI drivers), and containerizing services with Docker.

  • πŸ—οΈ Systems Programming β€” Building bare-metal OS kernels in Rust with custom memory management (4-level paging, heap allocators), interrupt handling (GDT/IDT), async task executors, and hardware-level VGA drivers in no_std environments.

  • πŸ€– Machine Learning & Computer Vision β€” Training reinforcement learning agents with PPO/Stable Baselines3 and custom CNN architectures, and building real-time CV pipelines with OpenCV for state extraction, OCR, and template matching.

  • βœ… Testing, CI/CD & Reliability β€” Implementing comprehensive unit, integration, and E2E suites with vitest, Playwright and Jest, automated via GitHub Actions pipelines with quality gates.

πŸ› οΈ Tech Stack

Languages

Python Rust C++ C JavaScript TypeScript PHP HTML5 CSS3 MySQL PostgreSQL

Frameworks & Libraries

React Astro Streamlit Next.js Node.js FastAPI TensorFlow PyTorch OpenCV

Developer Tools & Databases

Git Docker Kubernetes Terraform Helm Linux AWS Qdrant MongoDB PostgreSQL Neon Nginx


πŸ’Ό Experience Highlights

  • 🏒 Architected and delivered core SaaS features and real-time platforms using React, Next.js, and TypeScript, integrating AI-powered experiences and Stream Chat for high-engagement user workflows.

  • πŸ“ˆ Engineered scalable RESTful API endpoints and optimized SQL query pipelines, reducing backend response times by 35% and improving data retrieval speeds across 10,000+ transaction records.

  • ☸️ Provisioned production-grade EKS clusters with Terraform, configuring IRSA, managed node groups, Cluster Autoscaler, ALB/NLB controllers, Cert-Manager, and CSI drivers for persistent storage and secret management.

  • 🐳 Containerized and deployed secure microservices architectures on AWS EC2 with Docker and Nginx reverse proxies, enforcing API key authentication, rate-limiting, and role-based access control.

  • 🧠 Built ML training pipelines and autonomous agents using PyTorch, PPO, and custom CNN architectures, with real-time Computer Vision pipelines processing live video streams at 30 FPS via OpenCV.

  • πŸ¦€ Developed a bare-metal OS kernel in Rust with custom memory management, hardware interrupt handling, and an async task executor β€” demonstrating deep systems-level engineering expertise.


πŸ’¬ I love connecting with fellow developers β€” feel free to reach out!

Pinned Loading

  1. PolyChat PolyChat Public

    A real-time chat application built with the MERN stack (MongoDB, Express, React, Node.js) and powered by Stream Chat for messaging and video calls.

    JavaScript

  2. Rust-OS Rust-OS Public

    A bare-minimum operating system kernel written in Rust for x86_64 architecture.

    Rust

  3. Benji Benji Public

    This project successfully implements a Deep Reinforcement Learning (DRL) agent capable of playing Benji Bananas, a physics-based infinite runner. By leveraging Proximal Policy Optimization (PPO) an…

    Python

  4. DocuQuery DocuQuery Public

    A small RAG (Retrieval-Augmented Generation) demonstration that ingests PDFs, stores chunk embeddings in a vector database (Qdrant), and answers user questions by retrieving relevant chunks and cal…

    Python

  5. Polytrack Polytrack Public

    PolyTrack is a high-performance, real-time microtransit telemetry ecosystem. It provides a robust pipeline for tracking vehicle and device locations with sub-second latency, combining physical hard…

    TypeScript 1

  6. EKS_Project EKS_Project Public

    Welcome to the AWS EKS Kubernetes Project! This repository provides a complete, end-to-end guide and infrastructure as code (IaC) setup for deploying a production-ready Amazon Elastic Kubernetes Se…

    HCL