gtdev.hashnode.devAutomating updates deployment in Docker and Kubernetes with PythonIntroduction Docker and Kubernetes are two key technologies in the field of containerization and container orchestration, revolutionizing how applications are developed, distributed, and managed. Docker Docker is an open-source platform that provides...Dec 17, 2023·9 min read
gtdev.hashnode.devCreating a .NET Wrapper for a Native DLLIntroduction Operating in a .NET environment, there are situations where leveraging the capabilities of external DLLs can be advantageous. Unfortunately, several online libraries, such as those involving mathematical or geometric operations, are ofte...Dec 10, 2023·8 min read
gtdev.hashnode.devDLLs and how to create them with C++DLL (Dynamic Link Library) files are an essential part of the Windows operating system and many software applications. Although they are pervasive, their functioning may seem a bit mysterious to many users. In this article, we will explore the world ...Dec 7, 2023·8 min read