Sandboxing JavaScript Code
Explores JavaScript sandboxing for secure code execution, inspired by Val Town and discussing solutions like vm2, Deno, and V8 Isolates.
Explores JavaScript sandboxing for secure code execution, inspired by Val Town and discussing solutions like vm2, Deno, and V8 Isolates.
Explores cost optimization for Azure App Service using high-density hosting and per-app scaling to manage multiple apps on a single plan.
A technical guide on implementing serverless ad blocking using Cloudflare Gateway and Terraform, mimicking Pi-hole functionality.
A list of the top 10 AWS blog posts from 2022 on front-end web and mobile app development, focusing on GraphQL, real-time APIs, and serverless architecture.
A tutorial on deploying a Hugging Face Gradio machine learning app for sentiment analysis to AWS Lambda using a serverless architecture.
A software engineer explains their decision to join Decodable, a startup building a serverless real-time data platform, focusing on stream processing.
A software engineer explains their decision to join Decodable, a startup building a serverless real-time data platform, focusing on stream processing.
A tutorial on creating a simple URL shortener using Cloudflare Workers and KV storage in just 12 lines of JavaScript code.
A developer migrates from AWS SES to Cloudflare Email Routing for a simpler, serverless email handling setup for their domains.
Analyzes potential AWS cost savings from migrating a backend from NodeJS to Golang, focusing on compute services like EC2, Fargate, and Lambda.
Azure Functions support for PowerShell 7.0 ends Dec 2022. Learn how to find and upgrade affected functions to PowerShell 7.2.
A tutorial on building and deploying a serverless Go web service using Azure Functions custom handlers, with automated CI/CD via GitHub Actions.
Explains the internal event processing and execution flow when running an activity function within an Azure Durable Functions orchestration.
Workshop on building a React web app with GraphQL and machine learning on AWS, part of AWS Solutions Day in NYC.
Guide to configuring auto-scaling for AWS Lambda Provisioned Concurrency using AWS CDK, covering setup and custom metrics.
A technical deep dive into the design philosophy and implementation of Google Kubernetes Engine (GKE) Autopilot, a nodeless managed Kubernetes platform.
A developer's technical evaluation of Firebase and AWS Amplify for building a wedding website with custom domain, auth, and email features.
A technical guide on creating a simple API stub for testing using AWS API Gateway, Lambda, and S3 to serve static JSON data.
A technical guide on deploying a Django application using serverless containers on Google Cloud Run, covering concepts and a step-by-step deployment process.
Explores the internal mechanics of starting an orchestration in Azure Durable Functions, focusing on message queuing and client initialization.