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

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

Push notifications with Angular and Java

Published: August 06, 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.

TLS with Go in production

Published: August 01, 2023  •  go

Setting up TLS with Go in productive environments

Git with go-git

Published: August 01, 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