Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Hosted-services / serverless

Serverless

serverless

Great Reads

by Dr. Song Li
AWS step function and CDK and SAM local and miscellaneous subjects
by DataBytzAI
Understand what Amazon AWS Lambda and Azure functions are and how they emerged.
by Daniel_PS
An active directory roles provider
by Adrian_Moore
An introduction to Microsoft's Peer-to-Peer Graphing technology.

Latest Articles

by Dr. Song Li
AWS step function and CDK and SAM local and miscellaneous subjects
by DataBytzAI
Understand what Amazon AWS Lambda and Azure functions are and how they emerged.
by Daniel_PS
An active directory roles provider
by Adrian_Moore
An introduction to Microsoft's Peer-to-Peer Graphing technology.

All Articles

Sort by Score

serverless 

by Val Okafor
In this post, I will cover the fundamentals of Android SQLite from a beginners perspective. In the next post I will provide a similar introduction to Content Provider and in the last part of the series I will show how to use Android SQLite and Content Provider to build a Note taking app.
by Val Okafor
Android SQLite for beginners
by Sander Rossel
Get started with Azure Functions and serverless computing in Azure. We'll see what serverless computing is and how it's implemented in Functions.
by Tom Chantler
If you're hosting your Ghost blog in Azure then you're probably not backing up your database, even if you think you are. I wasn't, but I am now. Here's how.
by Sander Knape
Dynamic Image Generation with AWS API Gateway and Lambda
by harleydk
Going serverless with Internet-of-Things and Azure Functions
by John Atten
How to install and use SQLite on Windows
by BC3Tech
With that in mind, let’s implement our solution from earlier in this series in Azure Functions.
by BC3Tech
The last in the series, a walk through on taking our problem statement and implementing it with the new abstraction from the Azure Functions team, Durable Functions...
by BC3Tech
Serverless approaches are great for quick, simple jobs that need to run periodically - let's explore using Azure Functions for just one such application; to poll the Nuget feed for updates to a package we're interested in.
by BC3Tech
Could we find a way to monitor the nuget feed for updates to a certain package and then send an alert somewhere when one is encountered?
by Afzaal Ahmad Zeeshan
This article primarily focuses on the basics of serverless computing and how they emerged. It also talks about other changes such as NoOps. Finally, a sample Azure Function is shown as an example. This is just the introduction post. In future posts, I will give more explanation for Functions.
by Petru Faurescu
Is there an easy way to succinctly and unambiguously communicate the architecture of a software system? Something that could highlight the requirements, and still be brief?
by Dave Kerr
There are cases where great efforts have been made to adopt microservice patterns without understanding the specifics of the problem at hand...
by Wessel Beulink
Azure Functions, Microsoft’s serverless compute service, lets you run event-driven code without having to manage the infrastructure.
by BC3Tech
While it would be high near impossible to DDoS a solution running on a serverless platform (scaling would just continue to handle all the requests it needed to), somebody still has to pay for the execution.