Object-oriented programming (OOP) is a programming paradigm that uses objects, which are instances of classes, to represent and manipulate data. The basic idea behind OOP is to encapsulate data and behavior into self-contained objects, which can then interact with one… Read More ›

programming
The Go Series – Introduction
What is Go and why is it popular? Go (also known as Golang) is a programming language developed by Google in 2009. It is a statically-typed, compiled language designed for building scalable and efficient systems. Go has gained popularity in… Read More ›
GitOps
So what is GitOps you may ask? Firstly, I wouldn’t say that GitOps is a particularly new concept. GitOps is more of a re-badging of some existing processes that are combined together. The main idea behind GitOps is that it… Read More ›