Green IT
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 …
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 …
Introduction Our company recently ventured into a comprehensive R&D project that aimed at leveraging AWS Event Bridge Scheduler, Kafka, and Glue for sophisticated data processing. By combining various AWS services, …
Whenever systems are subject to a change we have to uphold compatibility to the clients. Any change that breaks a contract (technically or semantically) will in best case lead to …
Master breaking change deployments – 11 small steps Weiterlesen
If you are already familiar with messaging systems like Apache ActiveMQ or RabbitMQ, you might ask yourself how AWS SQS compares to your well-known solution. As I am just involved …
What is GraphQL? GraphQL is both a query language for APIs and a runtime for fulfilling these queries with your existing data. GraphQL provides a complete and understandable description of …
An introduction to and review of Tekton and Shipwright as the purported future build tools in Kubernetes and OpenShift.
Introduction Serverless computing is a cloud computing execution model where the cloud provider assigns machine resources on demand and manages the servers on behalf of their customers. In a serverless …
gRPC is a modern open source high performance Remote Procedure Call (RPC) framework. Although gRPC is still more considered bleeding-edge it seems to be a good successor for ReST as …