Ralph's Blog about this and that (RSS | Atom)

2023 | 2022 | 2021 | 2020 | 2019 | 2018 | 2017

HTTP over TLS on localhost with Go server

Published: 28. November 2021  •  go

In this blog post, I'm going to show you how to set up TLS with a Go HTTP server listening on localhost.

Infrastructure as Code with Pulumi (Go)

Published: 29. November 2021  •  go, iac

In this blog post, I'm going to show you how to set up cloud resources on AWS with the infrastructure as code (IaC) tool Pulumi

Java Switch Expression in Java 14

Published: 20. November 2021  •  java

An overview of the new switch introduced in Java 14

AWS Lambda development with Go and Pulumi

Published: 6. December 2021  •  go, iac

In this blog post I will show you how to write AWS Lambdas with Go and deploy them with Pulumi (Go).