Minimize waste and optimize for joy.
Simplifying Google Cloud IP Management with Terraform
Managing Google Cloud IP addresses can be a time-consuming and error-prone process, especially when relying on static IP addresses. In this blog, we'll explore how Terraform's `google_netblock_ip_ranges` data source simplifies Google Cloud IP management.
Read more ⟶
Consistent hashing
Consistent hashing is an algorithm used to assign keys to nodes in a distributed system by using the key's hash value and the node's assigned weight to determine the appropriate node for the key. This allows for minimal remapping when nodes are added or removed from the cluster.
Read more ⟶
What is a container?
In this article I want to provide you with a simple abstract in order for you to discover the container paradigm yourself.
Read more ⟶
Latency based routing in AWS
Both Global Accelerator and Route 53 latency-based routing policies provide a nice way to efficiently and latency-friendly balance load between resources, but what's the difference and when should you use what?
Read more ⟶
Behind the scenes, Lambda
What's better than containerization? Written in Rust, open source and the core of how AWS Lambda functions are powered, Firecracker!
Read more ⟶