#beginners
Read more stories on Hashnode
Articles with this tag
Next.js has file-system based routing built-in. You don't have to explicitly define the path in the router. It's as easy as adding a file inside the...
watch is used to run a command repeatedly and display its output and error at regular intervals. This is useful when you want to run a command...
env can be used to print the environment variables or pass environment variables to a utility/command without setting them in the current shell...
Everyone has been asking this for a very long time. In today's blog, I will show you how you can schedule a blog to be released on hashnode. This is...
printenv is used to print out the environment variables. Environment variables are a common form of setting global values across a terminal session....
Today the web is full of people using various platforms. Every platform has its own authentication mechanism to identify users specific to their...