◆ PD
● open_to_work·Pune, India
> initializing portfolio...
>
j/kscroll/searchescback
◆ PD / skills
1// stack.config.ts
2// last updated: 2026 · tools i actually use
3// 34 tools across 8 categories
[00]languages6 items
TypeScript
primary language. types are load-bearing.
C / C++
systems work, DSA, anything close to the metal.
Java
enterprise adjacent. occasionally useful.
Go
learning. the concurrency model is genuinely elegant.
Python
scripts, quick tooling, ML experiments.
SQL
postgres dialect. window functions are underrated.
[01]backend5 items
Node.js
runtime of choice for APIs and services.
Express
minimal, no magic, exactly what it says.
BullMQ
best job queue for Node. redis-backed.
Prisma
type-safe ORM. migrations that don't surprise you.
Zod
runtime schema validation. trust nothing from the outside.
[02]frontend5 items
Next.js
app router, server components, the works.
React
component model is still the right abstraction.
React Native
mobile when needed. expo for quick things.
Tailwind CSS
utility-first. design velocity is real.
Framer Motion
animations without losing your mind.
[03]database4 items
PostgreSQL
default choice. reliable, correct, extensible.
Redis
caching, queues, rate limiting. always on it.
Firebase
auth + storage for projects that need to move fast.
MySQL
legacy-adjacent but still everywhere.
[04]devops5 items
Docker
if it runs in a container, it runs everywhere.
GitHub Actions
CI/CD. YAML configs that feel earned.
Vercel
frontend deploys. zero config is the right config.
Railway
backend deploys. postgres included.
Render
alternative deploy target. cron jobs are free.
[05]editor3 items
VS Code
main editor. extensions kept minimal on purpose.
Neovim
for when VS Code feels too heavy.
JetBrains Rider
for Java work specifically.
[06]terminal4 items
Windows Terminal
tabs, profiles, customizable enough.
PowerShell 7
primary shell on Windows.
Zsh + Oh My Zsh
on WSL/Linux environments.
tmux
session management. never lose your work.
[07]os2 items
Windows 11 + WSL2
daily driver. best of both worlds.
Ubuntu (WSL)
linux toolchain without dual booting.
// EOF · stack.config.ts