How to Install and Configure Elasticsearch on Ubuntu 20.04

How to Install and Configure Elasticsearch on Ubuntu 20.04

Reading Time: 5 mins. Overview: Elasticsearch is free and open-source analytics and a full-text search engine, i.e. fully document-based rather than schema and tables. It is widely-used for enabling search functionality for applications, i.e to search various kinds of...
How to Install and Configure Docker Desktop on Windows 10

How to Install and Configure Docker Desktop on Windows 10

Reading Time: 4 mins. Introduction Docker, a powerful and flexible software supports cross-platform and execution on a Windows host, including Windows 10 (Pro or Enterprise) which in turn makes Windows 10, a perfect development environment for Docker use-cases. Here,...
How To Set Up Nginx, PHP-FPM and MySQL with Docker Compose

How To Set Up Nginx, PHP-FPM and MySQL with Docker Compose

Reading Time: 6 mins.  Overview Docker Virtualization, known for its simple and convenient way of deploying applications is the best-to-go option for every developer and organisation. With its container-based technology, and built-in features such as docker-compose,...
How to Set Up Docker Images and Containers On Ubuntu 18.04

How to Set Up Docker Images and Containers On Ubuntu 18.04

Reading Time: 5 mins.  Introduction Docker is an OS-level Virtualization designed for developers and sysadmins to build, share and run applications with containers. This use of containers for easy deployment of applications is called Containerization. Basically,...