A discussion of one of the most common looking and must-have skill for the folks who are working on Spring boot technologies and how to run app in container.
With the newly open sourced Twitter HBC, a Java HTTP library for consuming Twitter’s Streaming API, we can easily create a Kafka twitter stream producer.
Take a look at how to do long-running workflows using AWS Step Functions and Ballerina. This includes the addition of human interactions with the workflow.
In this article, I'll show you how to use git-crypt, so you can safely keep your application secrets in your source code repositories, even if they're public.
After using Jenkins on several projects, we say it's time to move on. Jenkins is left behind with his old approach, and here are some of it's biggest problems.
Are you looking to develop a few projects on your local machine and push them on to a real OpenShift Container Platform without having to worry about cloud h...
Partitioning a domain is a useful way to achieve scalability. Instead of putting everything in a single place, you divide work based on some attribute (often an Id).