Posts
All the articles I've posted.
-
3 Proven Patterns for Reporting with Serverless
Serverless architecture has given developers, architects, and business problem solvers new capabilities to deliver value to customers. It feels like we are in the age of maturation of serverless in so
-
An Allow List Lambda Function in Rust is 1 Guaranteed Way to Improve CORS
Some time ago I wrote an article about Cross-Origin Resource Sharing with API Gateway that talks about custom allow lists. I wanted to revisit that implementation not because the code doesn't work, bu
-
A Proven and Comprehensive Pattern for Building an API with Rust and Lambda
Rust and Lambda API tutorial walking through a complete CRUD implementation with DynamoDB, Cargo workspaces, and CDK for deployment to AWS.
-
4 Inspiring Tips to Think like a Consultant
Consultant mindset tips that elevate your influence by mastering four skills: listening, adding value, working backwards, and making tradeoffs.
-
Embrace that a Career isn't always Measured by Climbing the Technology Ladder
Career growth in technology does not require climbing the corporate ladder, and discovering your why can reshape how you measure true success.
-
People Matter more than Technology when Building Serverless Applications
I've been hitting the gas pretty hard on Rust lately and doubling down on my desire to see more Rust in Serverless. I feel strongly though that balance is important in anything in life. For every peri
-
Blazing Fast Change Data Capture with DynamoDB Streams and Rust
Propagating changes in an event-driven system can be accomplished in many different ways with many different tools. Do I work with transaction logs, put events on an event bus or do something else? Fo
-
My Personal Serverless Rust Developer Experience. It's Better Than You Think
Serverless Rust developer experience guide covers the complete workflow from IDE setup and Cargo Lambda to local debugging and CDK deployments.