Explore >> Select a destination


You are here

srijan.ch
| | mtlynch.io
4.7 parsecs away

Travel
| | Updates about my life and what I learn about creating software
| | www.sethvargo.com
2.8 parsecs away

Travel
| | Serverless applications and cloud functions often need to communicate with an upstream API or service. This post describes common patterns and approaches for managing secrets in serverless such as encrypted environment variables, IAM, and Google Cloud Storage.
| | blog.cloudbear.dev
5.4 parsecs away

Travel
| | [AI summary] A tutorial explains how to send transactional emails via Gmail using Python, OAuth 2.0, and refreshed tokens for non-interactive services.
| | vainolo.com
24.5 parsecs away

Travel
| Previous Tutorial: Azure Functions - Part 3: Handling HTTP Query GET and POST Requests While writing code directly in the Azure portal is awesome, the next step in a real-world developer experience is to have a local environment where we code, build, and test our functions, and from there sent them the cloud. And this...