Java Tricks and Tips
To be done… see these links: Long exports Shuffled deck Jedis
To be done… see these links: Long exports Shuffled deck Jedis
The following descibes a path to set up: your own Kubernetes cluster in Oracle Cloud Infrastructure, and deploy an application in it by running pipeline using GitHub actions, and have this application fronted by an API gateway (in our case APISIX. I’d expect this to be a pretty much expected fairly standard production setup. Some items can be done simpler (e.g. no need for Tomcat in our application, or APISIX in overall deployment) but I wanted to keep this setup as close to production setup as possible while still keeping the setup free and purely using OpenSource components I actively used in the past. ...