© 2023 Hashnode
#script
Bash-Scripting A bash shell script is a plain text file containing a set of various commands that we usually type in the command line.It can be used to automate software development tasks such as code…
If you're looking for a job on LinkedIn like I do, you're tired of the promoted listings that are always there and you cannot hide. I was tired, so I decided to put a solution to it. I created a scri…
If you are starting a Youtube video, use these 10 Tips for Writing the Best Youtube Scripts and Planning Techniques to make the most awesome videos. Keep it concise and to the point: Make sure that y…
A scope is an environment in which a variable is declared. it determines the accessibility of variables. There are three types of scopes in Javascript Block Scope Function Scope Global Scope Bloc…
Do you remember the "Home Alone" movie? When Kevin simulate the presence of his family at home using lights, television sounds, persons moving in the living room, ...?You can do the same using your Sm…
In this particular article, we will look into the most common questions that are asked on shell scripting in an interview. The article won't be a long one. Also, I will be sharing some of the commands…
The async and defer attributes are used to specify the loading behavior of external scripts in an HTML document. They can be used to improve the performance of a webpage. When there is no attribute f…
There was this time my Macbook was completely out of storage and when I used cleanMyMac to investigate, I realised the culprit was the build folders in Flutter projects. After deleting a number of the…
Why xUDT? Simple UDT (also known as sUDT, simple User Defined Token), by definition, is simple in design, and thus may not be enough for many use cases. With xUDT (Extensible UDT), we extended sUDT's …
This article is meant to guide you on how to add prettier formatter to an already existing project. Note: This article assumes that you have a nextjs project (or reactjs as the case maybe) already cre…