AWS DynamoDB with Indexes & EC2

Single table design has changed the way I approach database backed applications and I will say, how I model data has improved drastically once you start viewing the world through single table eyeballs.

Read more

Making Tailwind Responsive

TailwindCSS is really popular and recently the same team released TailwindUI elements.

Read more

Serverless: Beg Forgiveness Pattern

When you have access to a resource that’s server bound, like a database, the way you think about consuming that resource is tied to performance and storage.

Read more