/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

endoflineblog.com
| | bobbyhadz.com
3.7 parsecs away

Travel
| | Learn about what AWS CDK constructs are, the Different Levels of CDK Constructs and how to write your own.
| | nitric.io
2.8 parsecs away

Travel
| | How the Nitric framework automates infrastructure provisioning
| | adamj.eu
2.6 parsecs away

Travel
| | AWS Lambda is a hip "serverless" technology that everyone is talking about. While I find 'serverless' a bit of a funny name-it just means a managed environment-I like using Lambda functions for infrastructure glue or running small internal applications. Putting these things on individually managed servers of their own has always been a pain, so Lambda is a perfect fit.
| | brunoscheufler.com
16.2 parsecs away

Travel
| Over the years plenty of tools to simplify managing your vast infrastructure and deployments emerged. Whether it was Terraform that sought to create declarative representations of cloud resources, or later on Kubernetes with its custom resource definitions (CRDs) connected to the underlying cloud platform, there were many attempts to reduce the effort of deploying completely reproducible infrastructure that evolves with your product's lifecycle....