Manoj
Setup

Uses

The tools, software, and services I use for development and daily work.

โŒจ๏ธ

Editor & IDE

VS Code

My primary code editor. Fast, extensible, and the ecosystem of extensions is unmatched.

GitHub Copilot

AI pair programmer that lives inside VS Code. Speeds up boilerplate and helps explore unfamiliar APIs.

Geist Mono

My go-to monospace font for coding. Clean, modern, and excellent readability at small sizes.

One Dark Pro

VS Code theme - warm dark palette that's easy on the eyes during long sessions.

๐Ÿ–ฅ๏ธ

Terminal & Shell

Windows Terminal

Modern terminal for Windows with tabs, panes, GPU-accelerated rendering, and custom themes.

PowerShell 7

Cross-platform shell with powerful scripting. My daily driver for automation and dev tasks.

Git

Version control. I use the CLI for most operations and VS Code's Git integration for diffs and staging.

fnm

Fast Node.js version manager. Lightweight and blazing fast compared to nvm.

๐Ÿ› ๏ธ

Development Tools

Node.js

JavaScript runtime for backend development. Currently running v22 LTS.

pnpm

Fast, disk-efficient package manager. Saves storage with hard links and is noticeably faster than npm/yarn.

Docker

Containerization for consistent dev/prod environments. Essential for database services and microservices.

Postman

API testing and development. I use it for debugging REST APIs and sharing collections with teams.

ESLint

Linting for JavaScript/TypeScript. Using ESLint 9 flat config in all projects.

๐Ÿ—๏ธ

Frameworks & Stack

Next.js

React framework for production. App Router, server components, and static generation make it my go-to for web apps.

React

UI library for building component-based interfaces. React 19 with server components is a game changer.

Tailwind CSS

Utility-first CSS framework. V4 with the new engine is incredibly fast. I don't write custom CSS anymore.

TypeScript

Strict mode everywhere. Type safety catches bugs before they ship and makes refactoring fearless.

Flutter

Cross-platform mobile framework. Single codebase for iOS and Android with native performance.

๐ŸŽจ

Design & Productivity

Figma

UI design tool for prototyping and design systems. Collaborative features are excellent for team workflows.

Notion

Note-taking, project planning, and documentation. My second brain for organizing work and ideas.

Excalidraw

Whiteboard tool for quick diagrams, architecture sketches, and brainstorming. The hand-drawn style is charming.

โ˜๏ธ

Hosting & Cloud

Vercel

Deployment platform for Next.js. Zero-config deploys, preview branches, and edge functions.

AWS

Cloud infrastructure for production workloads - EC2, S3, RDS, Lambda, and EKS for Kubernetes.

GitHub

Code hosting, CI/CD with Actions, and project management. The center of my development workflow.

๐Ÿ—„๏ธ

Databases

PostgreSQL

My default relational database. Reliable, feature-rich, and great with ORMs like Prisma.

MongoDB

Document database for flexible schemas. Useful for rapid prototyping and content-heavy apps.

Redis

In-memory data store for caching, sessions, and real-time features. Unbeatable speed.

ClickHouse

Columnar database for analytics. Handles billions of rows with sub-second query performance.

This page is updated periodically. Last updated March 2026.