
Feb 26, 2026
Amp Hack Night Singapore!
I just returned from the meetup and wanted to share a few thoughts while they’re still fresh. To be honest, I came in expecting to see something new, maybe a beta feature, an experimental workflow, or
Articles from ITMan blog.productsway.com

Feb 26, 2026
I just returned from the meetup and wanted to share a few thoughts while they’re still fresh. To be honest, I came in expecting to see something new, maybe a beta feature, an experimental workflow, or

Feb 3, 2026
One habit that quietly saves me hours every month: regularly updating global developer tools. Here’s my simple routine. Go: Update Installed Binaries go install github.com/Gelio/go-global-update@latest go-global-update This re-installs Go tools at t...

Jan 22, 2026
After experimenting with Amp and Plannotator, I’ve been spending more time with OpenCode, and it’s quickly becoming one of the most thoughtfully designed AI coding agents I’ve used. This post focuses on why OpenCode feels different, and when you migh...

Jan 6, 2026
In the first entry of this series, I discussed Amp: an opinionated AI that integrates naturally into real developer workflows. This time, I want to highlight a tool that solves a specific but painful problem when working with AI coding agents: review...

Jan 5, 2026
In this entry of my AI DX/Tools series, I want to discuss Amp: an AI coding agent designed for developers who spend most of their time in the terminal and editor, rather than in chat windows. Amp is free to try, works locally, and integrates directl...

Dec 31, 2025
As 2025 comes to a close, I want to take a moment to reflect on what I learned, how I’ve grown, and where I’m headed next. This year was one of transformation. I dove deeper into productivity and ergonomics, exploring alternative keyboard layouts. I ...

Dec 23, 2025
Tired of re-explaining project standards or copy-pasting documentation links to your AI coding assistant? I’ve been exploring Claude Code’s customization layers, and they offer a powerful progression from simple prompts to a fully automated developme...

Jul 31, 2025
Claude Code is a powerful CLI-based developer assistant. But with a few tweaks, you can make it even more efficient and integrated into your daily workflow. Here are three enhancements I use daily to boost my productivity: 1️⃣ Create a Shell Alias to...

Jul 21, 2025
Managing monorepos at scale? Don’t miss Sherif — an opinionated, zero-config linter for JavaScript monorepos that enforces consistency, improves DevX, and prevents regressions. 💡 Why Sherif? ⚡ Fast — Written in Rust, no need for node_modules 🔧 Ze...

Jul 16, 2025
Quick Tip for Better Team Collaboration Since many teams already have their git commit practices, here’s a simple addition that makes a big difference: AI-Generated Code: Thore are good examples from my https://github.com/jellydn/moleculer-typescript...

May 15, 2025
As AI agents become more capable, they need secure, structured ways to interact with real-world systems, such as databases, filesystems, APIs, and developer tools. That’s where MCP servers come in. 🧠 What is MCP? MCP (Model Context Protocol) is an o...

Feb 18, 2025
You’ve heard of Test-Driven Development, but have you tried Tab-Driven Development? It’s simple: just tab tab tab, and your cursor magically jumps to the next thing to change. Who needs precision when you can just tab your way to success? I first saw...