16 followers
Random Thoughts of a Happy Programmer
Subscribe to my newsletter and never miss my upcoming articles
The idea of being able to send and receive money almost instantly from anywhere in the world with no middleman is really appealing to a lot of people. Today, I thought it'd be fun to build a small web event ticketing portal Demo (something similar t...
What is the every() method in JavaScript? The every() is an Array method that checks if all the elements in an array pass a test (implemented by the provided function). The every() method returns a Boolean value (true or false) on each of the element...
NVM Not Found after Pimping Terminal with oh-my-zsh? Have you finished configuring your terminal?Looking so cool now, but while can't I make use of my favorite tools after the Pimp? I have encountered this issue every time I pimp my terminal, so tod...
Learn the basics of using REST APIs by building a GitHub Finder. REST APIs are becoming very popular and are a must-know for every type of developer. In this article, I'll go over the basics of what they are and how to use them. The word consuming us...
Backup is a very common routine in today's world now. Anyone can easily backup documents on external hard drives or in the cloud storage system like Google Drive, DropBox, OneDrive, etc. Generally, people use any of these free cloud storage or extern...
Node works on many platforms, and there are many ways to install Node on each platform. This short article covers the best-practice setup of Node.js on Linux machines. By the end of this article, you should be able to: Discover the best way to set u...