Does AWS Have a Dirty Little Secret?
| |

Does AWS Have a Dirty Little Secret?

I was recently talking with a colleague of mine about where AWS is today. Obviously, these companies are migrating to EC2 & the cloud rapidly. The growth rates are staggering. The question was… “What’s good and bad with Amazon today?” It’s an interesting question. I think there are some dirty little secrets here, but also…

Does Amazon Eat Its Own Dog Food (Ahem…) Or Drink Its Own Champagne?

Does Amazon Eat Its Own Dog Food (Ahem…) Or Drink Its Own Champagne?

I was flipping through the AWS Reddit channel and found this excellent presentation from RE: Invent by Laura Grit. She’s in charge of Amazon Retail and worked very closely with teams on migrating to AWS. She goes in-depth on what that cost in terms of development, what it saved in terms of unused capacity, and surprisingly operational…

5 Great Things About Markus Winand’s Book: SQL Performance Explained

In the realm of database management and development, optimizing SQL performance is a perennial challenge. If you’re looking to up your SQL performance tuning game, Markus Winand’s book “SQL Performance Explained” is a must-have in your arsenal. It’s become the go-to resource for understanding and mastering all things SQL performance. Let’s explore the five great…

5 Tips for Better Database Change Management

5 Tips for Better Database Change Management

Deploying new code that includes changes to your database schema doesn’t have to be a process fraught with stress and burned fingers. For better database change management, you need to be a little bit tricky. You can make it more efficient by deploying roll forward and rollback scripts, performing backups, reviewing tests, and much more….