Development
TypeScript
How to Fix Undefined Environment Variable (ENV) Type Issues in TypeScript
Learn how to correctly type and add auto-complete functionality to your Environment Variables in your TypeSript projects via one simple file!
Read More
Content
Here are all my latest blog posts; web development, tech, productivity, content creation, and more...
Development
TypeScript
Learn how to correctly type and add auto-complete functionality to your Environment Variables in your TypeSript projects via one simple file!
Read More
AWS
DynamoDB
Learn how to accurately and easily type data retrieved from a DynamoDB table via the AWS SDK using TypeScript and how to avoid using any types!
Read More
AWS
Lambda
API Gateway
DynamoDB
SES
Learn how to build a REST API to handle contact form submissions using AWS SES, Lambda, and API Gateway via the AWS CDK. And, how to test it using Postman.
Read More
AWS
Lambda
EventBridge
TypeScript
Learn how pre-warming Lambda functions using EventBridge rules can drastically reduce latency and improve performance and if they're right for you.
Read More
AWS
DynamoDB
AppSync
Discover how to effortlessly create, deploy, and test a powerful GraphQL API with AWS AppSync, DynamoDB, and the AWS CDK.
Read More
AWS
Lambda
API Gateway
DynamoDB
Learn how to build a REST API with API key authentication using AWS API Gateway, DynamoDB, Lambda, and the AWS CDK as well as how to test it with Postman.
Read More
AWS
CloudWatch
SNS
Learn how to create custom AWS CloudWatch alarms to notify you using AWS SNS when target phrases or errors appear in your CloudWatch logs.
Read More
AWS
Lambda
Route 53
Learn how to automate Route 53 Hosted Zone DNS record updates with Lambda Functions and the AWS SDK. Save time and money in a few quick steps!
Read More
AWS
Learn to use environment variables in AWS CDK stacks to store sensitive data and user-specific settings and make them easily consumable inside any stack!
Read More
AWS
TypeScript
Lambda
Route 53
There are many ways you can invoke an AWS Lambda function but in this post, we're going to look at how we can invoke one with a DNS request to a Route 53 hosted zone!
Read More
AWS
EventBridge
Lambda
Learn how to create recurring and one-off schedules using the AWS EventBridge Scheduler using the AWS CDK and TypeScript.
Read More
EventBridge
AWS
Lambda
Learn how to automate recurring Lambda functions using cron expressions and EventBridge rules with the AWS CDK and TypeScript.
Read More
AWS
GitHub
To ensure security and maintain consistency while deploying AWS CDK stacks, it's best to deploy them using a CI environment like GitHub Actions. Learn how to configure GitHub Actions for deploying CDK stacks in this tutorial.
Read More
Lambda
AWS
TypeScript
Learn how to maximize AWS Lambda performance with Layers in AWS CDK using TypeScript. Improve deployment time and shrink deployment size.
Read More
DynamoDB
AWS
TypeScript
Lambda
AWS DynamoDB places size constraints on us to ensure the platform remains fast. We can use compression to store our attribute values to meet these constraints as well as save money!
Read More
Development
JavaScript
TypeScript
As I’ve been asked by a few people how I structure my projects, I wanted to take a moment to put together a quick blog post covering the tooling I use.
Read More
AWS
DynamoDB
Learn how to master DynamoDB integration testing using Vitest and Docker with this easy, step-by-step guide. Enhance your testing skills today!
Read More
AWS
SES
Set up DKIM/SPF for AWS SES using the AWS CDK to prevent spam and protect your domain! Ensure your emails are trusted and delivered.
Read More