me

Dan Stanhope

Head of Development | ExpertFile

I've been working in software for 15+ years now and loving it. Most recently as head of development at ExpertFile.

Recent Posts

Here are some posts I've written in the past. Hope you like 'em!See All

Generate a PDF & upload to S3 using AWS Lambda & Puppeteer.

I've put together a working project that'll take all of your dev.to posts, create a .pdf and upload...

#aws
#serverless
#node
#tutorial
3 min. read

What's Automatic Batching? React 18 feature explained

Learn how changes to automatic batching in React 18 can improve your app's performance

#react
2 min. read

Building a Compound Interest Calculator using Chart.js + Next.js

Next.js, TypeScript and Chart.js. Build using React Context.

#react
#javascript
#tutorial
3 min. read

Twitter Authentication using Supabase + React + Redux + Typescript

As the title of this post suggests, we're going to be building a small React + Redux app that'll...

#tutorial
#react
#typescript
#redux
3 min. read

Making sense of Next.js rendering

Overview of how Next.js handles rendering

#nextjs
4 min. read

Update your mapping & reindex ElasticSearch easily...well, pretty easily

Update your ElasticSearch mapping and reindex data easily

#aws
#elasticsearch
#devops
3 min. read

Migrating DynamoDB data using Lamba + Streams

Use DynamoDB to modify pre-existing records so they can be written to the event stream and consumed by Lambda

#serverless
#node
#aws
#dynamodb
2 min. read

React file upload using S3 pre-signed urls

Tutorial project on how to generate pre-signed s3 upload urls using cloudformation, lambda and react.

#react
#serverless
#node
#tutorial
2 min. read

Featured Repos

Code I've written as part of my tutorials.See All

aws-lambda-puppeteer

Generate .PDF and upload to S3 using AWS Lambda & Puppeteer

JavaScript

react-compound-interest-calculator

Building a Compound Interest Calculator using Chart.js + Next.js

TypeScript

supabase-twitter-authentication

Tutorial on Twitter Authentication using Supabase + React + Redux + TypeScript

TypeScript

react-upload-pre-signed-s3-urls

Tutorial project on how to generate pre-signed s3 upload urls using cloudformation, lambda and react.

JavaScript

migrate-data-dynamodb-streams-lambda

Use DynamoDB to modify pre-existing records so they can be written to the event stream and consumed by Lambda functions.

JavaScript