31
Jul
/
“Expect serverless to become more mainstream”
Serverless is a hotly discussed topic right now, and it seems to mean different things to different people. We caught up with Lee Atchison, Senior Director, Cloud Architecture at New Relic to discuss what serverless means to him, how it’s changing the way applications are developed and what implications serverless could have for infrastructure in the future.
3
Jun
/
GraphQL, Serverless and the Cloud-native State of the Art
Serverless is without a question a very hyped topic in the tech industry right now. At the Serverless Architecture Conference 2019 in The Hague we talked to Marcia Villalba, Full Stack Editor at Rovio, about the Status Quo of Serverless and why GraphQL fits so perfectly in this concept.
27
May
/
“Serverless is unlikely to completely remove the need for system administrators or operators”
Is serverless eating the world? Or at least some containers? Well, let’s start at the beginning. We talked to Erwin van Eyk, software engineer at Platform9, about what serverless really is and how it will and already does change the daily work-life of developers and operators. Our expert also gave us some insight on how the scalability features of serverless are reducing the costs of running applications and if they are, from a financial perspective, unbeatable.
6
May
/
Distributed Tracing: Modern Debugging in Times of Serverless
As Serverless is on the rise, the art of debugging and tracing is changing, too, as well as the day to day work life of developers and admins. At the Serverless Architecture Conference 2019 in The Hague we talked to Billie Thompson, cloud-native consultant at Armakuni, about how Serverless is affecting the IT industry and how tracing is done in the times of Serverless.
30
Apr
/
Thoughts following the Serverless Architecture Conference
The recent Serverless Architecture Conference in The Hague, Netherlands brought together developers and DevOps engineers from across Europe. And if any topic was guaranteed to ignite a heated debate among participants it was Knative vs. Serverless.
8
Apr
/
Serverless workloads on Kubernetes with Knative
Serverless is a buzzword that everybody seems to be talking about nowadays. You may like the term or not, but the important thing here is what it describes. In a nutshell, Serverless means the application's scale is constantly adapted to ensure that you always have the exact amount of resources you currently need available. In case of doubt, this may even mean: none at all! For you as a user, this means that you always pay only for the capacity you need to provide a response to the queries to your application. If there are no users or requests, you pay nothing at all.
11
Jan
What exactly is Knative? an introduction with Evan Anderson from Google
What are the benefits of serverless computing? What exactly is Knative and what features are still in development? In our interview with Evan Anderson, Senior Staff Software Engineer at Google, he gives an introduction to the new shiny serverless tooling based on Kubernetes. He also talks about the benefits and the downsides of serverless computing and why it is such a big topic at the moment.
11
Dec
/
Highly optimized APIs: Integrating GraphQL in serverless architecture
With three years on the market, GraphQL is a sophisticated and established alternative to REST. It should be taken into consideration when creating or further developing an API. Various applications such as Facebook, Instagram, and XING already successfully use this REST alternative. This is enough reason to give an insight into how GraphQL can be integrated into modern serverless architectures with little effort.
In the interaction between GraphQL and AWS Lambda, a highly scalable implementation is presented that can be adapted to different architectures and frameworks.