Git for beginners

Git for beginners

Git is a version control system that has become an essential tool for software development. It allows teams of developers to work collaboratively on the same code and efficiently manage change history. In this post we will introduce Git at…

Cuda Tutorial - Warp

CUDA Tutorial – Warp

What is CUDA? CUDA is the language used for programming on NVIDIA GPUs, it is vital for a large number of computing tasks, and yet it is a mystery to a large number of programmers. In this post, we attempt…

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…