Explore >> Select a destination


You are here

leejo.github.io
| | aradaelli.com
5.2 parsecs away

Travel
| | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.
| | waspdev.com
3.9 parsecs away

Travel
| | My rant about the famous saying in software development, which is usually attributed to Bjarne Stroustrup.
| | abstractfactory.blogspot.com
4.3 parsecs away

Travel
| | Rice University's Swarat Chaudhuri asks (and attempts to answer) the perennial question: why isn't functional programming more popular? I ...
| | golb.hplar.ch
22.1 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.