Programmatically Find Next Available CIDR for Subnet
Update The code out on GitHub has been enhanced by Craig Thacker to add support for Terraform, so that you can use it to automate the creation of subnets and…
24/03/2022
Host-Based vs Path-Based Routing Firstly, it’s important to understand that path-based routing is not the only option. When building web applications, ensuring users can access the right content efficiently is crucial. One of the most important decisions in structuring web traffic is choosing between host-based and path-based routing. Both approaches can…