Skip to content
View Bunty9's full-sized avatar
❄️
❄️

Block or report Bunty9

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
Bunty9/README.md
Bipin C

typing


let bipin = Engineer {
    now:      "Full-stack @ CureMeAbroad — CRM, patient portals, medical-tourism infra",
    shipping: ["TypeScript", "Next.js", "Node", "Postgres", "GCP / k8s"],
    crossing: ["Rust", "Ethereum", "the EVM", "alloy", "Stylus"],
    method:   "build it to understand it → write it down → ship the explainer",
    thesis:   "web2 craft is the foundation; web3 is the trajectory",
};

◆ What I'm doing right now

🏗️ Building production platforms. Full-stack work at CureMeAbroad on Luxora — a four-repo CRM + patient-portal + estimate-engine for medical tourism. Express 5 · Prisma · Postgres · Redis · BullMQ on the backend; Next.js (14→16) · React 19 · Tailwind v4 · shadcn on the front. Real-time Socket.io, RBAC, S3 document vaults, Zoho/WhatsApp/Slack integrations, and an auto-CD pipeline on GCP/GKE wired through Terraform + Cloud Build.

🦀 Going deep on Rust + Ethereum. Reading reth and revm, building on alloy, and working toward Rust smart contracts on L2 with Stylus. Not dabbling — treating it like the next decade.

✍️ I learn by building, then I teach it

The clearest way I know to actually understand something is to build the thing that explains it. That instinct is most of my best work:

  • The EVM Book — an interactive, book-length guide to the Ethereum Virtual Machine. 20 chapters, purpose-built visualizers (a live bytecode disassembler / opcode stepper, a LIFO stack machine, a gas meter, a state-transition explorer), Mermaid diagrams, full-text search, dark-mode PWA. I built it to learn the EVM end-to-end — then made it teach everyone else.
  • blog-rs — a self-hosted blog engine written in Rust: markdown plus interactive shortcodes (charts, animations, embedded code playgrounds). The tool I write with, built from scratch.
  • dev.to/bunty9 — where the notes turn into articles.

⚙️ Selected work

Project What it is Stack
🧬 The EVM Book Interactive book teaching the EVM from first principles — 20 chapters, 5 visualizers, offline PWA · live ↗ React · TS · MDX
📝 blog-rs Self-hosted blog engine in Rust with interactive markdown shortcodes Rust
🦀 Rust × Ethereum OSS Contributing across reth · alloy · stylus-sdk-rs · sp1 · lighthouse Rust
🖊️ 3d-pen Smart pen that writes on real paper while streaming sensor data for ML-based stroke reconstruction — registers as an OS-level input device ML · HW
☸️ microservices-k8s-infra Kubernetes microservices infrastructure — the production-infra muscle behind the platform work TS · k8s

🧰 Toolbox

Crossing into  →


Shipping every day

📊 GitHub



contribution snake

⟶ The trajectory

Not a wishlist — the next three things I'm actually working toward.

  01   A merged PR into a tier-1 Rust/Ethereum codebase — reth or alloy.
  02   A Stylus smart contract, written in Rust, live on Arbitrum.
  03   Deeper into execution internals & zkVMs — revm, sp1.


Find me:   Portfolio  ·  Dev Portfolio  ·  Dev.to  ·  LinkedIn  ·  X  ·  Instagram



"Build it to understand it. Then write it down."

Pinned Loading

  1. evm-book evm-book Public

    Interactive, book-length guide to the Ethereum Virtual Machine — 20 chapters, live opcode/stack/gas visualizers, dark-mode PWA. Built with React + TS + MDX.

    MDX

  2. blog-rs blog-rs Public

    Self-hosted blog engine in Rust with markdown plus interactive shortcodes (charts, animations, code playgrounds)

    Rust

  3. microservices-k8s-infra microservices-k8s-infra Public

    Kubernetes microservices infrastructure — admin/client/auth/user services across dev & prod, with Docker, Skaffold, and Google Cloud Build CI/CD.

    TypeScript

  4. farm_3d farm_3d Public

    Open-source 3D printer farm management & orchestration — schedules jobs across a printer fleet to maximize utilization. Self-hosted, local-first.

    TypeScript

  5. learn-rust learn-rust Public

    Working through The Rust Book — fundamentals, ownership, and Cargo projects (guessing game, hello-cargo, hello-world).

    Rust

  6. saas-landing-next saas-landing-next Public

    Next JS Stunning SaaS Landing Page. A smooth eye-catching webpage built with cutting-edge tools like NextJs and Tailwind and Framer Motion.

    TypeScript