Tag: Serverless
-
Serverless deployments with Knative
Posted on June 25, 2021, Level intermediate Resource Length medium
Knative is a Kubernetes based tool to deploy and manage serverless workloads and this guide will look at the way how to use it. By Anaïs Urlichs, site reliability engineer.
Tags serverless kubernetes containers app-development containers devops
-
Introducing PHP on Cloud Functions
Posted on May 4, 2021, Level beginner Resource Length medium
Google is bringing support for PHP, a popular general-purpose programming language, to Cloud Functions. With the Functions Framework for PHP, you can write idiomatic PHP functions to build business-critical applications and integration layers. By Brent Shaffer and Vinod Ramachandran @googlecloud.
Tags app-development cloud php google serverless
-
The state of serverless computing 2021
Posted on March 21, 2021, Level beginner Resource Length medium
Serverless computing is at the precipice of enterprise shift towards containers and microservices. 2021 presents some exciting opportunities to finally board the ship. By Tauseef Khan.
Tags serverless web-development app-development devops cio
-
How to containerize a local DynamoDb
Posted on March 15, 2021, Level intermediate Resource Length medium
This is going to be a very quick tutorial. I am going to show you how you can use Docker to spin up a DynamoDb. By Phillip Ninan.
Tags serverless nosql docker devops aws
-
DynamoDB checklist
Posted on March 14, 2021, Level intermediate Resource Length medium
DynamoDB is the leading serverless database in the AWS suite of offerings. It provides an easy to configure, high-performance, NoSQL database with low operational overhead and almost endless scalability. By SenseDeep.
Tags serverless nosql miscellaneous database aws
-
How to choose a cloud serverless platform
Posted on March 13, 2021, Level beginner Resource Length long
From AWS Lambda and Azure Functions to Knative and OpenFaaS, we have at least a dozen functions-as-a-service platforms to choose from. Here's how to navigate the options. By Martin Heller.
Tags serverless cloud cio management
-
How to Create REST API with Azure Functions and Serverless Framework
Posted on March 9, 2021, Level intermediate Resource Length short
With the recent updates to the serverless-azure-functions plugin, it is now easier than ever to create, deploy and maintain a real-world REST API running on Azure Functions. This post will walk you through the first few steps of doing that. By Tanner Barlow.
Tags apis azure app-development open-source web-development serverless
-
How to build a serverless real-time credit card fraud detection solution
Posted on March 7, 2021, Level intermediate Resource Length medium
As businesses continue to shift toward online credit card payments, there is a rising need to have an effective fraud detection solution capable of real-time, actionable alerts. By Polong Lin and Pavan Kattamuri.
Tags serverless gcp infosec cloud
-
Operating Lambda: Application design
Posted on February 22, 2021, Level intermediate Resource Length medium
In the Operating Lambda series, I cover important topics for developers, architects, and systems administrators who are managing AWS Lambda-based applications. This three-part series discusses application design for Lambda-based applications. By James Beswick.
Tags distributed software-architecture cloud serverless
-
10 reasons to try no-code apps for your mobile workforce
Posted on January 5, 2021, Level beginner Resource Length short
Whatever your 2021 business goals are, adopting no-code apps can bring you one step closer (many steps closer, if we're being honest) to reaching them — especially if you're managing a mobile workforce. By Sam Puckett.
Tags cio app-development serverless web-development learning miscellaneous
-
How to optimize large scale serverless applications for operational excellence
Posted on December 25, 2020, Level intermediate Resource Length long
Managing applications at scale often comes up as one of the biggest concerns for businesses; How can it work smoothly? How do we monitor so many resources? By Taavi Rehemägi.
Tags serverless programming devops cicd performance
-
Build a serverless app using Go and Azure functions
Posted on December 19, 2020, Level intermediate Resource Length medium
Webhook backend is a popular use case for FaaS (Functions-as-a-service) platforms. Using a serverless function, it's quite convenient to encapsulate the webhook functionality and expose it in the form of an HTTP endpoint. By Abhishek Gupta.
Tags microservices serverless azure app-development golang