Author Archives: Filip Štetić

Versioning data using DVC

Introduction Most developers have come across a source code versioning system – Git, but how do you manage (large) files that Git doesn’t keep track of? In this blog, we will introduce you to the open source version control system DVC (Data Version Control). DVC allows you to track file… Continue Reading

Automating tasks in Linux using Cron

Assembly line vector created by macrovector – www.freepik.com Not many of us have the time or energy to run scripts for system backup at 2 AM or ping the server to check if it’s up and running. Fortunately, Linux systems offer the Cron service for… Continue Reading