- 25
- 559 000
Esteban Codes
Приєднався 14 гру 2013
Full X/Twitter clone with Nextjs , Supabase, Postgress, Tailwind, Drizzle
Source code & Bonus content : estebancodes.gumroad.com/l/x-clone-next-js-course
Course Highlights:
🏗️ Setup a Next.js 14 project from scratch
🔐 Implement secure authentication with Supabase
💅 Style your app beautifully with Tailwind CSS
🧠 Leverage TypeScript for enhanced code quality
🐘 Master PostgreSQL database operations
🌊 Learn Drizzle ORM for efficient data management
Chapters
00:00:00 - Intro & Demo
00:05:05 - Initial Setup
00:11:08 - Layout Design
01:08:16 - Architecture Overview
01:29:51 - Database Setup
03:00:32 - Authentication
04:44:01 - Creating a Post
05:58:37 - Post Page
06:54:07 - Replies & Likes
07:33:39 - Profile Page
08:59:49 - Explore Page
09:23:04 - Feed Page
09:41:55 - Loading States
09:51:23 - Deployment
Follow me on social media
GitHub: github.com/3stbn
Twitter: esteban_codes
Course Highlights:
🏗️ Setup a Next.js 14 project from scratch
🔐 Implement secure authentication with Supabase
💅 Style your app beautifully with Tailwind CSS
🧠 Leverage TypeScript for enhanced code quality
🐘 Master PostgreSQL database operations
🌊 Learn Drizzle ORM for efficient data management
Chapters
00:00:00 - Intro & Demo
00:05:05 - Initial Setup
00:11:08 - Layout Design
01:08:16 - Architecture Overview
01:29:51 - Database Setup
03:00:32 - Authentication
04:44:01 - Creating a Post
05:58:37 - Post Page
06:54:07 - Replies & Likes
07:33:39 - Profile Page
08:59:49 - Explore Page
09:23:04 - Feed Page
09:41:55 - Loading States
09:51:23 - Deployment
Follow me on social media
GitHub: github.com/3stbn
Twitter: esteban_codes
Переглядів: 8 412
Відео
Build an ai chatbot app with Nextjs and Openai
Переглядів 3,4 тис.8 місяців тому
Lets build a simple chatbot with - Open Ai - Nextjs 14 - Vercel ai sdk - Tailwind and Shadcn UI Source Code of the project on : esteban.site/tutorials/open-ai-chatbot You can support the channel for more free content by clicking the Thanks button Second channel on Spanish ua-cam.com/channels/Ea_7NSLmjqAi9rQQ4ZkKIA.html Follow me on social media GitHub: github.com/3stbn Twitter: este...
Trpc & React - Modern Full stack web development
Переглядів 7382 роки тому
Source code of the project displayed github.com/3stbn/trpc-react You can support the channel for more free content by hitting the Thanks button Second channel on Spanish ua-cam.com/channels/Ea_7NSLmjqAi9rQQ4ZkKIA.html Follow me on social media GitHub: github.com/3stbn Twitter: esteban_codes
Full WhatsApp Clone!! with React Native (expo) and Firebase
Переглядів 55 тис.3 роки тому
Let's build a build clone of WhatsApp, with authentication and image uploads. We are going to use react native along with expo, for the backend we will use firebase with the 9 js sdk. We will also be using react navigation and the contacts of the phone. Starter code github.com/3stbn/wp-clone/tree/starter Final Project github.com/3stbn/wp-clone/tree/main 0:00:00 Intro - Demo 0:04:58 Setup - Fire...
3 Reasons Why you can't concentrate while coding (and how to fix it)
Переглядів 1,3 тис.3 роки тому
Coding is hard!! , let me give you some tips on how to stay focused. 0:00 intro 0:52 coding is hard! 2:04 coding can also be boring 3:25 too many distractions 4:20 identify your flow 5:32 highlight of the day 6:20 music Playlist that I listen while coding open.spotify.com/playlist/5Uulh7HBve8RJbJPsteXsm?si=50561e2cd7c24cc8 you can now buy me a coffee if you want to www.buymeacoffee.com/estebanc...
Google Calendar Clone with React - React Hooks ,React Context and Tailwind
Переглядів 129 тис.3 роки тому
Check the live version google-calendar-clone.netlify.app/ Source code of the app esteban.site/tutorials/google-calendar Setup nodes: (use yarn add if you are using yarn) - Dev dependencies npm install -D tailwindcss@latest postcss@latest autoprefixer@latest - Direct dependencies npm install @craco/craco dayjs @tailwindcss/forms Any doubts Refer to the oficial tailwind docs for react tailwindcss...
Should you use expo for react native?
Переглядів 4,6 тис.3 роки тому
Expo limitations docs.expo.dev/introduction/why-not-expo/ Where you can track new expo features expo.canny.io/
Build a typing speed app with React - React Tutorial
Переглядів 11 тис.3 роки тому
Check your typing speed here in the live app 🚀 react-typing-speed.netlify.app/ Source code of the project 💻 github.com/3stbn/typing-test-react Timestamps of the tutorial: 0:00 Intro and Demo 1:08 Setup 4:37 Building the UI 15:30 Setting the countdown 21:42 Setting up key listeners 29:25 Checking for words matches 33:00 Displaying the results 38:20 Setting a game loop 46:58 Giving visual feedbac...
Contact form submissions with Supabase - Supabase Tutorial
Переглядів 4,4 тис.3 роки тому
A simple solution for submitting contact forms for free! Starter Project github.com/3stbn/supabase-form/tree/feature/starter Final Project github.com/3stbn/supabase-form Timestamps 00:00 Introduction 01:16 Supabase project creation 02:29 Adding the supabase client 03:55 Creating the table and schema 05:41 Submitting the form 10:21 Alerting the user on success or error 11:33 Adding security to o...
React Tutorial : [2/2] Build an online chess ♖ game with react and firebase
Переглядів 8 тис.3 роки тому
Continuation to our react chess tutorial ua-cam.com/video/kBR7pDLcC3A/v-deo.html , now we will implement the ability to play online games with firebase, firestore, and firebase authentication. We will also use react-router and rxfire . Check out the new live version of the app : 🚀react-chess-online.netlify.app If you want to deploy the app, please make sure to redirect all the pages to index.ht...
Build a Tinder clone with React Native and Expo (React Native Tutorial)
Переглядів 19 тис.4 роки тому
Build a UI tinder clone with React Native, Expo, and React Native Gesture Handler (Beginner Tutorial) Source code of the project github.com/3stbn/tinder-clone Timestamps: 0:00:00 Demo of the project 0:01:04 Project setup 0:06:15 TopBar component 0:12:17 Fetching users 0:18:10 Displaying One User 0:28:15 Bottom Bar component 0:32:50 Shipping users 0:55:19 Using the buttons to change users If you...
React Native Full App tutorial [expo]- Build a React Native Unit Converter
Переглядів 7 тис.4 роки тому
Project code: github.com/3stbn/unit-converter-react-native Check out today's sponsor fydbak.com/ Timestamps of the video 0:00 Demo of the app 01:26 Sponsor 02:52 Setup of the app 10:44 Displaying tabs 32:44 Converting units 54:25 Final Touches You can support the channel for more free content at: www.buymeacoffee.com/estebancodes Join our discord community discord.gg/qxTFSww3AZ Second channel o...
React Tutorial: [1/2] Build a chess ♖ game with react ,rxjs and react drag and drop
Переглядів 30 тис.4 роки тому
Build a chess game with react Rrxjs react drag and drop and chess js Check out the live version of the app : 🚀 chess-react.netlify.app/ Starter project: github.com/3stbn/react-chess/tree/starter Final project github.com/3stbn/react-chess/tree/master Timestamps of the video: 0:00:00 Demo of the project 0:04:39 Project setup 0:07:44 Drawing the board 0:43:22 Moving the pieces 1:07:15 Promoting pa...
Build a React Native Chat App with Firebase Firestore and Expo
Переглядів 74 тис.4 роки тому
📚 Expo docs docs.expo.io/get-started/installation/ 📱 React native gifted chat docs github.com/FaridSafi/react-native-gifted-chat 💻 Code of the project github.com/3stbn/react-native-chat-firebase Timestamps of the project 00:00 Demo 02:01 Expo setup 07:50 Firebase setup 12:13 Local User 26:19 Firebase real time db and chat ui 46:40 Final Demo Thanks for watching. If you enjoy this content please...
Build a chat application with Svelte and Firebase
Переглядів 5 тис.4 роки тому
In this video, we are going to build a chat application with svelte js and firebase. Timestamps : 00:00 Demo 02:04 Setup 11:59 AuthForm 28:38 Chats component 50:11 Final touches Source Code github.com/3stbn/svelte-chat Sveltefire github.com/codediodeio/sveltefire You can support the channel for more free content at: www.buymeacoffee.com/estebancodes Join our discord community discord.gg/qxTFSww...
Svelte Tutorial: Full Stack Svelte [2/2]: Authentication - Routing (Mongo, Passport, Node, Express)
Переглядів 8 тис.4 роки тому
Svelte Tutorial: Full Stack Svelte [2/2]: Authentication - Routing (Mongo, Passport, Node, Express)
React Native Crash Course - Full App tutorial with Expo
Переглядів 116 тис.4 роки тому
React Native Crash Course - Full App tutorial with Expo
Top 5 Javascript Array methods: Javascript Tutorial
Переглядів 3074 роки тому
Top 5 Javascript Array methods: Javascript Tutorial
Svelte Tutorial: Learn svelte js in 5 minutes
Переглядів 2,3 тис.4 роки тому
Svelte Tutorial: Learn svelte js in 5 minutes
Full Stack Vue App: Learn MEVN in one video with Mongo Express Vue and Node js
Переглядів 37 тис.4 роки тому
Full Stack Vue App: Learn MEVN in one video with Mongo Express Vue and Node js
How to deploy svelte js to netlify for free. Free hosting for svelte apps
Переглядів 2,7 тис.4 роки тому
How to deploy svelte js to netlify for free. Free hosting for svelte apps
Whatsapp web UI clone with React and React Hooks
Переглядів 7 тис.4 роки тому
Whatsapp web UI clone with React and React Hooks
Svelte tutorial : Full stack svelte [1/2] Mongo, express and node js
Переглядів 23 тис.4 роки тому
Svelte tutorial : Full stack svelte [1/2] Mongo, express and node js
Svelte js tutorial - crash course from scratch. Learn Svelte js in one video
Переглядів 1,4 тис.4 роки тому
Svelte js tutorial - crash course from scratch. Learn Svelte js in one video
is it really working?
Nice example application. However, it would be very much appreciated if you if you could speak a bit louder. Other youtubers practically act when recording, but you do it naturally which is another good point for you.
thanks for the amazing tutorial, please please please make a tutorial on Medusajs + nextjs with depoloyment using Coolify
You saved me from tutorial HELLLLLL SIR!
I just discovered your channel on UA-cam and I'm loving your videos! Nice content. Keep it up!
Great tutorial, Esteban! You covered exactly what I needed. Thanks!
Is this a distributed system
Love from india
Thanks, it is really informative, learned a lot!
Thnaks you Great Content! Instead of Mongo Db if want to use the PostgressSql what are places do we need to change it.
Please Make a tutorial "how to build a social media mobile app for paid content creators using react native"
What about the Supabase part... Is it included in the paid version?
hey all the supabase setup is part of the free video check the video chapters !
Outstanding! Best of its kind :) How to log in the server side the text response? Thanks!
🔥
not only make project please also add scalable part of this project like redis ,kafka, microservice etc.. so better understand thank you for this video
Awesome project Esteban. Tks to share
BROOOOO, COOOL 😎😎😎😎😎😎
Wow This Tutorial is Amazing and ThankFull You Bro
kindly post video about "Multi vendor e-commerce website like Amazon or Flipkart" project full video
hey , WhatsApp bro , how are you my brother , love from Pakistan , love you bro , bro now make a detailed video on supabase , please from basic to higher level and also make a project like real time chat application using supabase , thanks bro , 🥰🥰
Common Esteban W
thx for this great tutorial... i hope you create a full weblog using react / express / node
This tutorial was really awesome thank you so much of all of the work you have put into this. This is giving me a perfect starting point for a feature I am building on my project. Mahalo!
Glad it helped!
hey, did you face any bugs? is the tutorial compatible with up to date versions?
im having problems my flex isnt working is anyone running into this issue as well? my code looks exactly like it does from the github im on min 30:00
thanks, appreciate the simplicity of this example
exactly what I was looking for. Thank you!
Nice tutorial, thank you.
Nice video :D
Estebaaaaan Thank you man :)
Heroku is no more free do you have any other recommendations
yes this video is kind of outdated, you should try vercel with svelte kit .
in the last segment... ran into the first real issue with this series with the wrap function... the error : export 'wrap' (imported as 'wrap') was not found in 'svelte-spa-router'.... not sure if that package has a different method that will fill this role.... can you comment @Esteban
I have to subscribe, you've saved me alot mahn. Thanks
if anyone wants to generate random texts or words or special characters with additional functionalities checkout npm i typingspeedtext
How do i deploy it please make a video about it soon
For deploying for free you can use netlify or vercel.
2024.... just completed both videos... woohoo
how can i like this a million times
is it safe to force fix the tailwind, postcss, and autoprefixer?
Only question was that my delete wasn't refreshing the front end automatically...i'm sure I was missing something
great project Estaban! Respect!
What about a weekly view with hour setting?
Hi, the swipe commands have changed and now OnSwipeableOpen takes a direction now but I don't know how to use it. If anyone has the updated code please let me know!
const { createClient } = supabase const supabase = createClient ( get an error telling me supabase can't be used until initialized.
Hello There, can someone help me how to integrate in with api response? what part of code do I have to change? I tried many things, but still throwing an error
Hey Esteban.How to add events to calender pal.Do I need to develop...
What a total blob of 1997 <div onclick=“…”> unmaintainable horror. React has set web development back years. People are terrified of actual code these days. They don’t know what DOM is.
so i have a major problem. i think i have wrote all the code correctly. i event made chatgpt compare all the codes and i get a problem. i can create new event delete event even update event. but after i update the event and try to create a new event. the event i updated gets deleted and new event is created for new date. ofcourse it is deleted form the local sotrage too. and this happens until i refresh the page.
idk its working again suddenly. i changed few stuff and it worked. follow this vid its great.
Is there any way that ww can create an event that span over multiple columns, or even multiple rows if an event starts at the end of the week but finishes on the next one, thanks??
Legend!
did you follow this tutorial?
Thank you so much. You just literally saved a soul. It took me 3 days searching youtube to find your content. Thank you so much for doing this. I could have embarrassed myself in a coding class earlier if not for your video.