Click here to Skip to main content
15,879,474 members
Everything / Hosted Services / Serverless

Serverless

serverless

Great Reads

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 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 darkoman
C# implementation of the serverless OLAP engine
by Tibor Blazko
Connecting Functions with other web services

Latest Articles

by Wessel Beulink
Azure Functions, Microsoft’s serverless compute service, lets you run event-driven code without having to manage the infrastructure.
by Evgenii Zaiats
Create a simple but scalable Telegram bot using AWS Lambda and the python-telegram-bot library
by Dr. Song Li
AWS step function and CDK and SAM local and miscellaneous subjects
by egoebelbecker
Create an AWS Lambda in five minutes

All Articles

Sort by Score

Serverless 

12 Jan 2018 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...
24 Jan 2017 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?
24 Aug 2018 by darkoman
C# implementation of the serverless OLAP engine
15 Jul 2017 by Tibor Blazko
Connecting Functions with other web services
29 Aug 2018 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.
5 Apr 2015 by Chris Jorna
Communication library files - UDP broadcast
16 Sep 2016 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.
11 Jun 2018 by Tibor Blazko
Simple cloud Functions written by desktop programmer
17 Jul 2017 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?
19 Apr 2018 by Sudip Bhakta
How to create AWS Serverless API (API Gateway + Lambda Function) in .NET Core, C# using AWS SDK for Visual Studio
13 Jun 2018 by Tom Ling
Creating a serverless REST API with Cosmos DB on Azure
30 Mar 2018 by Duncan Edwards Jones
How to trigger an Azure serverless function from an event grid custom topic
13 Nov 2018 by DataBytzAI
A walk through the Hybrid Cloud Computing offered by Azure Stack
1 Jan 2019 by Sibeesh Passion
How we can show the real-time data from our IoT device in an Angular application using Azure SignalR service and Azure Functions
15 Jun 2023 by Dr. Song Li
AWS step function and CDK and SAM local and miscellaneous subjects
21 Feb 2017 by Sander Knape
Dynamic Image Generation with AWS API Gateway and Lambda
26 Oct 2017 by Chris_Riley
WCH will save us from integrating an open source NLP library manually (where we would have to become domain experts), which reduces the risk of integrating intelligence into our application, and the amount of time.
6 Nov 2017 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.
15 Dec 2017 by Twain Taylor
To understand just how important a built-in monitoring solution is, let’s look at what changes when you move to the cloud, and why built-in monitoring is essential to run applications reliably in the cloud.
29 Apr 2018 by harleydk
Going serverless with Internet-of-Things and Azure Functions
31 May 2018 by BC3Tech
With that in mind, let’s implement our solution from earlier in this series in Azure Functions.
1 Jun 2018 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...
6 Jan 2024 by Wessel Beulink
Azure Functions, Microsoft’s serverless compute service, lets you run event-driven code without having to manage the infrastructure.
17 Jul 2017 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.
29 May 2018 by BC3Tech
Example using Microsoft Flow to perform data validation
28 May 2022 by Member 15653625
I have generated ssl for github enterprice server using this What I have tried: https://www.baeldung.com/openssl-self-signed-cert[
2 Oct 2022 by egoebelbecker
Create an AWS Lambda in five minutes
7 Dec 2016 by DataBytzAI
Understand what Amazon AWS Lambda and Azure functions are and how they emerged.
20 Nov 2015 by Lộc Nguyễn
With a DEMO WPF application (WinNotif)
9 Dec 2017 by Sacha Barber
Small demo of using Azure Functions and Azure EventGrid together
9 Aug 2016 by Kel_
Presents a serverless real-time HTML5 chat application using emitter.io, vuejs and bootstrap.
3 Dec 2016 by Kel_
Visualizing a stream of tweets using Emitter Publish/Subscribe in real-time. Deploying .NET Core on Linux with Docker.
9 Dec 2014 by John Atten
How to install and use SQLite on Windows
14 Jul 2023 by Evgenii Zaiats
Create a simple but scalable Telegram bot using AWS Lambda and the python-telegram-bot library
15 Oct 2018 by BC3Tech
As of this writing, I manage 29 packages on Chocolatey.org. One thing it's imperative package authors do, though, is keep their packages up to date as new versions of the software they're wrapping get released. Without this, packages simply atrophy and the value of Chocolatey goes down.
27 Oct 2005 by Adrian_Moore
Introduction to Peer Name Resolution and Microsoft's Peer-to-Peer technology.
13 Sep 2014 by Grasshopper.iics
Learn easy data management, SqlLite database, XML Web services, File Database in Android with a Real time App
20 Nov 2015 by Val Okafor
Android SQLite for beginners
9 Nov 2005 by Adrian_Moore
An introduction to Microsoft's Peer-to-Peer Graphing technology.
8 Feb 2006 by Adrian_Moore
Understanding Peer Group Identities and Microsoft's Peer-to-Peer technology.
17 Sep 2015 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.
3 Jul 2014 by Dominic Burford
Using Sqlite in a Xamarin.Android application developed using Visual Studio
27 Sep 2021 by Vedran Cindric
An honest review of the migration process to a serverless architecture using Laravel, AWS and Laravel Vapor
1 Jul 2017 by Tibor Blazko
Sending and receiving emails in cloud Functions
11 Nov 2007 by roland rodriguez
Using the WCF netPeerTcp binding to chat without a central server.
24 Jan 2006 by Adrian_Moore
Importing and exporting a Peer Graph database using Microsoft's Peer-to-Peer technology.
7 Feb 2017 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.
3 Oct 2008 by Daniel_PS
An active directory roles provider
29 Dec 2005 by Adrian_Moore
Publishing shared data in a Peer Graph using Microsoft's Peer-to-Peer technology
16 Oct 2018 by Afzaal Ahmad Zeeshan
In this article, we lay the foundation of the concepts needed to understand Docker engine.
12 Dec 2005 by Adrian_Moore
Exchanging private data in a peer graph using Microsoft's Peer-to-Peer technology.
18 Apr 2006 by Adrian_Moore
An introduction to Microsoft's Peer-to-Peer Collaboration technology in Windows Vista.
6 Jan 2006 by Adrian_Moore
Associating attribute meta-data in a Peer Graph using Microsoft's Peer-to-Peer technology.
16 Jan 2006 by Adrian_Moore
Expression conversion to XML search criteria for a Peer Graph, using Microsoft's Peer-to-Peer technology.
9 Feb 2006 by Adrian_Moore
Creating, opening and deleting Peer Groups using Microsoft's Peer-to-Peer technology.
29 May 2018 by BC3Tech
A quick walkthrough on creating an Alexa Skill backed by Azure Functions
6 Jan 2006 by Adrian_Moore
Searching record meta-data in a Peer Graph using Microsoft's Peer-to-Peer technology.
17 Aug 2007 by ThomasMiller
Descripe the SQL Server 2000/2005 interaction with Active Directory on Windows 2000 or 2003 server