Category Data Engineering

What are generics in Golang?

What are generics in Golang?

Go or Golang is an object-oriented programming language, published by Google in 2009. It is characterized by being compiled, its concurrency support, goroutine and channel based and, precisely the latter, makes it a popular choice when creating distributed systems. First…

What is Minikube and how does it work?

What is Minikube and how does it work?

In the world of application development, container-based deployment environments are becoming more and more common, and Kubernetes has established itself as the standard for container-based deployment. However, for many developers, setting up and managing a complete Kubernetes cluster can be…

OData v4 protocol: Metadata and basic queries

OData v4 protocol: Metadata and basic queries

Data processing and consumption are essential elements of the contemporary business world. Therefore, there are mysterious pieces of software, commonly abbreviated as APIs, whose role is fundamental in this traffic of information.  APIs (Application Programming Interface) are mechanisms for integration…