Getting Started with HomeBrew
Homebrew is a package manager for Mac OS. Installation Download and install Xcode from Mac store if you don’t already have it installed In a terminal, type the following codexcode-select…
Simply Explaining Technology
Homebrew is a package manager for Mac OS. Installation Download and install Xcode from Mac store if you don’t already have it installed In a terminal, type the following codexcode-select…
Full-stack is a complete JavaScript solution which involves JavaScript on both client-side and server-side. There are many full-stack solutions but MEAN stack is the most widely used solution. There are…
If you see the following error message, this post shows how to fix the problem. Naturally, the first thing that would come to your mind would be to increase config.vm.boot_timeout…
A version control system keeps track of changes in code. It keeps track of every change made by every developer. It allows code bases to be branched and then merged…
DOS commands don’t pack a punch leaving you wishing you could use Linux commands in Windows. Wish granted. You can run Linux commands on Windows. The answer is git bash.…
Your host file enables your system to override the DNS setting for a domain. This change only affects your system. The syntax of a host file entry is as follows…
NoSQL is not one technology. It refers to a wide variety of different database technologies that address scale and agility challenges of today’s applications. These problems include: agile development where…
Recently, I found a really elegant solution to display a file tree using the ls command. I like is so much that I feel the need to share it. The…
Java’s split function packs a powerful punch. You can use it to split string on characters, symbols, substrings, a collection of symbols, or even regular expressions. public class SplitString {…
Problem JavaScript code not running on Brackets. Error Message Root Cause Brackets cannot find node binary file. Solution Open terminal and type the following commands and note the addressed returned:…