alexkates.dev

alexkates.dev

Follow
Follow
homeAboutBunAWS CDKHashnode TipsResumeBuy Me a Coffeebadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Upgrade Your Vercel Hosted Astro App to Bun 1.0

Sep 12, 20234 min read362 views

Vercel rolled out native support for Bun 1.0 just 72 hours after its launch. That's the kind of speed that got me excited to switch my new Astro...

Upgrade Your Vercel Hosted Astro App to Bun 1.0

Server-Side Rendering (SSR) with Bun and React

Sep 9, 20238 min read5.7K views

The much-awaited JavaScript Swiss Army knife, Bun, has finally released its 1.0 version, and it's a game-changer. If you're new to the scene, Bun...

Server-Side Rendering (SSR) with Bun and React

Yes, You Should Use TypeScript

Sep 7, 20233 min read1.4K views

Why you should always pick TypeScript over JavaScript in 2023 · The developer community has been set abuzz by DHH's recent Twitter announcement: Turbo 8...

Yes, You Should Use TypeScript

How to Trigger an AWS Lambda Function From an SQS Message

Jan 27, 20223 min read844 views

Use the AWS CDK and JavaScript to build an SQS queue that triggers a Lambda function when messages are enqueued. · In this post, we are going to use the...

How to Trigger an AWS Lambda Function From an SQS Message

How to Trigger an AWS Lambda Function from a DynamoDB Stream Event

Jan 15, 20223 min read495 views

Use the AWS CDK and JavaScript to build a DynamoDB table that triggers a Lambda function when data changes. · In this post, we are going to use the AWS...

How to Trigger an AWS Lambda Function from a DynamoDB Stream Event