/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

dzone.com
| | compositecode.blog
4.3 parsecs away

Travel
| | The author discusses the importance of considering the full lifecycle when building financial app prototypes. They emphasize the value of horizontal infrastructure as code (IaC) assets and the benefits of using tools like Terraform or Pulumi. They also describe their experiences in creating various financial APIs using Spring Boot, and the use of Docker and...
| | www.trevorlasn.com
3.0 parsecs away

Travel
| | Streamline your development and deployment processes
| | hackernoon.com
0.9 parsecs away

Travel
| | Learn a platform-agnostic approach to cloud security, focusing on encryption, zero-trust models, and tools to enhance security across multi-cloud environments.
| | nodogmablog.bryanhogan.net
17.4 parsecs away

Travel
| In my previous post I showed how to build a .NET 5 library inside a docker image and deploy it to an AWS Lambda. This post is a small extension on that. I'm going to build a .NET 5 Web API application, turn it into a docker image, deploy it to an AWS Lambda, and connect an API Gateway to the Lambda to call the controller inside the application, inside the container, inside the Lambda!