© 2022 Hashnode
#tricks
As a Developer, most of times we work with projects that are already created and implemented by someone and our work is to get inspired from it and reverse engineer the whole project in our own way to…
Share Albums as Playlists You can share your favorite Albums as playlists and edit, manage or collaborate together without needing to add every single song individually. It is fairly simple, saves tim…
Anything that makes life easier is worth learning. Visual Studio code is one of the most popular code editors out there, due to its flexibility and large range of features. There are several Vscode sh…
Terminals are the superpower of developers I have been in love with using terminals all the time even on windows. The true love comes after I understand most of the commands and how to write Bash Scri…
We all have faced this issue where we need to provide our email id for registration purposes on different websites. Sometimes we think we can avoid giving our personal or business email addresses as t…
We all know that JavaScript is great but sometimes we face some difficulties that we have to find solutions for. In this article, I will share with you some tricks that you may need someday. Convert a…
What's an Array in JavaScript? In JavaScript, an array is a single variable that is used to store different elements. It is often used when we want to store a list of values and access them by a singl…
Use .htaccess rules to block access to certain pages or websites. You can block or allow IP addresses. With this feature, you can make most of your website public while restricting access to some page…
In the last few years, Investing in stocks has been more accessible, with newcomers/ newbies able to start an account with little money using a brokerage's website or mobile application. Constantly le…
Modern web development is dynamic. You can create a Hello World web page that runs in your favorite browser using less than five tags. It’s exciting and inspiring to see quick results and fast executi…