
Docker is a great way to build multiple apps with different environments for various purposes, all in your local system without changing much of the […] Read More
Th[os]e days [and nights] of hacking. (hd!)
Docker is a great way to build multiple apps with different environments for various purposes, all in your local system without changing much of the […] Read More
Crontab is a great way to schedule and run background tasks in Linux. What is Cron? In Linux, Cron is the daemon where a user […] Read More
Installing MongoDB on Ubuntu is only a few steps of procedure. Let’s install MongoDB on Linux-Ubuntu using the native Ubuntu package manager apt. Note: This […] Read More
Description: The String.prototype.match() method retrieves the result ofmatching a string against a regular expression. Syntax: str.match(regexp) We’ll use the below common string for all our […] Read More
While programming you may come across many instances where you would like to check if a substring exists in a bigger string. These kind of […] Read More