Nothing here yet.
Nothing here yet.
There are different ways of expressing the "build" process for our software projects, such as make, just, task, etc. But do we need them to do that? What if I tell you that you can express your build process with the language you are already using to...

With the rise of containerization, it becomes essential to deploy applications as containers and manages them through orchestration systems at scale. If you are already familiar with containerization, I assume you are because the basic containerizati...

Abstract Containers are a part of our life right now, and until recent years our knowledge is only limited to Docker itself. Because it handles everything for us, it provides a high-level language, Dockerfile, where you construct your image, and it c...
