Organised by Nimbella and promoted by several members of the Apache OpenWhisk community, FaaS Wars is a programming competition that allows participants to learn how to use 'serverless' in a fun way. Competitors strive against each other for cash … Read more
Serverless
Speeding up innovation with Arun Gupta
Arun Gupta is a Principal Technologist at Amazon Web Services. He is responsible for the Cloud Native Computing Foundation (CNCF) strategy within AWS and participates at CNCF Board and technical meetings actively. He works with different teams at … Read more
Cloud-native, Containers-based development: Quarkus revamps Java
Explore Cloud Native ComputingOn March 3 2020, IBM held a conference to give developers insights into key technologies required to rapidly build secure applications that can be managed and optimized across multiple cloud providers.If you missed it, … Read more
CI/CD Automation for Fn Project with Oracle FaaS and Developer Cloud Service
This article written by Shay Shmeltzer, Director of Product Management at Oracle, was originally published on Oracle Developers Portal. By this time you will probably have seen multiple blogs about the Fn Project - an open-source, … Read more
Azure functions & Azure Durable functions
In the Serverless world, Azure Functions are a complete solution to create a small piece of code that runs without worrying about preparing a whole infrastructure to host it. In this article, we will talk about Microsoft Azure Functions and Microsoft … Read more
System Administrator’s DOs and DON’Ts: interview with Kenneth Hess
It is quite clear that the most important skill for a System Administrator to have is problem solving. As a result, it can be a very stressful job, especially when there is little time to analyse the problem and find a solution. A lot depends on this … Read more
When Lambdas take control: The service of serverless
The serverless paradigm is an emerging software developing model. It is very useful in many cases, for both brand-new instances such as IoT development and as integration to existing architectures without touching the old code. It is offered by all … Read more
Config management and cost optimisation for serverless computing
Serverless computing is growing in popularity. In a serverless setup, you no longer run your own virtual servers. Instead, you compose your application using services such as databases and compute. The result is a more streamlined and reactive … Read more
Your Node.js API in a Serverless world
Hello Matteo, some time ago at one of the RomeJS meetups you talked about Serverless. Can you tell us more about it? In the talk, we aimed at bring an application, mainly JavaScript, onto the Serverless appearance. Serverless is an infrastructure … Read more
Going serverless, the easy way
Serverless is one of the (not so) new buzzword in town and it has been gaining a lot of attention lately. Cloud vendors are pushing this technology as much as they can, presenting it as the ultimate way to easily implement complex applications … Read more
Serverless Microservices
Hello Ivano, at one of the #AperiTech meetups you talked about Serverless Microservices. Why did you choose this topic? I chose to give this talk because one is a cloud technology, one is a pattern. I believe that the union of these two things has … Read more