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!

Payload CMS & Nuxt: From Backend to Frontend (Code Included)
18:46
Aaron Saunders

Payload CMS & Nuxt: From Backend to Frontend (Code Included)

How to Build a POWERFUL Nuxt.js + Payload CMS Integration in 2025? Learn how to seamlessly integrate Nuxt.js (Nuxt 3) with Payload CMS, a powerful headless CMS, to build dynamic web applications. This in-depth tutorial walks you through the process of setting up both Payload and Nuxt, configuring them to work together, and rendering content from your Payload backend on your Nuxt frontend. We'll cover key concepts like: * Setting up Payload CMS (referencing a previous video for the initial setup) * Configuring CORS for cross-origin requests * Handling Payload data types in Nuxt * Creating reusable components for Payload blocks (Hero, Content, Form) * Rendering rich text from Payload * Submitting forms from Nuxt to Payload * Accessing Payload's API from within Nuxt This tutorial is perfect for developers familiar with Vue.js and Nuxt who want to explore the benefits of a headless CMS like Payload. All source code is provided, so you can follow along and build your own project! ⏱️ Chapters ================= * 0:00 - Introduction * 01:13 - Code Walkthrough Overview * 01:41 - Payload CMS Setup (Reference to Previous Video) * 02:34 - Example Page Structure in Payload * 03:44 - Nuxt Application Setup * 04:51 - Configuration Changes (CORS, etc.) * 06:03 - Payload Types in Nuxt * 06:44 - Fetching Data from Payload * 07:59 - Console.log the API Data * 08:57 - Creating Nuxt Components for Payload Blocks * 10:06 - Hero Block Component * 11:01- Rendering Rich Text * 12:01 - Content Block Component * 13:06 - Newsletter Form Block Component * 15:54- Form Submission Handling * 17:18- Handling Success and Error States.*18:44 - Conclusion and Next Steps 🔗 Helpful Links ================= * Payload Concepts - https://payloadcms.com/docs/getting-started/concepts * Payload Blocks - https://payloadcms.com/docs/fields/blocks * Payload Form Builder Plugin - https://payloadcms.com/docs/plugins/form-builder * Working with FormBuilder Plugin VIDEO - https://youtu.be/dEXJyOnHwgY?si=7j-xgedYLRTrA06o * Source Code: https://github.com/aaronksaunders/simple-landing-page-nuxt * Payload CMS Setup VIDEO: https://youtu.be/qSkSKlw_fW8 * Nuxt.js Documentation: https://nuxt.com/docs/getting-started/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 ———————————————— * Need Real-Time Data (websockets) in Payload CMS? Watch This NOW! https://youtu.be/l3InbfMi2yE * 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 * Custom Text Field Components - https://youtu.be/EX_DeZtuOqc * Firebase Auth Integration - https://youtu.be/VVODoojcoik * Custom List View Component - https://youtu.be/6avHMMyM8Eg * Fullstack ToDo with Payload CMS - https://youtu.be/9SZYwfkerZY #payloadcms #nuxtjs #cms
From Zero to Landing Page: A Hands-On Payload CMS Blocks Tutorial (Beginner's Guide)
48:48
Aaron Saunders

From Zero to Landing Page: A Hands-On Payload CMS Blocks Tutorial (Beginner's Guide)

#payloadcms This step-by-step tutorial demonstrates how to leverage Payload CMS's core features – Layouts, Blocks, Fields, and Forms – to build a functional and dynamic landing page. Even if you're new to content management systems (CMS) or have no WordPress experience, you'll learn how to: * Set up a new Payload CMS project from a blank template. * Create a "Pages" collection to manage your website content. * Define custom Blocks (Hero, Content, Form) for flexible page layouts. * Render these Blocks dynamically on your front-end using Next.js. * Integrate the Payload Form Builder plugin for user input and submission handling. * Organize your code for maintainability and scalability. This tutorial focuses on practical application and understanding the fundamental building blocks of Payload CMS, making it ideal for beginners. We'll use SQLite for the database and the Cursor code editor (with limited chatbot use). ⏱️ Chapters ================= 00:00 - Introduction 01:52 - Project Setup 04:00 - Creating the Pages Collection 05:50 - Create the First Page, Add Some Fields 06:25 - Rendering the Field Content from Payload CMS Page 09:10 - Understanding Layouts and Blocks Concept 10:10 - Building the Hero Block, and Adding Content to It 15:00 - Rendering Hero Block on Website Page 21:21 - Create Components from the Blocks in the Layout ( HeroBlock ) 22:46 - Building the Content Block and Adding Content to It 25:40 - Rendering Content Block on Website Page 26:23 - Fixing Type Error for FrontEnd Block Components 27:15 - Continuing - Rendering Content Block on Website Page 28:03 - Integrating FormBuilder Plugin 29:10 - Building Form and Form Block and Adding Content to it 34:11 - Rendering the Form and Handling Submissions on Website Page 48:10 - Wrap-Up 🔗 Helpful Links ================= * Payload Concepts - https://payloadcms.com/docs/getting-started/concepts * Payload Blocks - https://payloadcms.com/docs/fields/blocks * Payload Form Builder Plugin - https://payloadcms.com/docs/plugins/form-builder * Working with FormBuilder Plugin - https://youtu.be/dEXJyOnHwgY?si=7j-xgedYLRTrA06o * Source Code - https://github.com/aaronksaunders/simple-landing-page-blocks-tutorial-1-2025 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 ———————————————— * Need Real-Time Data (websockets) in Payload CMS? Watch This NOW! https://youtu.be/l3InbfMi2yE * 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 * Custom Text Field Components - https://youtu.be/EX_DeZtuOqc * Firebase Auth Integration - https://youtu.be/VVODoojcoik * Custom List View Component - https://youtu.be/6avHMMyM8Eg * Fullstack ToDo with Payload CMS - https://youtu.be/9SZYwfkerZY #payloadcms #nextjs #forms #fullstack #cms #headlesscms #blocks #pagelayout
Payload CMS Forms: Build & Submit (EASY Tutorial for Beginners!)
40:29
Aaron Saunders

Payload CMS Forms: Build & Submit (EASY Tutorial for Beginners!)

Learn how to use the Payload CMS Form Builder plugin from scratch! This step-by-step tutorial starts with a blank project and guides you through creating a simple contact form, capturing submissions, and even adding file uploads. Perfect for developers new to headless CMS. *What you'll learn:* * Installing the Payload CMS Form Builder plugin * Creating forms in the admin panel * Rendering forms in a Next.js application * Handling form submissions * Displaying confirmation messages * Overriding form and submission behavior for advanced features (like file uploads!) * Working around limitations *Code:* [Link to GitHub repository] ⏱️ Chapters ================= 00:00 - Intro: Payload CMS Form Builder & Next.js (No Prior Experience!) 00:45 - Starting with a Blank Payload CMS Project 02:01 - Your First Payload User & The Admin Panel 02:53 - Installing the Form Builder Plugin (NPM Install) 03:53 - Configuring the Payload Form Builder Plugin 04:25 - Creating a Simple Contact Form (in the Admin) 06:15 - Next.js Frontend: Fetching Form Data (API Call) 10:03 - Next.js: Dynamically Rendering Form Fields 12:05 - Next.js: Handling User Input (onChange) 12:35 - Next.js: Form Submission (onSubmit & API Post) 14:57 - Displaying the Confirmation Message (Rich Text) 19:37 - Advanced: Adding File Uploads (The Workaround!) 20:20 - Form Overrides: Custom Fields for File Uploads 22:16 - Submission Overrides: Linking Files to Submissions 23:53 - Frontend: Showing the File Input Field 25:19 - Frontend: Uploading the File (Before Submission) 28:05 - Debugging the File Upload (Fixing a Common Issue!) 32:45 - Summary & Wrap-up: Forms, Submissions, File Uploads 🔗 Helpful Links ================= - Payload Concepts - https://payloadcms.com/docs/getting-started/concepts - Payload Form Builder Plugin - https://payloadcms.com/docs/plugins/form-builder 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 ———————————————— * Need Real-Time Data (websockets) in Payload CMS? Watch This NOW! https://youtu.be/l3InbfMi2yE * 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 * Custom Text Field Components - https://youtu.be/EX_DeZtuOqc * Firebase Auth Integration - https://youtu.be/VVODoojcoik * Custom List View Component - https://youtu.be/6avHMMyM8Eg * Fullstack ToDo with Payload CMS - https://youtu.be/9SZYwfkerZY #payloadcms #nextjs #forms #fullstack #cms #headlesscms #fileupload
Build a Full-Stack Mobile App with Expo and Payload CMS in 2025! (4)
12:25
Aaron Saunders

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

Build a React Native App with Payload CMS in Under 2 Hours! Part 4 #payloadcms #reactnative #authentication #expo 🚀 Payload CMS Collection Access Control, UI Clean Up and Series Wrap Up 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 https://youtu.be/cWxPX2u5zw4 This video is the fourth in a series demonstrating how to use Payload CMS as a backend for a React Native Expo application. i discuss final refinements made to both the backend (Payload) and frontend of the application. The refinements include: * Backend Refinements: Adding access rules to the notes collection. Moving access rules into a separate module. Adding a private flag to the collection view. * Frontend Refinements: Fixing Expo App Issues Removing the note ID from the Expo App UI. Adding owner information to notes. Cleaning up date formatting. Fixing tab icons and page titles. Updating the profile page. Removing JSON. Listing user information. Listing counts for all docs, public docs, and private docs. 🔗 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 ———————————————— * Need Real-Time Data (websockets) in Payload CMS? Watch This NOW! https://youtu.be/l3InbfMi2yE * 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 * Custom Text Field Components - https://youtu.be/EX_DeZtuOqc * Firebase Auth Integration - https://youtu.be/VVODoojcoik * Custom List View Component - https://youtu.be/6avHMMyM8Eg * Fullstack ToDo with Payload CMS - https://youtu.be/9SZYwfkerZY #ReactNative #PayloadCMS #FullStackDevelopment #Expo #MobileApps #exporouter #fullstack
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

Subscribe Form

©2020 by @aaronksaunders

#TheFutureIsWrittenInCode

bottom of page