Maik Wiesmüller's profile' Maik Wiesmüller's profile'

Maik Wiesmüller

Articles
public
AWS

Un‑Escape Hatches in AWS CDK

when working with AWS CDK, you normally use L2/L3 constructs for convenience, defaults, and strong typing. And sometimes you need to dive into L1 (Cfn) constructs. But did you know that you can go the other direction as well?

By Maik Wiesmüller
a day ago
AWS

AWS SDK v3: Putting an Item

AWS SDK v3 is the latest version of the SDK from AWS, offering modularized packages, better performance, and improved developer experience. In this blog post, we'll focus on how to use the AWS SDK for JavaScript v3 to perform a basic operation: putting an item into a DynamoDB table.

By Maik Wiesmüller
7 months ago
public

The Intersection of Agile and Serverless

Adopting AWS Serverless empowers small teams to fully embrace Agile practices by offloading infrastructure management, allowing focus on delivering value. While it requires adapting to event-driven, distributed systems, flexible architectures enable transitions.

By Maik Wiesmüller
10 months ago

Agile Fatigue: A Reality Check

Many organizations have embraced Agile methodologies with the promise of faster delivery, improved quality, and enhanced collaboration. However, this transition has not been without its challenges, leading to "Agile Fatigue."

By Maik Wiesmüller
2 years ago