Latest posts — page 10

How to Structure Your Git Repository for Scalability

The organization of your Git repository can significantly impact its scalability, collaboration, and maintainability. Effectively structuring your repository ensures that developers can easily navigate the codebase, understand the project’s structure, and work on it efficiently.

Testing OpenGL on Dual RTX 2080Ti without NVLink connection

Continuing my dual-GPU adventure, this post dives into OpenGL performance on Ubuntu 25.10 using two RTX 2080 Ti cards—no NVLink, no PRIME, no Optimus. We’ll test rendering behavior, driver differences, and benchmark real-world results with glxgears and glmark2.

Understanding Docker’s Default Networking Modes

Docker offers a powerful and flexible networking model that enables containers to communicate with each other, the host, and the outside world. Networking is a crucial part of containerized applications, as it allows multiple services, often running in separate containers, to collaborate.