Tech Blog
#Backend Development
How we avoid Docker Hub rate limits for hundreds of GitLab CI/CD jobs - with minimal impact
With the rate limits that DockerHub has introduced, our hundreds of GitLab CI/CD jobs were starting to fail. With some clever use of a self-hosted Docker registry and adjustment of the GitLab runner configuration, we were able to fix this without any changes to the CI/CD configuration files, or impacting the development teams.
Disaster recovery: How to enable automatic backups of an Atlas MongoDB cluster
In today’s technology-driven world, data is the lifeblood of any organization. For businesses relying on MongoDB as their database solution, safeguarding critical data against potential disasters is not just a best practice but a mission-critical necessity. Imagine the nightmare of losing your entire database due to an unexpected failure or cyberattack. It’s a scenario that no one wants to experience.