Jul
8,
2025
DevOps and Serverless – Friends or Foes?
Are DevOps and Serverless competing or collaborating? Dive into the highlights from last year’s packed panel where experts debated whether serverless makes DevOps obsolete.
Jul
7,
2025
Breaking Down Silos with InnerSource: A Keynote on Open Collaboration
Ready to open up your codebase without opening it to the whole world? Watch this keynote and learn how InnerSource, GitHub Copilot, Codespaces, and Actions help teams tear down silos, share ideas, and build better software together.
Sep
23,
2024
Running Spring Boot 3 on AWS Lambda
We’ll demonstrate several ways how Spring Boot 3 applications can be implemented, optimised, and operated on AWS Lambda with Java 21, based on different frameworks or tools. This longer series kicks off by looking at AWS Serverless Java Containers.
Jun
19,
2024
Exactly Once in Distributed Systems
If distributed systems are used, as is the case with microservices, distributed data processing (often asynchronous via message queues) is on the daily agenda. When messages are exchanged, they often need to be processed exactly once. As it turns out, it’s not so easy.
Jun
5,
2024
Distributed Tracing: Overhyped or Real Benefit?
What about distributed tracing is real and what is fake? Before our article attempts to answer this question, let us first clarify the terminology and provide an overview of the functions of diagnostic technology for microservices and serverless-based architectures.{.preface}
May
28,
2024
Watch Keynote: Platformized Approach to Engineering
This talk stresses how Platform Engineering promotes organizational sustainability by addressing short-term gains' pitfalls. Through DevOps principles, robust support systems, and standardized architectures, it enables faster delivery and empowers engineers. The case study illustrates its tangible benefits for organizations.
May
6,
2024
Watch Session: Generative AI Applications in the Serverless World
At the forefront of technological innovation, Generative AI is revolutionizing search capabilities and reaching new milestones in observability. In the session "Generative AI Applications in the Serverless World," presented by Diana Todea at the Serverless Architecture Conference, attendees embark on a journey through the current landscape of Generative AI technology.
Apr
15,
2024
Watch Session: Serverless-Side Rendering Micro-Frontends
The Serverless Architecture Conference hosted a groundbreaking session titled "Serverless-Side Rendering Micro-Frontends," featuring Luca Mezzalira as the esteemed speaker. Despite the passage of time, the relevance of this topic persists, making it worthy of renewed attention.
Feb
8,
2024
Serverless Functions with GraalVM on AWS Lambda
GraalVM Native Images are a powerful tool for reducing startup times and memory requirements of Java applications on AWS Lambda. By compiling Java bytecode to native machine code, GraalVM can significantly improve cold start performance and reduce overall resource consumption.
Nov
22,
2023
The New Serverless With AWS
Until now, AWS Lambda has been the typical serverless representative for compute, transport, and filtering operations. However, new developments from the cloud provider makes it possible to reduce these responsibilities and create a more efficient (event-driven) architecture. Will this eventually make Lambda functions a thing of the past?