What is Redis? Redis is a NO-SQL in-memory remote database that offers high performance, replication, and a unique data model. It is an in-memory data structure that could be used as a fast database, cache, and message broker. Redis supports several types of data structures such as strings, hashes..
Creating CI/CD Pipelines in Azure DevOps
Continuous Integration (CI)/Continuous Delivery (CD) pipelines will allow us to safely deploy a new version of the software through a path of building, testing, and deploying code. It introduces automation and continuous monitoring throughout the lifecycle of a software product, from integration..
Introduction to Container Runtime
What is a container? A container is a unit of software that is executable packaged with application code and all its dependencies. These software programs give virtual isolation for an application, to run on an operating system. This allows the application to be run seamlessly in any environment..