devops

Scan vs Query in DynamoDB: Stop Wasting Read Capacity Units

Let’s talk about one of the most common (and costly) mistakes I see in serverless applications using Amazon DynamoDB: overusing `Scan` when a `Query` would do the job better — faster, cheaper, and more predictably.

Alan Blockley

Let’s talk about one of the most common (and costly) mistakes I see in serverless applications using Amazon DynamoDB: overusing Scan when a Query would do the job better — faster, cheaper, and more predictably.

“The ‘scan is easier and we don’t need indexes’ anti pattern

Image

“It Works on My Machine”: SDLC Best Practices for the Real World

This post is for anyone who’s spun up something new, got it working locally, and hit a wall when it came time to deploy. Let’s talk about why best practices still matter—especially when you’re building on AWS.

Alan Blockley

You’ve probably seen it everywhere—developers jumping head-first into the latest programming trend, riding the hype wave of vibe coding, or switching to a new language that’s suddenly hot again. And honestly, there’s nothing wrong with that. Innovation is what keeps our industry fun. But in all that excitement, it’s easy to forget the foundation: solid, repeatable software development practices.

Image