LAMBDA
AWS
TYPESCRIPT
Maximizing Your AWS Lambda Function's Potential with Layers and the AWS CDK
Learn how to maximize AWS Lambda performance with Layers in AWS CDK using TypeScript. Improve deployment time and shrink deployment size.
Read More...
Here are all my latest blog posts. I often write about Web Development, AWS, Serverless and 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...
LAMBDA
AWS
EVENTBRIDGE
It’s a quite common to need to trigger a lambda function from another lambda and there's many ways to do it. But, today we'll explore how to do it with an AWS EventBridge event bus.
Read More...
NEXTJS
AWS
TYPESCRIPT
SES
IAM
It's pretty common to have a contact form on your website but building them can be a pain. So, let's explore how to easily build one using Next.js and AWS!
Read More...
DEVELOPMENT
JAVASCRIPT
REACTJS
TAILWINDCSS
Whether it's adding code tags to titles or something else, wrapping strings in HTML tags can be a helpful tool. Here's how to do it in ReactJS with Regex.
Read More...
DEVELOPMENT
JAVASCRIPT
NPM
GITHUB
Publishing and maintaining NPM packages can involve manual administrative tasks but it doesn't need to. semantic-release can automate it for us, here's how.
Read More...
DEVELOPMENT
TYPESCRIPT
NEXTJS
JAVASCRIPT
Here's how to build a dark/light theme toggle in Next.js using TailwindCSS and the next-themes npm package to make it load and transition flicker-free.
Read More...
If you want to design better websites then you need to stop designing at a page level and start thinking about components. Here's 3 reasons why.
Read More...
Building a Twitter audience is a great way to grow your business. So, here are 6 Twitter analytics terms you need to know and how to measure them.
Read More...