top of page
Green%20and%20Black%20Gaming%20Youtube%2

INTRODUCING
#THEFUTUREISWRITTENINCODE

Welcome to the official website of #TheFutureIsWrittenInCode

This program provides technology training to support individuals looking to up-skill for better employment opportunities or looking for entry level job opportunities in the innovation economy.

Take a look at the videos below, and browse through the new and exciting content. The videos are constantly being updated, so be sure to check back for more!

Build a Full-Stack Mobile App with Expo and Payload CMS in 2025! (3)
35:36
Aaron Saunders

Build a Full-Stack Mobile App with Expo and Payload CMS in 2025! (3)

Build a FULL STACK Mobile App with Payload CMS and React Native Expo in 2025! #payloadcms #reactnative #expo 🚀 Saving documents and uploading media to Payload CMS Part 1 - Setting Up Payload CMS & Building Your First Expo Integration - https://youtu.be/pzhndffizf0 Part 2 - Integrating Expo Sign-In, Sign-Out and Sign-up with Payload CMS - https://youtu.be/0omP6W_8cF8 Part 3 - Payload Relations, Saving Objects and Uploading Media from Mobile App (THIS VIDEO) Welcome to the third part of this exciting full-stack app tutorial for 2025! 🚀 In this video series, we’ll build a complete app using Payload CMS as the backend and React Native Expo as the frontend. This part focuses on setting up settug up relationships between objects in Payload CMS and saving data using REST API in React Native Expo. We create a form in the mobile app and a component user expo image picker to select image to associate with a note. We then upload the selected image, then associate it to the note before saveing the note into Payload CMS 💻📱 ⏱️ Chapters ================= 00:00 - Introduction 00:34 - changes to CMS to connect media with note 06:41 - making change to expo app to create a note 11:15 - adding api call to save note to payload cms 17:30 - adding ability to select image in expo app with expo image picker 21:40 - adding api call to same media to payload cms 28:30 - passing uploaded media information to create-note-page for associating on save 30:45 - show image in note list on expo app 🔗 Helpful Links ================= - Payload Concepts - https://payloadcms.com/docs/getting-started/concepts - Expo - https://expo.dev/ - Expo Router - https://docs.expo.dev/router/introduction/ - Expo Image Picker - https://docs.expo.dev/versions/latest/sdk/imagepicker/ MORE ABOUT PAYLOAD -------------------------------------- Payload is the Next.js fullstack framework. Write a Payload Config and instantly get: - A full Admin Panel using React server / client components, matching the shape of your data and completely extensible with your own React components - Automatic database schema, including direct DB access and ownership, with migrations, transactions, proper indexing, and more - Instant REST, GraphQL, and straight-to-DB Node.js APIs - Authentication which can be used in your own apps - A deeply customizable access control pattern - File storage and image management tools like cropping / focal point selection - Live preview - see your frontend render content changes in realtime as you update Lots more 🔥 Recent Payload Content ———————————————— - Quick Payload 3 Custom Component Example - https://youtu.be/W_Da3Sp4Lgw - Real Time Chat - https://youtu.be/9ll-8KkRWjo - Payload CMS And React Router 7 - https://youtu.be/KGJa08OBlSw - Custom Dynamic Select Component - https://youtu.be/yJFbOzPD0oA #ReactNative #PayloadCMS #FullStackDevelopment #Expo #MobileApps #exporouter #fullstack
Build a Full-Stack Mobile App with React Native Expo and Payload CMS in 2025! (2)
29:42
Aaron Saunders

Build a Full-Stack Mobile App with React Native Expo and Payload CMS in 2025! (2)

Build a FULL STACK Mobile App with Payload CMS and React Native Expo in 2025! #payloadcms #reactnative #expo Part 1 - Setting Up Payload CMS & Building Your First Expo Integration - https://youtu.be/pzhndffizf0 Part 2 - Integrating Expo Sign-In, Sign-Out and Sign-up with Payload CMS - (THIS VIDEO) Part 3 - Payload Relations, Saving Objects and Uploading Media from Mobile App - https://youtu.be/cWxPX2u5zw4 Welcome to the second part of this exciting full-stack app tutorial for 2025! 🚀 In this video series, we’ll build a complete app using Payload CMS as the backend and React Native Expo as the frontend. This part focuses on setting up React Native Expo, specifically Expo Router Authentication flow in the application along with Creating Accounts in Payload CMS 💻📱 ⏱️ Chapters ================= 00:00 - Introduction, Review Part 1 01:57 - Overview of Authentication Flow with Expo Router Approach (See Links for Template) 06:22 - Adding Payload API To Application Context - Getting Current User 13:26 - Adding Payload API To Application Context - User Login API and Login Screen 19:15 - Adding Payload API To Application Context - User Sign Up API and Sign-Up Screen 20:30 - Adding Payload API To Application Context - User Sign Out API and Update Tab Two with Sign Out Button 23:30 - Adding Payload API To Application Context - Finishing Up Sign Up, now that we can sign out!! 25:44 - Updating Payload CMS Access Rules for User so we can Sign-Up a User 26:40 - Sign-Up doesn't Sign-In a User By Default and try Again 🔗 Helpful Links ================= - Payload Concepts - https://payloadcms.com/docs/getting-started/concepts - Expo - https://expo.dev/ - Expo Router - https://docs.expo.dev/router/introduction/ - Expo Router Tab Auth Flow Template - https://github.com/aaronksaunders/expo-router-tab-auth-template MORE ABOUT PAYLOAD -------------------------------------- Payload is the Next.js fullstack framework. Write a Payload Config and instantly get: - A full Admin Panel using React server / client components, matching the shape of your data and completely extensible with your own React components - Automatic database schema, including direct DB access and ownership, with migrations, transactions, proper indexing, and more - Instant REST, GraphQL, and straight-to-DB Node.js APIs - Authentication which can be used in your own apps - A deeply customizable access control pattern - File storage and image management tools like cropping / focal point selection - Live preview - see your frontend render content changes in realtime as you update Lots more 🔥 Recent Payload Content ———————————————— - Quick Payload 3 Custom Component Example - https://youtu.be/W_Da3Sp4Lgw - Real Time Chat - https://youtu.be/9ll-8KkRWjo - Payload CMS And React Router 7 - https://youtu.be/KGJa08OBlSw - Custom Dynamic Select Component - https://youtu.be/yJFbOzPD0oA #ReactNative #PayloadCMS #FullStackDevelopment #Expo #MobileApps #exporouter #fullstack
Build a Full-Stack Mobile App with React Native Expo and Payload CMS in 2025! (1)
29:56
Aaron Saunders

