Python NiceGUI and Google Oauth“NiceGUI is an open-source Python library to write graphical user interfaces which run in the browser. It has a very gentle learning curve…Nov 4, 2024Nov 4, 2024
Maven Jar Deployment to Google Artefact RegistryThis article focuses on using Google cloud artefact registry to store your jar files. It also highlights what you need in your pom.xml to…Jan 29, 2024Jan 29, 2024
Database as a Work QueueSometimes you don’t need a complicated work queue system when a database would be sufficient.Feb 16, 2022Feb 16, 2022
Java FibersIn order to follow along please visit parallel universe docs for a deeper understanding of Fiber internals.Feb 16, 2022Feb 16, 2022
Making Grpc Client FriendlierWe use Grpc for our microservices. We wanted a solution to abstract the some of our Grpc client code to make it simpler for developers to…May 8, 2021May 8, 2021
Using AWS Parameter Store for Storing Sensitive Application ConfigurationIn my other post I discussed using a file-based encryption approach to storing sensitive configuration in Github using the Palantir…May 8, 2021May 8, 2021
Storing Sensitive Application Configuration in GithubWhere do you store your sensitive data such as db passwords, api keys, jwt secret keys etc?May 8, 2021May 8, 2021