Skip to content
View 0DayMonxrch's full-sized avatar

Highlights

  • Pro

Block or report 0DayMonxrch

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

Hi, I'm Dibyadipan πŸ‘‹

I am a Computer Science undergraduate exploring the intersection of software engineering, systems design, and cybersecurity. My interests span backend development, distributed systems, operating systems, networking, and security engineering.

I enjoy building reliable software with Go and Python, understanding how systems behave under load, and diving deep into the trade-offs behind architectural decisions. Most of my learning happens through hands-on projects, writing, and experimenting with technologies that power modern applications.

Currently focused on backend engineering, developer tooling, distributed systems, and security-focused infrastructure.

🌐 Socials:

LinkedIn email

πŸ’» Tech Stack:

Go Python JavaScript Bash Script DigitalOcean Azure Render Vercel React Vite TypeScript Nginx MongoDB Postgres Redis Supabase GitHub Actions Git GitHub Docker Kubernetes Postman

πŸš€ Featured Projects

πŸ”’ Vaultify

Zero-Knowledge Credentials & Secret Manager

  • Zero-Knowledge: E2E client-side encryption ensuring master keys and passwords never leave the client's host.
  • Cryptographic Envelope: Implements PBKDF2 for secure key derivation combined with AES-256-GCM symmetric encryption.
  • Pipeline Integration: Designed for environment injection to safely provision secrets into build workloads.

🌐 GoProbe

High-Performance Concurrent HTTP Scanner

  • High Concurrency: Custom worker pool design managing goroutines to scan thousands of targets concurrently.
  • Memory Efficiency: Streams 500MB+ wordlists with constant O(1) memory space using Go's bufio to prevent heap exhaustion.
  • Graceful Shutdown: Structured context-based cancellation tree to handle SIGINT cleanly without orphan routines.

πŸ“Š GitHub Stats:

Pinned Loading

  1. vaultify vaultify Public

    A self-hosted secrets manager built in Go.

    TypeScript 1

  2. isol8 isol8 Public

    A minimal container runtime written in Go.

    Go

  3. floodgate floodgate Public

    A highly concurrent Rate Limiter middleware for your API endpoints

    Go

  4. GoProbe GoProbe Public

    A concurrent HTTP scanner built in Go. Throws a list of URLs at configurable worker pools, measures response latency, and tells you which one responds fastest.

    Go