Some things i learned at wJax 2024
In november i was able to attend the wJax developer conference in munich. This years main focus was on AI, how to work and use it as best as you […]
Some things i learned at wJax 2024 Weiterlesen
In november i was able to attend the wJax developer conference in munich. This years main focus was on AI, how to work and use it as best as you […]
Some things i learned at wJax 2024 Weiterlesen
This blog post covers the Java Stream Gatherers. Introduction The Streams API2, introduced in Java 8, revolutionized how developers handle collections by enabling functional-style operations that are both expressive and
Java Stream Gatherers: Turbocharge your Java 23 Code Weiterlesen
Introduction I was recently tasked with supporting a long-time client, who is still using a particularly old piece of software: a browser-based extension to a product developed at ConSol over
Signing Java applets like it’s 2024 Weiterlesen
Introduction In modern software applications, developers face challenges like real-time data synchronization and responsiveness, which both play an important role in delivering seamless user experiences and ensuring data consistency across
Debezium: A Quick-start on Change Data Capture (CDC) in 2024 Weiterlesen
Suppose we are developing a SpringBoot application offering two REST endpoints, one for storing records into and one to fetch records from an AWS DynamoDB table. AWS DynamoDB is a
While browsing the internet looking for inspiration, I came across this wonderfully designed website. Build in Amsterdam has created a navigation menu that shows great interaction design by giving appropriate
Creating a curtain-like navigation bar in Svelte Weiterlesen
Our backend was crashing completely when load increased. Not just a single time, basically everytime when it was not idling. As it turned out, our messaging system, ActiveMQ (provisioned via
Our AWS SQS Metrics Weiterlesen
Introduction Sustainability is an important topic these days and, in many fields, people are trying to find more sustainable solutions for their current processes or products. So of course, for software
In the ever-evolving landscape of cloud computing, AWS Lambda has emerged as a game-changer, enabling developers to build and deploy serverless applications with ease. With its robust features and scalable
Unleashing the Power of AWS Lambda Java Performance Weiterlesen
Recently, one of my Platform Engineering Colleagues approached me with a great question: What tools do you think work well for Chaos Engineering?I had no answer. Of course, I heard
Chaos Engineering with K8s and AWS Weiterlesen