Tag: serverless

31 posts
Teaching Claude to Teach AWS
subaud icon
subaud
subaud.io

Teaching Claude to Teach AWS

A friend had been building a web app with Claude Code — Express server, vanilla HTML/CSS/JS, in-memory data storage. The app worked and kept growing. But it was running on her laptop with no deployment, no database, and no auth. She needed to get it to AWS and had limited experience with cloud infrastructure. I couldn't see her code, so I built a Claude Code plugin that could walk her through the deployment. The plugin analyzes an Express app, converts routes to Lambda functions, sets up S3 +

Mar 4, 2026

Day 0.0.0 - Hello, World!

Day 0.0.0 of building my exit strategy of my corporate 9-5 whilst working as a senior software engineer.

Jan 20, 2026
Devtools FM icon
Devtools FM
devtools.fm

Nathan Flurry - Rivet - The Future of Serverless is Stateful

Nathan Flurry reveals how Rivet evolved from multiplayer gaming platform to general-purpose stateful serverless computing with actor frameworks as first-class primitives.

Sep 27, 2025
Devtools FM icon
Devtools FM
devtools.fm

Peter Pistorius - Redwood SDK

Peter Pistorius discusses Redwood's evolution into a serverless React Server Components framework and his vision for personal software development.

May 31, 2025
Devtools FM icon
Devtools FM
devtools.fm

Stepan Parunashvili - InstantDB

Stepan Parunashvili unveils InstantDB, a modern Firebase replacement designed to make building local-first applications easier and more powerful.

May 24, 2025
Devtools FM icon
Devtools FM
devtools.fm

Dan Farrelly, Tony Holdstock-Brown - Inngest, Easy Asynchronous Workflows

Dan Farrelly and Tony Holdstock-Brown, Inngest co-founders, explain how their platform makes building asynchronous workflows effortless.

Jun 2, 2024
Devtools FM icon
Devtools FM
devtools.fm

Ryan Dahl - Node, Deno, and JSR The Modern JavaScript Registry

Ryan Dahl, creator of Node.js, explores his journey to building Deno and the new JavaScript registry JSR for runtime-agnostic development.

May 16, 2024
Devtools FM icon
Devtools FM
devtools.fm

Glauber Costa - Forking SQLite and Building a Distributed Database with Turso

Glauber Costa explains how Turso forks SQLite into libSQL to create a distributed database, drawing from his Linux kernel development experience.

Feb 18, 2024
Devtools FM icon
Devtools FM
devtools.fm

Dax Raad - SST

Dax Raad presents SST as a TypeScript framework for AWS serverless development with superior developer experience over CDK.

Oct 28, 2023
Devtools FM icon
Devtools FM
devtools.fm

Erik Bernhardsson - Modal

Erik Bernhardsson explains how Modal is revolutionizing serverless computing for data teams with seamless GPU access and flexible container primitives.

Aug 12, 2023
Devtools FM icon
Devtools FM
devtools.fm

Matt Butcher - Fermyon

Matt Butcher explores how Web Assembly revolutionizes serverless computing with faster startup times and his journey from Microsoft to co-founding Fermyon.

Mar 15, 2023
Devtools FM icon
Devtools FM
devtools.fm

Sunil Pai - PartyKit

Sunil Pai discusses PartyKit, his new platform making multiplayer app development as simple as deploying static sites, plus his React and edge computing journey.

Feb 15, 2023
Devtools FM icon
Devtools FM
devtools.fm

Brian LeRoux - arc.codes, begin.com

Brian LeRoux explores serverless architecture through his framework Architect and hosting service Begin.com for AWS applications.

Mar 16, 2022

Deploy AWS Lambda with Terraform without storing the Zip archive

Terraform is a great tool but managing AWS Lambda is arguably not one of its strength. In this post I'll describe one approach that I follow to work around this limitation.

Sep 17, 2021

Automate database backups with AWS Fargate, S3 and CDK

I love how Serverless enables simple solutions to common DevOps tasks: in this article I describe one simple way to automate MongoDB database backups using AWS Fargate, S3, and CDK.

Aug 11, 2020

Setup free WHOIS monitoring to avoid unwanted domain expirations with Serverless on AWS

A few days ago I forgot to renew one of my registered Internet domains which I believed was set to auto-renew and received a few alerts when affected services started to fail. I hence took the chance to setup a simple and free monitoring solution to avoid incurring again in this same problem once and for all. Powered by AWS CDK, Python and WhoisXML

Jul 22, 2020

Add free performance monitoring to your websites with Lighthouse and AWS CDK

Google's Lighthouse is a powerful free resource that helps developers build performant, accessible and SEO friendly websites. Here I show one way to make use of Lighthouse to add performance monitoring for web pages using Serverless components on AWS.

May 29, 2020

Setup Atom/RSS feed as event source for AWS Lambda invocation with CDK

In a previous article I described how to develop a serverless event-driven application to automate social media updates. Now I show how to make use of RSS/Atom Feed and AWS Lambda + CDK to add the missing bit and make it 100% automated.

May 6, 2020
N
ndo.dev
ndo.dev

My journey to serverless and back

So I've had some experience with the whole "serverless" thing over the past few months. A few cloudflare workers, a netlify function here or there to spice up a static site. But a full-on serverless function based project was not something I'd had experience with, until now.

Mar 28, 2020

Serverless Racket Applications Using Azure Functions Custom Handlers

Mar 21, 2020

Setup AWS Lambda-to-Lambda invocations between CDK Stacks

With CDK is easy to organize AWS resources and share them between Stacks when needed. In this article I show you how I split an `api` Lambda in two, one for handling the API Gateway requests and the other for sending messages to an external notifications service.

Feb 24, 2020

Automate social media status updates with AWS Lambda, SNS and CDK

In the previous article I introduced AWS Cloud Developer Kit and wondered if and how to make use of code abstractions when designing IaC. Today I show you one way to extend the previous codebase and deploy a typical event driven (pub-sub) serverless application built with Lambda and SNS.

Feb 16, 2020

Introducing AWS CDK with a real life Lambda and API gateway example

After successfully replacing Terraform with CDK in a real life project I take the chance to wrap up the new knowledge along with some Terraform vs. CDK kind of considerations. I also synthesize the acquired know-how in a mini tutorial based on the actual code used in the production scenario.

Feb 3, 2020

Remaking my curriculum vitæ with modern web technologies

For a while I wanted to manage my CV in a more flexible way. I stumbled upon a great article on CSS-Tricks that made me think I had no more excuses to procrastinate. In this article I present my solution along with some considerations.

Jan 30, 2020

My quest for identity in Software Engineering

A wrap up of my last 20 years as a professional in IT, along with some considerations about the current state of the art.

Jan 28, 2020

Using serverless functions in Nuxt on Vercel

If you are using Vercel to host your Nuxt application, you can use the same entrypoints for Nuxt server middleware and your Vercel serverless functions. Here's how.

Dec 19, 2019

Create an HTTP Trigger Azure Function using FSharp

Nov 16, 2019

Serverless Machine Learning with ML.NET and Azure Functions

Aug 21, 2018

sslnotify.me - yet another OpenSource Serverless MVP

sslnotify.me - yet another OpenSource Serverless MVP

May 29, 2017

Lastversion: a Go serverless proof of concept developed on OpenWhisk

Lastversion: a Go serverless proof of concept developed on OpenWhisk

Feb 27, 2017
N
Numergent
numergent.com

AWS Lambda, Clojure and ClojureScript

Jan 18, 2016