VPVishnu Prasad Koradainvishnuprasadkorada.hashnode.dev·Jan 5, 2024 · 4 min readBuilding Stylish Node.js CLI ApplicationsWelcome to the wonderful world of Command Line Interface (CLI) ... where you can make powerful and versatile tools as a developer. One can use CLI tools for easy debugging, making custom scripts, and presentable logging in the console, and also for s...02IR
VPVishnu Prasad Koradainvishnuprasadkorada.hashnode.dev·Aug 24, 2023 · 3 min readBut ... what is JSON Schema?Have you ever wondered how in node.js, package.json and package-lock.json file's structure is predefined and prompts a description whenever we hover over a key ... also it has a set of predefined keys and values. Well, that's because of ... drum roll...03STR