Explore >> Select a destination


You are here

mherman.org
| | www.taniarascia.com
1.6 parsecs away

Travel
| | Recently, I wanted to create and host a Node server, and discovered that Heroku is an excellent cloud platform service that has free hobby...
| | martinheinz.dev
1.5 parsecs away

Travel
| | Nowadays, when people want to implement backend API, they go straight to creating application with RESTful API that communicates using JSON, without eve...
| | bartlomiejmika.com
1.9 parsecs away

Travel
| | How do you write a Golang server using gRPC from scratch? Heres how to do it.
| | nodogmablog.bryanhogan.net
13.3 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!