Virtualization softwares have been in the market since ages. But there has always been a race to create more efficient and high performance platforms among the developers. Few years ago, this lead in the development of yet another virtualization platform — Docker. Docker is a wee bit different than the traditional virtualization platforms. Docker is
MySQL has had the unsaid title of “Mother of all Database”, since more than a decade now. It’s a great tool for all size of projects from small to enterprise level applications. Even after all the popularity and wide usage there are some tasks which are better left for more efficient tools. Indexing data in
HMTL Data Tables in emails are important for notification’s and other places to display information cleanly. Since only in-line CSS is rendered properly across all email clients its imperative that HTML data table has a proper markup to render it cleanly. So, here is a small code snippet for an HTML data table that renders
Alright we are now in the last part of our budget website tutorial series. In the last part we have seen how to install and configure all the requirements for the website on your Digital Ocean Droplet. Now in this part we will see how to create a database and install WordPress on your brand new
In the last 2 parts of our Budget Website series we have worked on getting a domain name and a hosting server and how to point your domain to the hosting server. In this part we will look at how to actually power up your hosting server so that it can start serving your website. We will be using
In the previous part of our Budget Website Series we have seen how to get you on the internet and what are the prerequisites of the same. This part of the series assumes that you have already registered for your domain name and signed up in Digital Ocean. In this part we will see how to create a new Droplet
Please note: This article series assumes you are an beginner to intermediate Linux user with knowledge of SSH along with other basic terminal commands. Introduction You have come to this article because you have been trying to start a site and you may have been got hefty quotations from Web Development Companies, Digital Agencies or Freelancers and
Elasticsearch is a great tool for indexing huge amount of data and creating a search or analytics engine. It has a potential of solving large number of use cases. Its based on Apache Lucene and provides a RESTful interface which makes it easy to integrate with any technology. This article describes the very basic Elasticsearch installation and
This is a little off-topic article. Someone wished me “Goodnight” and I wished them back “Good Night”. After looking a bit on the internet, I stumbled upon this amazing stuff – Google Books Ngram Viewer. This tool basically searches a comma-delimited search strings using an yearly count of n-grams found in sources printed from 1500. The most impressive part
npm is now out with its latest version. Starting 31st May 2017 typing npm install npm@latest -g will install npm@5. The latest release is aimed at making it a faster client, as measured by benchmarking and profiling tools available to everyone; a much improved version of npm-shrinkwrap.json, npm’s lockfile. In particular, shrinkwrap was originally intended