Explore >> Select a destination


You are here

machiel.me
| | www.integralist.co.uk
3.3 parsecs away

Travel
| | Introduction Example Python Origin Code Example Golang Proxy Code Demonstration Explanation NGINX-Lite (not-really) Conclusion Introduction I was struggling to find a good (or just simple) reverse proxy solution written in Go, so I decided to take what I had learnt from a work colleague of mine and put together a simple example for others to build upon if they needed a quick reference point. In this example I have an origin server written in Python (for no other reason than to have a clearer distinction ...
| | github.com
3.6 parsecs away

Travel
| | lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway. - awslabs/aws-lambda-go-api-proxy
| | damienradtke.com
3.4 parsecs away

Travel
| |
| | mattmazur.com
20.8 parsecs away

Travel
| One of the many new features announced at yesterday's OpenAI dev day is better support for generating valid JSON output. From the JSON mode docs: A common way to use Chat Completions is to instruct the model to always return JSON in some format that makes sense for your use case, by providing a system...