Deploying a serverless backend using AWS AppSync

Introduction AWS AppSync is a managed service that enables developers to build and deploy scalable GraphQL APIs quickly. With AppSync, you can create APIs that run on AWS Lambda, AWS DynamoDB, and other AWS services. AppSync also comes with built-in features like offline capabilities, real-time data synchronization, and data transformation. Continue Reading

Using AWS Lambda to run code without managing servers

Introduction AWS Lambda is a compute service that lets you run your code without provisioning or managing servers. It is a serverless architecture that executes your code only when needed and scales with your usage. Lambda automatically manages compute resources, so you don’t have to worry about server maintenance, capacity Continue Reading

Developing serverless web applications with Azure Spring Cloud

Introduction Azure Spring Cloud is a fully managed service created to help developers build and run microservices-based applications with less operational overhead. The service is built on top of the Spring Boot framework, which makes it easy to develop Spring-based cloud-native applications. The platform makes it possible for organizations to Continue Reading

Building serverless applications with AWS Lambda

Serverless computing has changed the way developers approach application development and infrastructure management. AWS Lambda is a popular serverless computing platform that allows you to run your code without worrying about managing servers or infrastructure. In this tutorial, we will walk you through the process of building serverless applications with Continue Reading

Working with Azure Functions

Introduction to Azure Functions In today’s cloud-native world, serverless computing has gained significant popularity for its ability to simplify the development and deployment of applications. Azure Functions, a serverless compute service provided by Microsoft Azure, allows developers to write and execute code in response to various events without worrying about Continue Reading

Building a scalable web app with Azure Functions and SignalR

Azure Functions and SignalR are two powerful tools that can be used together to create a scalable web app. Azure Functions is a serverless compute service that allows you to run your code on-demand, without the need to provision or manage virtual machines. SignalR is a real-time communication framework that Continue Reading

Building a serverless web app with Azure Static Web Apps

Serverless computing is a rapidly growing type of cloud computing that allows developers to build scalable and cost-effective applications without worrying about the underlying infrastructure. Azure Static Web Apps is a serverless solution that provides an easy way to deploy and host static web apps using Azure services. In this Continue Reading

Building serverless web applications using Amazon API Gateway

Have you ever wondered if there was an easier way to build web applications without having to worry about setting up and maintaining servers? Look no further than serverless web applications using Amazon API Gateway. In this tutorial, we will show you how to create a serverless web application using Continue Reading