Skip to content
View rahul-sarkar-tech's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rahul-sarkar-tech

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
rahul-sarkar-tech/README.md
Typing Animation

πŸ‘‹ Hey there, I'm Rahul Sarkar!

Systems Architect & Tech Founder specializing in ultra-performant Web & Mobile architectures.

🧠 Core Competencies & Philosophy

I build highly scalable, close-to-metal digital systems that directly accelerate business growth. By optimizing runtimes, connection pipelines, and event execution loops, I convert standard business software into high-speed revenue engines.

πŸ’‘ My Systems Philosophy

πŸš€ Execution > Theory
⚑ Systems > Hard Work
πŸ“ˆ Revenue > Vanity Metrics
πŸ’Ž Speed & Polish > Endless Planning

🎯 Core Focus Areas

  • High-Throughput Web & Mobile Architectures
  • Main-Thread Event-Loop Optimization (V8)
  • Database connection pooling scaling configurations
  • Lead acquisition and business workflow automation

πŸš€ Featured Systems & Implementations

⚑ RootThrive Academy LMS Suite

A full-stack, high-concurrency Learning Management System

  • ⚑ Performance Engine: Tuned the NestJS database handler to scale to a peak of 8,884 Requests/Sec with an average response time of 10.75ms (a 6,100% throughput increase).
  • βš™οΈ Systems Optimization: Eliminated synchronous stdout main-thread query logging to free the V8 event loop and scaled TypeORM PostgreSQL pool allocations to 100 sockets.
  • πŸ“± Native Mobile Client: Developed a modern Flutter app featuring expandable sliver viewports, interactive search focus states with glow animations, and Riverpod state management.
  • πŸ› οΈ Tech Stack: NestJS β€’ TypeORM β€’ PostgreSQL β€’ Passport JWT β€’ Razorpay Webhooks β€’ Flutter β€’ Riverpod
  • πŸ“‚ Source Code: πŸ“± Frontend Client App | βš™οΈ Backend High-Scale Engine

πŸ“¦ RootDrop P2P Transfer Engine

An open-source, high-speed P2P file sharing engine for cross-platform devices

  • ⚑ Performance Throughput: Achieves blazing-fast local transfer rates averaging 45MB/s+ over 5GHz Wi-Fi (and 7MB/s over 2.4GHz Wi-Fi) through optimized local socket buffering, dynamic file chunking, and multi-pipe parallel connections to maximize TCP throughput.
  • βš™οΈ Systems & Networking: Built close-to-metal using advanced systems programming, local socket pooling, custom TCP/UDP socket management, and multi-pipe network discovery.
  • πŸ“± Cross-Platform Ecosystem: Developed natively in Flutter, fully deployed for macOS and Android, with active blueprints rolling out for Linux (Next), Windows, and iOS.
  • πŸ› οΈ Tech Stack: Flutter β€’ Dart β€’ TCP/UDP Sockets β€’ P2P Network Discovery β€’ Systems Programming
  • πŸ“‚ Source Code: πŸ“¦ Open-Source Repository

πŸ›‘οΈ Systems Engineering & Architectural Guardrails

When constructing production platforms, I build around a strict set of software engineering principles to guarantee long-term maintainability, zero-trust security, and maximum performance:

  • πŸ—οΈ Decoupled Modular Design: Standardizing on Clean Architecture and Domain-Driven Design (DDD) concepts to enforce strict boundaries between business domains, making updates and scaling frictionless.
  • ⚑ Zero Event-Loop Blocking: Auditing V8/Dart runtimes to ensure heavy computational logic is safely offloaded, guaranteeing the main thread remains completely responsive under massive network operations.
  • πŸ”’ Hardened Security Posture: Enforcing secure environment isolation, sanitizing database queries, whitelisting CORS origins, implementing strict Passport JWT lifespans, and stripping all hardcoded secrets from git history.
  • 🏊 Connection Pool Optimization: Tuning database handles, TCP window buffers, loopback Unix sockets, and client connections proactively to scale system efficiency under heavy concurrency.

βš™οΈ Systems Engineering Stack

🌐 Web Front-End

Web Frontend Stack

Next.js β€’ React β€’ TailwindCSS β€’ Figma UI

βš™οΈ Backend & Database

Backend Stack

NestJS β€’ Node.js β€’ PostgreSQL β€’ TypeORM

πŸ“± Mobile & Infrastructure

Mobile Stack & Tooling

Flutter β€’ Dart β€’ Git β€’ Linux β€’ Docker

πŸ“Š Live GitHub Engine Diagnostics

GitHub Streak GitHub Activity Graph

πŸ“¦ Other Scalable Architectures

  • πŸ€– Business Pipeline Automation App: A custom, cross-platform mobile CRM app built with Flutter featuring offline support, client conversion pipelines, and local event triggers.

πŸ“¬ Connect & Collaborate

Get in touch for systems architecture consulting, custom high-performance developments, or automated pipeline integration.


"I design systems that power entire businesses, not just applications."

Pinned Loading

  1. rootdrop rootdrop Public

    Fast, privacy-first cross-platform file sharing with chunk-based parallel transfer.

    Dart

  2. rootthrive-coaching-app-backend rootthrive-coaching-app-backend Public

    The RootThrive Academy API is a highly scalable, secure LMS backend built with NestJS, TypeORM, and PostgreSQL. Following Domain-Driven Design, it powers complex e-learning workflows including JWT …

    TypeScript