homeblogCOFFEE

Itsbetma

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.

Productivity with Git aliases

GitAliasesVersion ControlDevelopmentProductivity

It has been a year from the day I started working on my actual job, and it was the first work that I need to use git, and from this day on…

Automated Backups with cron and RClone

Linux TutorialCronLinuxRCloneAutomation

This article will show you how to use RClone and cron to automate file backups in a Linux Operating System.

ESLint + Prettier + Typescript and React in 2022

eslintwebdevelopmentreactjstypescript

Making a new project ready for development can be a little overwhelming, especially if you use React, Typescript, ESLint, and Prettier