Tutorials
A Complete Guide to the Amplify React Authentication Components
2022-01-10A few weeks ago, the team I work on, AWS Amplify, launched brand new authentication components for React, Vue, and Angular. I want to give…
Read MoreExtreme Makeover: Code Edition
2018-07-23I am a little bit obsessed with writing clean code. Code should be written for future developers (including yourself) and extendability…
Read MoreBuild a Music Sharing App with Amazon S3 and AWS Amplify
2020-10-13Amazon S3 was the first AWS service I ever used, which I would guess is a pretty common occurrence -- it's pretty simple and allows you to…
Read MoreAdd Sign in with Apple to your React App!
2021-08-05AWS Amplify added support for implementing Sign in with Apple to your apps! In this tutorial we'll start from zero by creating an Apple…
Read MoreBuild a React App with Authorization and Authentication
2021-07-08In this tutorial, we'll be talking about authorization and how to implement it with AWS Amplify's DataStore. First, let's get on the same…
Read MoreCreate a Fullstack Next.js App with Authentication, Data, and Storage
2021-07-08Next.js is one of my favorite tools for web development -- but it's a frontend framework. How can you build a fullstack application with it…
Read MoreThree New Next.js Features and How to Use Them
2021-09-21AWS Amplify recently added support for Next.js 10 features, including incremental static regeneration, optional catch all routes, and image…
Read MoreIntroducing the AWS Amplify Admin UI: Create an Application Backend in Clicks
2020-12-03I am so, so excited about the brand new Amplify Admin UI, which the team that I'm on at work launched this week. You can create and…
Read MoreBuilding an Offline-Ready Form With Vanilla JavaScript
2021-04-19I recently had a conversation with some colleagues about whether I as a web developer often needed to have data available both offline and…
Read MoreBuild a Serverless Subscription Site with Stripe
2021-08-04In this tutorial, we'll be building out a site that uses Stripe to create a checkout system, then that triggers an AWS Lambda Function…
Read MoreBuild a Vacation Rental Site with Amplify Studio
2021-12-13What is Amplify Studio? One of the most exciting projects I've worked on in my career, AWS Amplify Studio, just launched at Re:Invent in…
Read MoreHasura 101: Building a Realtime Game with Graphql and React
2020-05-13My favorite technology discovery of 2019 was Hasura . It makes getting up and running with a full Postgres + GraphQL backend a breeze…
Read MoreBuilding a Full Stack Application with AWS Amplify: A Beginner-Friendly Guide
2020-09-22A few weeks ago, I joined the AWS Amplify team as a Senior Developer Advocate. I am really excited to be working on a product that makes…
Read MoreA Web Design Crash Course: From one non-designer to another
2018-08-19I will preface this by saying that I'm not professionally a designer. That being said, I like building pretty things and have had some…
Read MoreWhat is a Web Framework, and Why Should I use one?
2018-07-18"Framework" is a word used a lot in relation to code. So, what even is a framework? When we talk about frameworks, those frameworks normally…
Read MoreGetting Started with Storybook: How to Develop React Components Without an App
2020-10-20I wanted to write up some thoughts and a quick tutorial on one of my favorite development tools, Storybook. You can use Storybook which…
Read More