how-to-install-and-configure-elasticsearch-on-ubuntu-20.04
Server

How to Install and Configure Elasticsearch on Ubuntu 20.04

Elasticsearch is a free and open source analytics and 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 data such as products, blog posts, categories on a web-shop, blogs and other product-based sites and applications. In this article, you’ll go through how to install and configure Elasticsearch on Ubuntu 20.04

how-to-install-and-configure-docker-desktop-on-windows-10
Server

How to Install and Configure Docker Desktop on Windows 10

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, we will be seeing how to install Docker version 19 in Windows 10 using the Community Edition (CE) since it is a free version and easy to learn and build applications around it.

how-to-setup-magento-development-environment-using-docker-on-ubuntu-18-04
Server

How to Setup Magento Development Environment using Docker on Ubuntu 18.04

Among the masses of Magento installation guides and methodologies, which is the most ideal way to install Magento software and why. Without further ado, let us reveal the answer as Docker. Why? If you use Docker, it allows you to install and manage packages and at the same time, allows you to run additional scripts after each update.  And what makes it special? Find out by exploring the article.

how-to-set-up-nginx-php-fpm-
Server

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

Docker Virtualization, known for its simple and convenient way of deploying applications is the best-to-go option for every developer and organisation. Also, it offers the flexibility to run multiple applications on the provided host or directly executing the container within the host environment per se. Here, in this article, a basic working environment will be created by setting Nginx as a web server and MySQL as the database, all within separate Docker containers.

how-to-set-up-docker-images-and-container-on-ubuntu-18-04
Server

How to Set Up Docker Images and Containers On Ubuntu 18.04

Docker offers a set of PaaS (Platform as a Service) works using its container-based technology to address the limitations of Virtualization that had been experienced over the years now. This article will start with the basic procedure on how to verify your access to Docker Hub and thereby to search images using the Docker commands followed by searching the Nginx official image for demonstration purpose.

how-to-install-docker-on-ubuntu-18.04
Server

How to Install Docker on Ubuntu 18.04

Docker, an open-source container-based technology, aims to streamline and manage workload via distributed applications. In the simplest form, it’s just another form of Virtualization and the difference lies in the fact that Docker outranks the benefits of traditional Virtualization almost in every aspect. Here, you will learn about the installation process of Docker on the Ubuntu 18.04 system.

a-brief-introduction-about-docker-and-its-terminologies
Server

A Brief Introduction to Docker and Its Terminologies

This article will walk-you through what is Docker; how it works, why we opt Docker instead of Virtualization, what are the aspects and benefits that stand out Container technology from traditional VMs and so forth. Further, a list of important Docker terminologies have been explained for the benefit of Docker installation and usage.

all-about-ci-cd-pipeline-with-best-implementation-practices
Server

All about CI/CD Pipeline with Best Implementation Practices

The CI/CD pipeline, known as the Build Pipeline works on granting better visibility over the automated steps during the CI/CD process. For example, it makes use of build servers like Jenkins, Travis CI and TeamCity to achieve visibility over all the automated phases, and fetches the status and info in the UI form. This way of tracking the progress of automated steps is crucial so as to ensure the fine-workings of the phases and the expected outcome.

a-brief-intro-about-continuous-integration-CI-and-its-role-in-DevOps
Server

A Brief Intro about Continuous Integration (CI) and Its Role in DevOps

The CI being the process within the process of DevOps practice plays a vital part from building the source code until delivering the deployment-ready software package. Nonetheless, in this article, you will see what makes the Continuous Integration so remarkable; the different stages involved, its benefits and the role it plays in the entire DevOps process.

things-to-know-before-you-implement-continuous-deployment-and-delivery
E-commerce, Magento, Magento 2, Server

Things to Know Before You Implement Continuous Deployment/Delivery

As we all know, the Software Development Life Cycle (SDLC) comprises numerous stages both major and minor that differs from one company to another. One common benefit is that the automated pipelines help to remove error-prone manual steps, provide standardized development feedback loops and enable fast product iterations. In this article, let us see the essentials of Continuous Delivery/Deployment, its difference, role and significance and benefits upon implementing it in the SDLC process.

Scroll to Top