dotnet command line interface (cli) cheat sheet
An alternative for using Visual Studio, developers can use the dotnet cli commands to execution any development task.
covers api, and services
An alternative for using Visual Studio, developers can use the dotnet cli commands to execution any development task.
Nodemon is used when you are working on a node.js apps and wanted to automatically restart the server should there be any file changes occurs during your development.
Some of the most commonly used commands when working with Node.js, including managing and publishing packages
Node version manager, or NVM is quite a useful tool when working with different versions of node.js.
A useful but overlooked (well, at least for me) feature from C# 7 called local function. it is fairly useful for long methods that might requires some self-contained code blocks.