Anti-Patterns of a Dysfunctional Engineering Team
Engineering is crucial for software development projects, but most teams don't always operate at maximum. In this blog, gain insights into the anti-patterns of an engineering team and learn how you can overcome them.
Live Reload in Running Docker Containers
Using Docker for use cases which involve constant updates is tricky, as the container needs to be rebuilt repeatedly. The concept of Hot Reload is useful in Docker to update files inside containers while they run. Learn to implement it in this article!
Scheduling in Kubernetes
One of the core features of Kubernetes is Pod scheduling, where Pods with different priorities can be placed on Nodes depending on the available resources. This guarantees cluster and node uptime and prevents mission-critical Pods from eviction.