Setup

Tools · Hardware · Software · Stack

What I use.

A living document of the tools, software, and gear I rely on daily. Updated whenever something changes.

33 tools7 categoriesUpdated March 2026
01

Hardware

The physical setup.

4 items

Laptop

Primary development machine for everything — coding, design, content creation.

Mechanical Keyboard

Tactile feedback makes long coding sessions much more bearable.

Dual Monitor Setup

One for code, one for browser/docs. Non-negotiable for productivity.

Noise-cancelling Headphones

Deep focus mode. Spotify lo-fi + these = flow state every time.

02

Editor & Terminal

Where I spend most of my day.

6 items

IntelliJ IDEA

Primary IDE for Spring Boot and Java microservices. Best-in-class refactoring tools.

VS Code

Frontend work — Next.js, React, TypeScript. Lightweight and genuinely fast.

One Dark Pro

The theme I always come back to. Easy on the eyes for long sessions.

JetBrains Mono

My go-to coding font. Clear ligatures, comfortable at any size.

iTerm2 / Windows Terminal

Terminal with proper split panes, theming, and real speed.

Oh My Zsh

Zsh plugins + autosuggestions make CLI 10× faster without trying.

03

Development

The stack I ship with.

8 items

Spring Boot

Backbone of all my backend microservices. Convention over configuration done right.

Next.js

My default for any web project. App Router + RSC is a genuine game changer.

Tailwind CSS

Utility-first CSS. Once you use it you genuinely can't go back.

Docker

Every project runs in containers locally. No "works on my machine" excuses.

Apache Kafka

Event streaming backbone of ShopVerse. Nothing else scales like it.

Redis

Caching layer for everything performance-critical. Also great for pub/sub.

PostgreSQL

Default relational database. Reliable, feature-rich, battle-tested.

Postman

API testing. The collections feature keeps microservice testing sane.

04

Design

How I think visually.

4 items

Figma

UI/UX design and prototyping. Auto Layout + Variables make it powerful.

Lucide Icons

Clean, consistent icon set. Used across every single project I build.

Unsplash

High-quality stock photography for projects and blog posts.

Coolors

Fast color palette generation. Great starting point for any new project.

05

Productivity

How I stay organised.

5 items

Notion

Everything lives here — project notes, DSA prep, blog drafts, client proposals.

Linear

Issue tracking for serious projects. Cleaner than Jira, faster than Trello.

Raycast

Spotlight replacement. App launcher, clipboard history, snippets — indispensable.

Arc Browser

My daily browser. Spaces keep work, personal, and client projects separated.

Spotify

Lo-fi hip hop for deep work. Metalcore for debugging.

06

AI & Research

My intelligence layer.

3 items

Claude

My primary AI assistant. Best for reasoning, writing, and architectural decisions.

GitHub Copilot

In-editor autocomplete. Saves time on boilerplate and generating test coverage.

Perplexity

AI-powered search for research. Better than Googling for technical topics.

07

Content & Writing

How I build in public.

3 items

ikirtesh.dev

My blog — built with Next.js 15, Firebase, and custom markdown rendering.

X (Twitter)

Where I share AI/tech insights. Growing developer voice (@AKirtesh).

Grammarly

Catches the typos I miss. Especially useful for client emails and proposals.

Inspired by uses.tech — a directory of developer setups.