- Read
Implementing Stripe in a React Native Mobile App
Lots of ways to do this. Here's one of them.
- Read
Deploying an iOS App using fastlane
All the granular steps involved in deploying an iOS App to the App Store, including App Store setup, Xcode setup, and fastlane setup.
- Read
Creating a Simple Splash Screen for an iPad App
It's really not that hard, but I had a surprisingly difficult time finding good guidance on how to do this.
- Read
Displaying Images on Your Website via Amazon S3 and Cloudfront
There are 3 main parts to this: setting up an S3 Bucket where your images can be uploaded (either manually or programmatically), setting up a Cloudfront Distribution that sits in front of your S3 bucket and serves your images with better caching and performance, and adjusting your Next.js app to allow the Image component to display images from your Cloudfront Distribution.