28
May
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.
6
May
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.
15
Apr
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.
8
Feb
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.
22
Nov
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?
19
Sep
AWS Lambda: Getting Started with Serverless
AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger a Lambda function from event sources such as a variety of AWS services or your own applications. Lambda can handle anything from a few requests per day to thousands per second, and you only ever pay for what you use.
24
Jul
The path from set-up to a functioning serverless application
A serverless infrastructure offers flexible resource management with exact usage-based billing. The advantages of using it for companies are therefore obvious. But how does the set-up of a functioning serverless application work and how does serverless computing prove itself in practical everyday life?
29
Jun
Optimization of Java Applications in AWS Lambda
In this article, I will discuss the advantages of using AWS Lambda as a compute platform, how your architecture and software would change when adopting Lambda and what optimization might be useful to consider.
7
Jun
How to use Serverless Functions in Azure
We often hear the term "serverless" in the media, only to be consoled by the fact that servers still exist. If we pay for them, they are operated by someone else. Despite the fact that we have the ability to be truly "serverless" with the browser, very few people use it. So let's take a look at what's actually possible with modern APIs in the browser these days.
21
Mar
Serverless? Is That Even Possible?
We often hear the term "serverless" in the media, only to be consoled by the fact that servers still exist. If we pay for them, they are operated by someone else. Despite the fact that we have the ability to be truly "serverless" with the browser, very few people use it. So let's take a look at what's actually possible with modern APIs in the browser these days.