CMCris Mihalacheindatsusara.hashnode.dev00Build a typed CLI from scratch with Commander.js + Zod1d ago · 6 min read · The problem with untyped CLIs Commander.js is great for parsing arguments, but it hands you everything as string | undefined — regardless of what type you declared in the option definition. The <numbeJoin discussion
CMCris Mihalacheindatsusara.hashnode.dev00Stop Guessing npm Package Names1d ago · 4 min read · You've finished building a neat little utility. You open a terminal, type npm publish, and then… stall. What do you name the thing? You try json-stream-parser — taken. stream-json-parser — also taken.Join discussion
CMCris Mihalacheindatsusara.hashnode.dev00A Powerful Node.JS CLI Time Tracker ⏱️🚀1d ago · 5 min read · Introducing super-time-tracker After using my own track-time-cli for a while, I found myself wanting more — more commands, more flexibility, and a cleaner experience overall. So I rebuilt it from the Join discussion
CMCris Mihalacheindatsusara.hashnode.dev00Using Chat GPT To Generate Datasets 🤖1d ago · 4 min read · Recently I used Chat GPT to generate mock data in JSON format. This is extremely powerful, as you can describe what real data looks like in your prompt, and Chat GPT will generate data with realistic Join discussion