NextJS Typescript Import Alias
NextJSTypescriptImportAliasesJavascript
Tutorial on using TypeScript aliases on import statements in NextJS projects.
NodeJS CLI with Commander.js
nodejscommander.jsclijavascriptutility
We will review how to build a CLI with NodeJS and Commander.js.
How to Pipe Data Into a NodeJS Script?
pipenodejsjavascriptterminallinuxscript
I will propose an example of how to read a file with cat and then pipe the result of the cat to a NodeJS script.