Build a Full-Stack Mobile App with React Native Expo and Payload CMS in 2025! (1)

Build a FULL STACK Mobile App with Payload CMS and React Native Expo in 2025! #payloadcms #reactnative #expo Part 1 - Setting Up Payload CMS & Building Your First Expo Integration (THIS VIDEO) Part 2 - Integrating Expo Sign-In, Sign-Out and Sign-up with Payload CMS -https://youtu.be/0omP6W_8cF8 Part 3 - Payload Relations, Saving Objects and Uploading Media from Mobile App - https://youtu.be/cWxPX2u5zw4 Welcome to the first part of this exciting full-stack app tutorial for 2025! 🚀 In this video series, we’ll build a complete app using Payload CMS as the backend and React Native Expo as the frontend. This part focuses on setting up the backend, working with collections, intro to configuring access rules, and querying data in the Expo app. By the end, you'll have a solid foundation for building powerful apps with modern tools. Let’s dive in! 💻📱 ⏱️ Chapters ================= 00:00 - Intro 02:11 - Setting up Payload CMS 04:01 - Creating the first user 04:43 - Reviewing default user collection & adding custom fields 06:30 - Database migration tips for adding fields 09:54 - Creating a Notes collection 12:29 - Adding Notes to the Payload config (payload-config.ts) 14:04 - Admin UI & adding a note 14:53 - Automatic API endpoint generation overview 16:04 - Adding test data for Notes & Users 17:26 - Wrapping up the Payload CMS backend 17:51 - Setting up the Expo app 20:56 - Cleaning up the default Expo template 22:18 - Querying Payload from Expo to fetch all Notes 24:20 - Access rules for the Notes collection in Payload CMS 26:42 - Rendering results with a FlatList in Expo 27:44 - Creating new notes with access rules 28:59 - Fixing UI errors in FlatList 29:24 - Wrapping up & previewing what’s next: Authentication & access rules 🔥 What You’ll Learn: - Setting up Payload CMS with custom collections and fields - Handling database migration errors - Querying a backend from React Native Expo - Adding basic access rules in Payload CMS - Rendering data in Expo using FlatList 👉 Next Up In Part Two: Authentication and advanced access rules to secure your app! If you enjoy this video, don’t forget to like, comment, and subscribe for more full-stack development tutorials. 🙌 🔗 Helpful Links ================= - Payload Concepts - https://payloadcms.com/docs/getting-started/concepts - Expo - https://expo.dev/ - Expo Router - https://docs.expo.dev/router/introduction/ MORE ABOUT PAYLOAD -------------------------------------- Payload is the Next.js fullstack framework. Write a Payload Config and instantly get: - A full Admin Panel using React server / client components, matching the shape of your data and completely extensible with your own React components - Automatic database schema, including direct DB access and ownership, with migrations, transactions, proper indexing, and more - Instant REST, GraphQL, and straight-to-DB Node.js APIs - Authentication which can be used in your own apps - A deeply customizable access control pattern - File storage and image management tools like cropping / focal point selection - Live preview - see your frontend render content changes in realtime as you update Lots more 🔥 Recent Payload Content ———————————————— Quick Payload 3 Custom Component Example - https://youtu.be/W_Da3Sp4Lgw Real Time Chat - https://youtu.be/9ll-8KkRWjo Payload CMS And React Router 7 - https://youtu.be/KGJa08OBlSw Custom Dynamic Select Component - https://youtu.be/yJFbOzPD0oA #ReactNative #PayloadCMS #FullStackDevelopment #Expo #MobileApps
Home: Videos
Videos Not For You?

If you like to have a combination of video and written content to help you learn and understand technology and coding, the we got you covered.

Many of the videos posted here have an accompanying blog post and source code to supplement the video content

Home: Instagram
Home: Contact

GET IN TOUCH

2301-D Georgia Ave Washington, DC 20001

bottom of page