» Tag
serverless
17 postsServerless open-source map indexes 78,000+ Indian villages
An open-source serverless map indexing 78,000+ Indian villages with live market prices, soil data, and government schemes—zero server cost.
Telegram Serverless: Run Bot Backends Without Servers
Telegram Serverless runs bot and Mini App backend code in an isolated V8 sandbox with no infrastructure, using a CLI for deploys and database migrations.
Five ways your LLM cost tracking is lying to you
Five silent failure modes in LLM cost metering — streaming, prompt caching, serverless flush, cancelled streams, and stale pricing tables.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comSamsung Moves to Real-Time Pricing with AWS Lambda Streaming
Samsung eliminated hour-long price desync caused by legacy caching using AWS Lambda Response Streaming and CloudFront. A look at the architecture and engineering rationale.
Cloudflare Workers Cache: Layered Caching Built-in Before the Worker
Cloudflare announced Workers Cache, a tiered caching feature enabled with a single line of Wrangler configuration for Workers, reducing server-side rendering costs.
How to Build a Fully Automated AI Blog with AWS CDK
Explore the process of building a fully automated AI blog using AWS CDK, Bedrock, and Step Functions.
A Self-Updating Open-Data Site with Zero Servers
Village Finder delivers open data for Indian villages using a serverless architecture.
Real-Time AI Telemetry Streaming with Genkit and Angular Signals
How to stream multi-step Firebase Genkit AI pipeline progress straight into Angular Signals without database writes, replacing generic loading spinners with live status UI.
Building a Serverless AI Assistant at Pelago: From Concept to Care in Two Weeks
Pelago created a serverless AI assistant in two weeks using AWS, innovating patient care management.
Realtime Updates Without a WebSocket Service
Discover how to achieve real-time updates using Postgres LISTEN/NOTIFY without a WebSocket service. Learn more here.