PropTypes
In this episode we are going to learn how to use PropTypes inside our Next.js and Strapi application.
Image Component And Customizing Strapi Response
In this episode we are going to take quick a look at new Image component in Next.js 10 and learn how to add additional data to our Strapi response.
Let's Checkout... Blitz.js
In this episode we are going to take a look at Blitz.js and specifically it's features for working with databases.
WP REST API - Add Posts From Frontend
In this episode we are going to be using WordPress REST API to add some new posts to our database with vanilla JavaScript.
WP REST API - Custom Filters
In this video we are going to create filters for our WP REST API custom end point so that we can filter our data.
WP REST API - Custom Post Types And Fields
In this video we are going to create WP REST API custom endpoint which will also show custom fields made with ACF.
Add Data To Strapi From Next.js
In this episode we are going to add some new movies to our site but using the frontend form instead of Strapi administration.
User Authentication
In this episode we are going to create user authentication for our Next.js and Strapi website using JSON Web Tokens or JWT.
October CMS - Theme Settings
In this video I'm going to show you how to create theme settings or even site options for your October CMS site.
October CMS - Reorder Records
In this episode I'm going to show you how to implement reorder records functionality on your October CMS site.
Multi language
In this episode we are going to make our Next.js and Strapi site be multilingual.
Incremental Static Regeneration
In this episode we are going to talk about new feature in Next.js 9.5 called Incremental Static Regeneration.
getStaticProps
In this episode I'm going to show you the difference between getServerSideProps and getStaticProps in Next.js
Deploy To Digital Ocean
In this episode we are going to deploy our Next.js App and Strapi API to Digital Ocean.
Using Context API
In this episode we are going to use React Context API to get the data for our navigation and also to create a simple state management.
Automatic Deployments On Shared Hosting
In this episode I'm going to show you how to setup automatic deployments on your shared hosting with cPanel and Git.