Skip to content
View Rohith-JN's full-sized avatar
😀
Coding
😀
Coding

Block or report Rohith-JN

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

Hi there 👋.

I am currently building Chaos Proxy, a high-performance Chaos Engineering Reverse Proxy designed to help developers build resilient applications.

The Problem: simulating poor network conditions (like 3G or flaky Wi-Fi) and protocol failures is often hard to do locally during development.

The Solution: A "Man-in-the-Middle" proxy that sits between your frontend and backend, allowing you to inject latency, throttle bandwidth, and tamper with HTTP headers in real-time.

Technical Highlights:

  • Core Engine (Go): Built a custom ThrottledReadCloser that wraps standard IO streams to manipulate data flow at the byte level.
  • Concurrency: Utilizes sync.RWMutex for thread-safe, hot-swappable configuration without restarting the server.
  • Dashboard (React + TS): A "Cockpit" style UI for real-time control and traffic monitoring via a sidecar Admin API.

Preview

{258E7F26-0566-4479-9931-65B279E4261F}

Pinned Loading

  1. type-frontend type-frontend Public

    A minimalistic typing test site to improve your typing skills and track your progress

    TypeScript 33 3

  2. CodeChefVIT/ffcs CodeChefVIT/ffcs Public

    TypeScript 6 14

  3. v2 v2 Public

    Source code of my personal website.

    TypeScript 7

  4. Tasks-Android Tasks-Android Public

    Flutter todo app using Firebase, Firestore and GetX for Android

    Dart 13 4

  5. CodeChefVIT/clueminati-2025 CodeChefVIT/clueminati-2025 Public

    Clueminati 2025 App

    TypeScript 2 11

  6. path-finder path-finder Public

    Optimal Ride-Pooling Simulation with H3 & Dijkstra's Algorithm

    JavaScript