/06Inventory
use.
Inspired by Wes Bos. A revised inventory of the hardware, software, and habits I rely on. Updated whenever something earns a permanent spot.
/01
Editor & Terminal
- /01
VS Code
Daily driver. Theme: Tokyo Night. Font: JetBrains Mono.
- /02
Postman
Where every API gets poked and prodded before it sees the frontend.
- /03
MongoDB Compass
Visual interface for MongoDB. Lets me see exactly what my Mongoose schemas wrote.
- /04
Zsh + Oh My Zsh
Sensible defaults, autocompletion, and a prompt that tells me which branch I'm on.
/02
Backend
- /01
Node.js
The runtime everything I ship lives on.
- /02
Express.js
Minimal, predictable, and bends to the layering I want.
- /03
TypeScript
Strict mode, every project. The errors I prevent in TS are bugs I never have to debug.
- /04
Mongoose
Schema definitions, hooks, and population — everything MongoDB should have built in.
- /05
Zod
Validation at the route boundary. Inferred types end-to-end.
- /06
Stripe
Payments. Idempotent webhooks are a religion.
/03
Frontend
- /01
Next.js
App Router for product work; the React framework I reach for first.
- /02
Tailwind CSS
Utility classes everywhere. v4's CSS-first config is a joy.
- /03
Redux Toolkit + RTK Query
Server state and client state, separated cleanly.
- /04
React Hook Form
Forms with Zod resolvers — schema parity with the backend.
/04
Hardware
- /01
Laptop
[Your laptop] — quietly handles a Node dev server, Mongo, Redis, and Chrome with no complaints.
- /02
External display
[Your monitor] — calibrated brightness, rotated to portrait for code review days.
- /03
Keyboard
[Your keyboard] — mechanical switches, the kind that sounds satisfying at 1am.
- /04
Headphones
[Your headphones] — for deep-work focus and the occasional call.
/05
Productivity
/06
Learning
- /01
Stack Learner
In-depth Bangla tutorials on full-stack JavaScript, system design, and real-world project architecture.
- /02
Programming Hero
Where I went deep on the modern Node + MongoDB + TypeScript stack.
- /03
Learn with Sumit
In-depth Bangla courses on React and Next.js — practical, project-driven teaching.
- /04
MDN Web Docs
Still the best reference for anything web-platform.
- /05
Dev.to
I read and write here.
- /06
YouTube — Fireship, Jack Herrington
Short, dense explainers that respect the viewer's time.