
Stop Using Lambda for ML at This Scale (Benchmark + Cost Analysis)
As a CTO, your job during a Proof of Concept (POC) is deceptively simple: don’t over-engineer, and...
Browse the latest writing surfaced through DevArt.

As a CTO, your job during a Proof of Concept (POC) is deceptively simple: don’t over-engineer, and...

DynamoDB Global Tables replicate data across regions in seconds, but replication is still...

If you Google or chat with any of the LLMs about “DynamoDB vs DocumentDB”, most answers are...

Handling Personally Identifiable Information (or PII for short) in AWS Lambda-backed systems is not...

Building a simple social platform where users can post about anything seems simple at first glance,...

If you ever worked with AWS Lambda, you know about one of their main weak points — cold starts. It’s...

Providing private content securely and swiftly is a very common challenge for any application which...

In many backend systems, user data is fetched on almost every request. A common assumption is that...

In the previous post, I focused on how to build a Retrieval-Augmented Generation (RAG) pipeline on...

You've just been tasked with building a document Q&A system, where the users are able to upload...

During the end of 2025, I wanted to end the year strong with learning and developing a project with a...

Deploying a new Lambda code to your AWS environment shouldn’t be stressful at all, but for some...

I've been building on AWS for multiple years now, and one of the most repetitive parts I found was...

Introduction Managing the data on a real estate platform at scale can be a very...

Imagine that you are the lead developer on a project and you are deploying the latest features and...

EventSpark is the event management platform we’ve done a few months ago, which was only done locally...

The Problem: AWS Bill Shock is Real Picture this: You spin up a few EC2 instances for a...

Most ML models die in notebooks. I built one that retrains itself, scales to hundreds of users, and...

If you are an aspiring Data Scientist, ML engineer or a DevOps engineer looking to expand your...

In this blog post, we are going over the project which is called “EventSpark” - a serverless event...