Write Code Locally, See It Remotely!

Write Code Locally, See It Remotely!
In software development, developers write and test their code locally, then deploy it to a staging or pre-production environment in the cloud, where they perform additional tests. These tests often fa...
0 Read More

Gitlab - Registry Setup

A Registry is the source of truth for any container image you use. It's a secure way to store and fetch the images you need.To simplify it even further, think of it as a warehouse for container images...
0 Read More

Scripting Series – Part 6 of 8

Scripting Series – Part 6 of 8
Here we will dive into part 6 in the shell scripting series. Today we will look at how you can use a for loop to iterate through all files in a directory and the function of file comparison.Shell scri...
0 Read More