17 followers
My code is a liability⚡️Learning one thing at a time⚡️ ✍️ @ blog.umesh.wtf and freecodecamp.org/news
Go has been one of the most popular languages for building microservices. Its simplicity and less overhead have proven to favor its rise in the...
I was recently building a side project and I was using Chakra UI + Next.js. I wanted to put the Google logo as a Badge in the bottom right of an...
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...