Super simple start to Firebase functions
A beginner's guide to setting up and deploying your first Firebase Cloud Function, covering initial project configuration and dependencies.
A beginner's guide to setting up and deploying your first Firebase Cloud Function, covering initial project configuration and dependencies.
A beginner's guide to setting up and using Netlify Functions for serverless backend tasks, like handling a contact form.
A tutorial on deploying a Laravel application to Vercel's serverless platform for free, including configuration steps.
A technical comparison of Amazon Timestream and DynamoDB for handling timeseries data, based on real-world application testing.
A machine learning engineer shares his 7-week journey and study plan to pass the AWS Certified Solutions Architect - Associate exam.
Learn to build a serverless API for validating email workflows using AWS SES, API Gateway, and DynamoDB to create unlimited test inboxes.
Explains how to implement custom admission webhooks in Azure Kubernetes Service using Azure Functions for dynamic resource control.
A retrospective on the first virtual Serverless Days ANZ 2020 conference, covering event planning, speaker submissions, and key highlights.
A tutorial on deploying a Django application to Azure App Service, Microsoft's serverless platform, to eliminate server management.
A developer details building a custom, serverless search engine for a static blog using Java, Apache Lucene, Quarkus, and AWS Lambda.
A developer details building a custom, serverless search engine for a static blog using Java, Apache Lucene, Quarkus, and AWS Lambda.
A tutorial on building a scalable, low-latency custom URL shortener service using Azure Functions and Cosmos DB.
A tutorial on building a serverless REST API using Swift, AWS Lambda, and DynamoDB, covering setup, dependencies, and deployment.
A technical guide on building a virtual event platform using Microsoft Azure services like App Service and Azure AD B2C, focusing on SaaS solutions and pay-as-you-go pricing.
Learn how to test AWS CDK Lambda functions locally using AWS SAM, avoiding frequent cloud deployments for faster development.
A guide to selecting and optimizing AWS Compute Savings Plans for serverless workloads like Lambda and Fargate to reduce costs.
A tutorial on deploying a BERT question-answering model in a serverless environment using HuggingFace Transformers and AWS Lambda.
Explores if large Node.js module dependencies impact performance in regular apps vs. Serverless functions, based on community insights.
A tutorial on integrating Azure Key Vault with Azure Functions using PowerShell, covering setup, configuration, and credential management.
Explores a predictive strategy to eliminate cold starts in serverless functions by pre-warming instances based on invocation patterns.