Category DevOps

How to install the docker on Ubuntu

How to install the docker on Ubuntu

In today’s article, we won’t talk about much. This is a simple docker installation article. You just need to throw these commands in your Linux terminal and you are good to go. Your docker will be installed. Let’s see how…

Microservices vs Monolith: The Conclusive Comparison

Microservices vs Monolith: The Conclusive Comparison

Modern software required modern technology. To run modern architecture we cannot depend upon the old methodology. Already tech giants like Netflix, Amazon, and Oracle started using the microservices approach in building applications. With the help of microservices, we can develop…

What is Chocolatey and How to use Chocolatey

What is Chocolatey and How to use Chocolatey?

For years we tend to download any window software using a website. We search for that application on google. Go on the trusted website download it and then click click click and install. But it is not simple as Linux.…

How to Install WordPress on Docker using Portainer

How to Install WordPress on Docker using Portainer

In our homelab series, we already saw how we can create a docker host. We also saw how we can install the portainer in the docker host. Now we have our home server ready. Now let’s install WordPress in our…

What is Vagrant and how we use it?

What is Vagrant and how we use it?

We already cover the virtualization in our previous post. But how cool if we can automate the creation of those virtual machine. In this article will learn how we can do that, why need to do that and using which…