Back to Tools & Reviews
Tools & Reviews

My daily developer tool stack — everything I actually use (Malaysia context)

by Darshan Pillai·May 22, 2026

After years of accumulation and pruning, here's what actually runs on my machine every workday.

Terminal: Wezterm + Fish shell + Starship prompt. Fast, configurable, doesn't get in the way.

Editor: Neovim for most things, VS Code for anything that needs heavy plugin support.

Git GUI: Lazygit, a TUI that makes complex git operations intuitive without leaving the terminal.

API testing: Bruno (open source Postman alternative), local-first, no cloud sync of your API secrets.

Database: TablePlus for GUI database access, cleaner than DBeaver and works across Postgres, MySQL, SQLite.

Password/secrets: Bitwarden for personal, 1Password for work team.

Note-taking: Obsidian with a simple daily note template.

What's in your stack? Particularly curious what Malaysian devs use for local development given the bandwidth variability.

#developer-tools#stack#terminal#productivity
3 comments

Comments (3)

Rudy Azhan

DuckDB for local analytics is genuinely impressive. Ran a 50M row query in seconds on my laptop. No cloud needed for exploration work.

Aina Fazlina

dbt changed how our data team works more than any other tool in the last 5 years. Version-controlled, testable SQL transforms. Finally.

Mark Teoh

Airflow is powerful but operationally heavy. Prefect is easier to get started with for smaller teams. Know your team's DevOps maturity before committing.

Add your reply

You'll be asked to sign in when you post.

Related discussions in Tools & Reviews