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

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

Git with go-git

Published: 1. August 2023  •  go

In this blog post, I'm going to show you how you can write Go programs that access Git repositories with the go-git library

TLS with Go in production

Published: 1. August 2023  •  go

Setting up TLS with Go in productive environments

Push notifications with Angular and Java

Published: 6. August 2023  •  angular, java

In this blog post, I show you how to implement a web application with Angular that receives push notifications and a back end with Java that sends push messages. It uses the standard Push API supported by all major browsers.