Supercharge your Code to Get Optimal Database Performance

Everybody agrees that programming languages are lightning-fast and powerful. Yet performance quickly hits a bottleneck when a database is part of the stack. For years and years, databases have been seen as the slow, monolithic back ends that limit your application’s...

Step by Step: How to Migrate your DB Schemas with Flyway

How do you take your database schema and your data to the next release? Do you herd a collection of delta scripts? Do you know exactly which version of which object was deployed in your different environments at a certain point in time? Find out how the open-source...

Build the distributed apps of the future using Dapr

Building distributed application is hard… As developers we want to focus on delivering business value with new features but there are so much things to also take care of on the side, especially in a distributed environment. Things as pub/sub, state management,...

Apache Kafka in Action : Let’s Build a Streaming Data Pipeline!

Have you ever thought that you needed to be a programmer to do stream processing and build streaming data pipelines? Think again! Apache Kafka is a distributed, scalable, and fault-tolerant streaming platform, providing low-latency pub-sub messaging coupled with...