

Getting Started with DevOps: Understanding the Principles and Adopting the Tools
DevOps is a set of practices and tools that aim to bring development and operations teams together in order to improve the speed and reliability of software …
Evren BAL
Full Stack Developer
DevOps is a set of practices and tools that aim to bring development and operations teams together in order to improve the speed and reliability of software …
Continuous integration (CI) and continuous deployment (CD) are development practices that involve automatically building, testing, and deploying code changes. In the context of PHP code, a CI/CD …
An API Gateway is a crucial component of any microservices-based architecture, as it acts as the entry point for external consumers of your API. If you are …
What is an API Gateway? Should you use an API Gateway or is it something for big players? Is it an hardware, or a framework, or a piece of code? Let’s briefly learn the answers to this questions;
Graylog is a popular open-source log management platform that enables you to collect, index, and analyze any machine logs centrally. It is designed to handle high volume …
How to install Composer on a Linux/Ubuntu environment. This is step by step guide for easy installation.