Articles
27 Sept 2026 · 6 min read
Direct, SQS, EventBridge or Step Functions? What 160 Lambda Benchmarks Say
I benchmarked four ways to chain AWS Lambda functions for my MSc. Managed orchestration adds a ~1.5 s routing tax, 512 MB is the memory sweet spot, and SQS catches up.
ArticlesAWSServerless

12 Jan 2026 · 9 min read
How AI Agents Scale Software Engineering: The Agentic Workflow
The agentic workflow: how a pipeline of AI agents acting as product manager, architect, engineer and QA can scale software engineering without cutting quality.
AI EngineeringArticles

5 Jan 2026 · 9 min read
Production-Grade AI Agents: A Survival Guide for Engineering Leaders
Why AI agent prototypes fail in production, and what engineering leaders need instead: reliability, cost controls, observability and PromptOps.
AI EngineeringArticles

20 Dec 2025 · 6 min read
How to Write Robust Prompt Files for GitHub Copilot in VS Code
How to write reusable prompt files for GitHub Copilot in VS Code: where they live, the anatomy of a robust prompt, and examples for refactoring and tests.
AI EngineeringArticlesDevExTutorial

20 Nov 2025 · 9 min read
Comparing the Latest AI Agent Frameworks in 2025
A practical comparison of TypeScript AI agent frameworks in 2025, including the Vercel AI SDK, LangChain.js and Mastra: features, trade-offs and when to use each.
ArticlesAI Engineering

9 Oct 2025 · 6 min read
Create Jira Tickets from VS Code with GitHub Copilot and MCP
Set up VS Code, GitHub Copilot and MCP servers for Sentry and Atlassian to create well-structured Jira tickets straight from your editor.
API IntegrationArticlesAI Engineering

25 Jun 2023 · 6 min read
Event-Driven Architecture on AWS: EventBridge, Lambda, SNS and SQS
An introduction to event-driven architecture on AWS: how EventBridge, Lambda, SNS and SQS let loosely coupled services communicate through events.
ArticlesAWSEvent Driven ArchitectureServerless

21 Jun 2023 · 12 min read
AWS Serverless with Node.js 22: Lambda, DynamoDB and SAM
AWS serverless with Node.js 22: build a TypeScript Lambda that writes to DynamoDB with the AWS SDK v3, test it with Vitest and deploy it using AWS SAM.
ArticlesAWSLatest NewsNode.jsServerless

9 Jun 2023 · 11 min read
EventBridge Event Store with DynamoDB and Lambda (Node.js 22)
Build an Amazon EventBridge event store with DynamoDB and a Node.js 22 Lambda using the AWS SDK v3, then deploy it with AWS SAM to trace every event.
ArticlesAWSLatest NewsServerlessTutorial

7 Jun 2023 · 9 min read
DynamoDB with TypeScript: Practical Tips
Practical tips for DynamoDB with TypeScript: running DynamoDB locally, modelling data around access patterns and typing your items with interfaces.
ArticlesAWSLatest NewsServerless

6 Jun 2023 · 8 min read
DTX Manchester 2023: Platform Engineering, Observability and Accessibility
Takeaways from DTX Manchester: platform teams and developer experience, CloudWatch observability, accessibility in development and the case for monoliths.
ArticlesConferenceLatest News

14 May 2022 · 8 min read
Add Lambda Notifications to an Existing S3 Bucket with SAM
How to add S3 event notifications for Lambda to an existing S3 bucket with AWS SAM and CloudFormation, using a custom resource to manage the configuration.
ArticlesAWSLatest NewsNode.jsTutorial

27 Mar 2022 · 9 min read
AWS Lambda Monorepo with Node.js 22 and pnpm Workspaces
Build an AWS Lambda monorepo with Node.js 22 and pnpm workspaces: share code between functions, bundle with esbuild and deploy nested SAM stacks from CI.
ArticlesAWSLatest NewsNode.jsShowcaseTutorial

20 Oct 2021 · 4 min read
Building a Serverless App using CloudFormation, AWS Amplify and React
Build a serverless web app on AWS with React, Amplify and CloudFormation: Cognito auth, deployment to the cloud and running the app locally.
ArticlesAWSTutorial

2 Oct 2021 · 6 min read
How to Host WordPress on AWS with CloudFormation
Deploy WordPress on AWS with a CloudFormation template: create the database password, launch the stack, install WordPress and clean up the resources.
ArticlesAWSTutorial

1 Jan 2021 · 1 min read
Chuck Norris Jokes API
A beginner's look at what an API is, using the Chuck Norris Jokes API to fetch and display random jokes on a simple website.
API IntegrationArticles
