/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

alexdebrie.com
| | www.alexedwards.net
2.6 parsecs away

Travel
| |
| | golb.hplar.ch
2.8 parsecs away

Travel
| | [AI summary] This tutorial walks through setting up a serverless application using AWS services. The main components are an API Gateway, a Lambda function, and a DynamoDB table. The Lambda handles CRUD operations for todo items, while the API Gateway provides the HTTP endpoints. The application is deployed using Pulumi, which manages the infrastructure as code. The tutorial also covers setting up IAM roles for Lambda execution, configuring permissions for API Gateway to invoke Lambda, and deploying the Lambda with ARM64 architecture to reduce costs. Finally, the tutorial demonstrates how to start the client application and test the functionality.
| | kewah.com
2.5 parsecs away

Travel
| | The API Gateway-first approach is the idea that we should first consider using API Gateway when building new services.
| | bartlomiejmika.com
33.8 parsecs away

Travel
| Forget Axios or any other third-party JavaScript library pertaining to API calling, the purpose of this article is to explain how to utilize the basic XmlHttpRequest with your Django project.