Blog

Thoughts on cloud, development, and technology.

astro 1 min

Welcome to local content

A sample local MDX post showing how Astro content collections can live next to imported Dev.to posts.

Mar 21, 2026 0
aws 8 min

Do we need AWS Durable Functions when we have Step Functions?

At re:invent 2025, AWS announced AWS Lambda Durable Functions, which could replace Step Functions and...

Jan 5, 2026 1
serverless 7 min

Why and how to optimize your Lambda

AWS now charges you for the INIT phase, which means you pay for each cold start1. This blog provides...

Jun 18, 2025 8
javascript 5 min

Oh CommonJS! Why are you mESMing with me?! Reasons to ditch CommonJS

It was a normal patching day. I patched and upgraded my npm dependencies without making code changes,...

Jul 12, 2024 2
gcp 3 min

GHosttp

GHosttp is a tiny development server for developing GCP functions. With GHosttp, you can choose...

May 24, 2024 0
development 4 min

Don't (.git)ignore .vscode

Have you ever reviewed a PR that has formatting changes? That could happen because developer...

May 6, 2024 3
aws 3 min

Cloud Tools You Probably Haven't Heard Of

Keeping an eye on your cloud resources becomes increasingly difficult as their number grows. However,...

Mar 31, 2024 2
cloudflare 4 min

Developing your own Chrome Extension - Fetch with a Proxy and Cloudflare Workers (Part 5)

In the last part, we encountered a problem. The content_script cannot skip the CORS and fetch the...

Mar 3, 2024 2
typescript 6 min

Developing your own Chrome Extension - Fixing Errors with ts-morph and using Buns API (Part 4)

Oh geez… Developing a Chrome Extension is hard. If you haven't seen my previous post, please take a...

Mar 3, 2024 2
webdev 8 min

Developing your own Chrome Extension with OpenAI and Langchain (Part 3)

Now, it’s time to parse the external website and add AI. Idea This is the idea of the...

Mar 2, 2024 8
bunjs 7 min

Developing your own Chrome Extension in Bun and Typescript (Part 2)

In the previous part of the series, we learned about the structure of building a Chrome extension. We...

Mar 2, 2024 1
chrome 4 min

Developing your own Chrome Extension - The Theory (Part 1)

Google Extensions are powerful tools that enhance Chromium-based Web browsers' functionality and...

Mar 2, 2024 5
aws 10 min

Building a sophisticated CodePipeline with AWS CDK in a Monorepo Setup

Building a sophisticated CodePipeline on AWS with AWS CDK You got hired as a DevOps...

Jan 14, 2024 3
aws 4 min

Demystifying AWS CDK’s ECS Pattern

Demystifying AWS CDK’s ECS Pattern AWS CDK is my first choice when choosing an IaC for AWS...

Dec 12, 2023 0
devrel 4 min

My thoughts on Eslint dropping formatting rules

Eslint Dropping their Formatting Rules ESLint has been my go-to tool for almost all of my...

Nov 20, 2023 0
hacktoberfest 4 min

My Hacktoberfest

“October, crisp, misty, golden October, when the light is sweet and heavy.” ― Angela Carter, The...

Oct 30, 2023 3
aws 6 min

Run Bun Run! Building an AWS CDK Template with Bun

On a Sunday morning, as you walk towards the bakery, the aroma of freshly baked buns fills the air....

Sep 28, 2023 7
node 3 min

Don't run `npm install -g ..`it's a trap!

I recently ran into a situation where a colleague of mine installed AWS CDK globally: npm install -g...

Aug 16, 2023 2
aws 5 min

Thoughts on SST

Searching for the best DX on AWS Developers are increasingly adopting serverless computing...

Jun 27, 2023 5
aws 8 min

Strategies for a Faster Lambda Development

Starting with AWS Lambda can be challenging, especially when optimizing and streamlining the...

May 6, 2023 1
aws 9 min

Thoughts about Projen

Introduction Projen, an open-source project generator, was created by Elad Ben-Israel, who...

Apr 27, 2023 3
n8n 8 min

Declutter your inbox to achieve Zero Inbox with n8n

n8n #automations #gmail Are you feeling overwhelmed by a cluttered email inbox? Perhaps...

Apr 11, 2023 3
aws 7 min

Effectively using CDK-pipelines to deploy CDK stacks into multiple accounts

Excellent! You have developed your product using AWS and now you are looking to implement effective...

Mar 19, 2023 2
aws 7 min

How to add fancy to your Amplify Project

In this part of the series, we want to make your Amplify project more fancy by adding Typescript to...

Oct 11, 2021 9
aws 4 min

My Pain with AWS Amplify

AWS Amplify is a set of tools and services to build full stack applications based on AWS. Its CLI...

Oct 11, 2021 13
aws 3 min

Demystifying AWS Amplify

AWS Amplify is a great tool to easily integrate your frontend such as React or Vue, or your mobile...

Oct 11, 2021 9
aws 4 min

Serverless Templates for AWS and Python

Serverless development supposed to abstract underlying infrastructure and lets you focus on business...

May 29, 2020 8
serverless 5 min

My pain with Serverless and AWS Lambda

I want to share my story with Serverless Development in AWS Lambda and Python

Mar 31, 2020 14
dataops 7 min

DataOps - A Made-Up Term or Actual Practice

DataOps is a new set of principles with focus on data management. It's adapting processes of DevOps.

Mar 3, 2020 13
cv 3 min

How I used CSS Grid for my Resume

I have used CSS-Grid to layout my Resume/CV and will apply with that.

Jan 9, 2020 14
hacktoberfest 1 min

Hacktoberfest AWS S3-Clone

Three repositories to contribute which are using the AWS SDK of NodeJS, Python, and Ruby for building an S3-Clone.

Oct 15, 2019 8