Category: DEVOPS

Setting up a CD via gitlab

Once I thought about automating the deployment of my project. gitlab.com kindly provides all the tools for this, and of course I decided to use it by sorting out and writing a small deployment script. In this article, I share my experience with the community….

What or who is DevOps?

In the life of every successful project, comes a moment when the number of servers begins to increase rapidly. The server with the application needs to cope with the load and you have to put into operation several more servers and a balancer in front…