Archive

Latest posts — page 9

Minimizing the Number of Layers in a Dockerfile

One key consideration is the number of layers created during the build process. Each instruction in a Dockerfile adds a new layer to the image. While layers can provide benefits in terms of caching and reusability, having too many layers can lead to larger image sizes and longer build times.

Creating Custom Docker Networks

Docker provides several networking options for containers, such as bridge, host, and none, which are suitable for many basic use cases. However, as your containerized applications grow in complexity, you may need more control over how containers communicate.

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.