Browsing Tag
serverless
80 posts
Simple Leave Management with AWS Lambda Durable Functions
Intro In AWS re:Invent 2025, Lambda introduced Durable Functions with a great set of features. One of the…
When serving images from S3 stopped being good enough
I published my first blog post 7 years ago. I wrote on Medium for about a year before…
Context Mesh Lite: Hybrid Vector Search + SQL Search + Graph Search Fused (for Super Accurate RAG)
I spent WAYYY too long trying to build a more accurate RAG retrieval system. With Context Mesh Lite,…
Stateful Serverless – Cloud Functions without Amnesia
In our previous post, we explored how Horda entities work like Flutter’s stateful widgets, but on the backend.…
New Features for Better State Control in WebForms Core 2
As you know, version 2 of WebForms Core technology will be released by Elanat soon. In the past…
Preventing Breaking Changes in Event-Driven Systems with Contracts and Validation
Event-driven systems are powerful, but they can also be fragile. A small schema change in one service can…
The Future of Backend: How Serverless and Edge Functions Are Changing the Game
1. What is Serverless Computing? Definition: Serverless doesn’t mean “no servers” — it means developers don’t manage them.…
Exploring Azure Functions for Synthetic Monitoring with Playwright: A Complete Guide – Part 4
Azure Functions Deployment Deploy your Synthetic Monitoring solution to Azure in 4 simple phases. Phase 1: Create Azure…
Terraform CDK + Go: Building a Complete Serverless API Project (Part 1)
🚀 Infrastructure as Code in action! If you already use Terraform but want the power of programming languages…
Cold Starts in Serverless: The Silent Performance Killer
Imagine this: Your user clicks a button expecting an instant response… but instead, they wait. Just a few…