Primitive Services as A Design Tenet
AFT vs My Team
Scoping Is Hard
Product Roadmaps: Corporate Opium or Value-Multipliers?
Product roadmaps – a controversial topic that sparks debates within product teams. Are they an exercise in futility that lulls teams into a false sense of certainty? Or are they vital artifacts that keep product development aligned and purposeful? Let’s…
Forget about Glue Crawlers… all hail Projected Partitions!
If you’re working with large datasets in data lakes on AWS, you’ve likely come across the AWS Glue service. Glue is a serverless ETL tool that helps you extract, transform, and load data for analytics. A common use case is…
Creating your WordPress site using AWS LightSail
AWS Lightsail is a great option for easily setting up a WordPress site in the cloud. Lightsail provides pre-configured computing instances and managed services to help get your WordPress environment up and running quickly. Here’s a step-by-step guide on launching…
DynamoDB to S3 using Kinesis and Firehose: a step by step guide
Moving data between different AWS services like DynamoDB and S3 can be challenging, especially when dealing with large amounts of data or real-time data streams. In this guide, we’ll walk through how to build a serverless data pipeline to seamlessly…