Skip to content
View sangleshubham's full-sized avatar

Block or report sangleshubham

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
sangleshubham/README.md

Hi, I'm Shubham Sangle! 🚀

Hi there! 👋

I’m a developer with 3+ years of experience, I've built systems from scratch, boosted performance, and picked up all sorts of new technologies along the way. One thing I've realised is that reading research papers is pretty powerful—but I only really remember what I learn when I create POC (Proof of Concept) projects for them. That hands-on coding just sticks in my head! ⚙️

  • I mostly code in JavaScript, but trust me—that’s not the only language I know.
  • Spent some time as a bug bounty hunter, so I know how code can break when you overlook the underlying architecture—or rely too heavily on AI 🤖.
  • Lately, I’ve been exploring database internals (especially MongoDB), chatting with experts to see how everything really works under the hood.
  • I’m a big fan of developer conferences, always on the lookout for fresh ideas that companies are using right now.

🛠️ Tech Stack

Turning “it works on my machine” into “it survives yours… and 9,999 others”

If it needs to work on 10k Machines ( Daily Drivers ⚙️ )
JavaScriptNodeJSExpress.jsMongoDBTypeScriptRedisGoRabbitMQElasticsearchAmazon S3JenkinsFirebaseDockerGitMDN Web DocsPostmanLinux

When it needs to scale on my system only (Personal Projects)
NginxApache SparkSocket.ioNotionTampermonkey

🔗 Stuff I’ve Built – Right Here on GitHub

  • Circuit Breaker for MicroservicesGitHub Repository
    • Technologies Used: Node.js, Redis
    • This repository demonstrates a circuit breaker pattern using Node.js and Redis. It contains multiple services that communicate with each other and keep track of their respective health statuses in real time.

Pinned Loading

  1. Pan-Card-Password-Cracker Pan-Card-Password-Cracker Public

    This Python3 script will let you crack Indian Pan Card Password in less than 1sec

    Python 3

  2. circuit-breaker-for-micro-services circuit-breaker-for-micro-services Public

    The circuit breaker here tracks each service’s health via Redis “up” or “down” messages. If a service is marked “down,” incoming requests are short-circuited immediately (i.e., not sent to the fail…

    JavaScript 1 1

  3. url-shortner-for-15-billion-year url-shortner-for-15-billion-year Public

    This Node.js service shortens URLs by mapping a 64-bit counter to a pseudo-random code. Uniqueness is ensured via a range-based counter, while a custom encoding produces obfuscated strings.

    TypeScript 1 1