Skip to content
View mayankdev-oss's full-sized avatar
  • Vice city
  • 20:46 (UTC -12:00)

Block or report mayankdev-oss

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

hey, i'm mayank

backend • systems • infra

building things that handle load, not just pass tests


what i do

  • build high-performance backend services in go
  • design systems with scalability in mind
  • explore networking, concurrency and low-level systems
  • break things, understand them, rebuild better

tech focus

backend go • grpc • rest • websockets

infra docker • kubernetes • linux

systems tcp/ip • sockets • reverse proxies


featured work

toralizer

routes linux traffic through tor using LD_PRELOAD low-level networking, syscalls, proxy chaining


aapda rakshak

offline disaster communication using esp32 and lora focused on reliability under constrained environments


go load balancer

lightweight high-performance load balancer written in go

features

  • round-robin and least-connections routing
  • active health checks
  • reverse proxy layer
  • concurrent request handling using goroutines

built to understand how real systems distribute traffic



stats

currently

  • kubernetes internals
  • distributed system design
  • concurrency patterns in go

reach out

linkedin: https://www.linkedin.com/in/mynkjoshi/


"trying to build systems that scale without breaking"

Pinned Loading

  1. Newt_Tracker Newt_Tracker Public

    Forked from Chirag1724/Newt_Tracker

    Field Operations Tracking & Distribution Management System for Rural Supply Chains.

    JavaScript

  2. toralizer toralizer Public

    Toralizer — a C tool that routes any Linux command through the Tor network anonymously using LD_PRELOAD to intercept connect() syscalls at runtime.

    C 2

  3. Chirag1724/Packkit Chirag1724/Packkit Public

    PackKit transforms your team's development workflow by providing intelligent package caching, offline capabilities, and AI-driven documentation assistance—all running locally on your network.

    JavaScript 2

  4. go-bookstore-sql go-bookstore-sql Public

    A bookstore made using golang that stores data in persistent storage in a structutured way(SQL), we'll be managing the db using GORM and routing we'll be handled by Gorilla mux

    Go