Browsing Tag
serverless
86 posts
Event-Driven Ransomware Detection with ONTAP ARP + Datadog
TL;DR ONTAP’s Autonomous Ransomware Protection (ARP) detects encryption patterns at the storage layer. When ARP fires, an EMS…
Azure Functions para developers que nunca usaron serverless
Si alguna vez escuchaste “serverless” y pensaste que era solo marketing, entendible. El nombre confunde porque los servidores…
Supabase Scheduled Functions Monitoring: How to Catch Missed Runs Before They Break Production
Supabase scheduled functions monitoring matters because scheduled backend work can fail quietly while your app still looks completely…
This is Cloud Run: Configuration
This is Part 3 of the “This is Cloud Run” series. In Part 1, we covered what Cloud…
This is Cloud Run: Nine Ways to Deploy (and When to Use Each)
This is Part 2 of the “This is Cloud Run” series. In Part 1, we covered what Cloud…
This is Cloud Run: A Decision Guide for Developers
I like to throw spaghetti at the wall and see if it sticks. Some of my best projects started…
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.…