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.
What do Monopoly and domain-driven software development have in common? Check out the answer and 4 ways to keep your domain encapsulated and avoiding anemia.
In this article, we'll walk through a critical aspect of logging—logging. Logs are important for any application debugging, so understanding them is important.
The default implementation of the gRPC on .NET - Grpc.net is built on Grpc.Core which uses the protoc tool (see: ProtoCompilerOutput) to generate C# artifact...
Before we begin to talk about thread pool, let revisit threads. Threads are really powerful things. By creating multiple threads, multithreading, you can do ...
If you've ever developed mobile apps and published them, then you know all of the rules. Here's how to automate flutter app versioning using Fastlane plugin.