And prevent Kubernetes misconfigurations from ever making it to production.
Read about ways and tools to test and enforce Kubernetes configurations.
The git error "Fatal: refusing to merge unrelated histories" occurs when a user action, such as git merge, can cause the rewriting of history data. It is git's way to ensure the user fully understands the result of their action. Read on how to solve this error.
Guide to migration from Python 2, whose end-of-life date is Jan 1st, 2020, to Python 3. This guide is focused on the infrastructure configurations you're going to need to review and modify to ensure your migration to Python 3 goes smoothly.
"I’ve had my fair share of rewrites and refactors, ranging from reverse engineering a 1000+ lines of a single PHP file and rewriting it as a microservice, to better scaling it for performance." A guide to code rewriting vs. refactoring.