2 followers
DevOps Engineer.
Can Redis be used as a primary database? let's debate! What is Redis (Remote Dictionary Server) Redis is an open-source in-memory storage, used as a...
As a system administrator, it's your responsibility to ensure the security of your Linux servers. With hackers and cyber criminals constantly finding...
In this tutorial, we will use Strapi to build the backend of a simple To-Do list application, then set up PactumJS, which is a testing framework to...
Container Orchestration Container orchestration is the automatic process of managing or scheduling the work of individual containers for applications...
Docker Networking How can we let two or more containers talk to each other? through docker containers! Networking in containers is controlling who can...
Remember when I said No persisting data with a bold font? well, I lied! 😅 Persisting Data Containers are designed to be ephemeral and isolated from...