Fullstack Discord Clone: Next.js 13, React, Socket.io, Prisma, Tailwind, MySQL | Full Course 2023

  Рет қаралды 704,189

Code With Antonio

Code With Antonio

Күн бұрын

Discord for any problems/errors/bugs: www.codewithantonio.com/discord
Github & Live Website: www.codewithantonio.com/proje...
LiveKit: livekit.io/
Hi all 👋 In this 11 hour tutorial you will learn how to create an end-to-end fullstack and real-time discord clone, all with servers, channels, video calls, audio calls, editing and deleting messages as well as member roles.
Key Features:
- Real-time messaging using Socket.io
- Send attachments as messages using UploadThing
- Delete & Edit messages in real time for all users
- Create Text, Audio and Video call Channels
- 1:1 conversation between members
- 1:1 video calls between members
- Member management (Kick, Role change Guest / Moderator)
- Unique invite link generation & full working invite system
- Infinite loading for messages in batches of 10 (@tanstack/query)
- Server creation and customization
- Beautiful UI using TailwindCSS and ShadcnUI
- Full responsivity and mobile UI
- Light / Dark mode
- Websocket fallback: Polling with alerts
- ORM using Prisma
- MySQL database using Planetscale
- Authentication with Clerk
Timestamps
00:00 Intro & Demo
06:57 Environment setup
26:02 Folders setup
37:05 Authentication
50:07 Dark & Light Theme setup
59:10 Prisma & Planetscale setup
01:25:18 Initial modal UI
01:46:22 UploadThing setup
02:09:32 Server creation API
02:20:45 Navigation sidebar
02:49:24 Create Server Modal
03:02:31 Server Sidebar
03:32:13 Invitations
04:06:23 Server Settings
04:15:38 Manage Members
05:04:07 Channel Creation
05:24:55 Delete & Leave server modal
05:43:40 Search Server Modal
06:10:06 Server Channels List
06:50:06 Edit Channels
07:11:56 Channel ID Page
07:24:45 Chat Header
07:40:56 Prisma Schema completion
07:52:49 Conversations Setup
08:08:39 Socket IO setup
08:25:57 Chat Input component
08:39:55 Messages API
08:50:07 Message Attachment
09:03:11 Emoji bar
09:12:21 Chat Messages component
09:43:07 Chat Item component
10:29:15 Delete Message
10:35:52 Chat Socket hook
10:55:39 Chat Scroll hook
11:08:29 Direct Messages
11:22:05 Video Calls
11:41:45 Deployment

Пікірлер: 1 600
@codewithantonio
@codewithantonio 9 ай бұрын
If you are having an issue with disappearing navbar & sidebar upon leaving the server, deleting the server etc. You can fix this by moving UploadThing's styles into global.css at the end of the file instead of in the react component. Step 1: - Remove the import for upload-thing styles inside file-upload.tsx component - DELETE => import "@uploadthing/react/styles.css"; Step 2: - Add the import at the bottom of the globals.css file instead // globals.css ... @import "~@uploadthing/react/styles.css"; Step 3 (optional): - Wrap the tailwind config with "withUt": // tailwind.config.js const { withUt } = require("uploadthing/tw"); module.exports = withUt({ ...leave everything the same });
@secretgogeta
@secretgogeta 9 ай бұрын
bless you comrade
@valentinooscarcollazo5236
@valentinooscarcollazo5236 9 ай бұрын
In case any one else has this problem I found another solution. The problem seems to happen when you redirect to '/'. I guess it has something to do with the fact that all the layouts, where the nav bars are, are in the server folder. I just added a page.tsx to the server folder, that redirects you to the appropriate serverId page, and in the leave and delete modals I redirect to that new page '/servers' instead. Thanks for the amazing content!
@CodeWhat
@CodeWhat 9 ай бұрын
The create server functionality is broken. After I created a new server, when I click on the new server I always get redirected to the first server. I tried debugging but could not figure out why it keeps rerouting to the main server.
@lupen7996
@lupen7996 9 ай бұрын
Thanks for the fix. I was having trouble with a disappearing sidebar when I implemented the Modal-Provider, but this fixed it :D
@zDiplo
@zDiplo 8 ай бұрын
i have this problem: in order to prevent fraud, PlanetScale requires a valid payment method to create databases. Any solutions?
@unknownman1
@unknownman1 10 ай бұрын
Are you kidding me? This $100 course is free for everyone. Antonio, you are a blessing to us.
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like it!
@codewithantonio
@codewithantonio 9 ай бұрын
@suvrajitmondal2325 yes it supports mobile
@Calippo91
@Calippo91 9 ай бұрын
$100? 🧐 This is worth much more
@tastyham
@tastyham 9 ай бұрын
@@suvrajitmondal2325 blaming free content lol get out dawg
@victortimi
@victortimi 9 ай бұрын
@@suvrajitmondal2325you guys can’t just appreciate something without questions. KZfaq limit is 12hrs and he almost reached the limit, you think he is going to spend much more time recording responsiveness. Bro, the code is what’s more important, you can edit the styling yourself Imagine gifting someone a car and then asking “does this car have fuel”😂
@johnartuz8555
@johnartuz8555 10 ай бұрын
I hope you never stop making videos! This is a game changer for a lot of people, including myself. Just know a lot of people appreciate the work you put into these videos!
@codewithantonio
@codewithantonio 10 ай бұрын
Happy to hear that!
@renujadecosta6408
@renujadecosta6408 10 ай бұрын
No doubt this is the only KZfaq channel I use to learn despite being an intermediate developer
@egretfx
@egretfx 10 ай бұрын
​@@codewithantonio❤❤❤
@afaqahmad8918
@afaqahmad8918 10 ай бұрын
hey@@codewithantonio what are the prerequisites of this video? I just know Next, shadcn, tailwind and react?
@t3dotgg
@t3dotgg 10 ай бұрын
Legendary. Incredible work. So hyped to see UploadThing🙏
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you so much Theo! :)
@prakashjha291
@prakashjha291 9 ай бұрын
Another thing that was legendary was your breakdown of his Next works under the hood, Theo. Learned a lot from it. Hence, both of u guys are legends for me haha..
@mr.daniish
@mr.daniish 10 ай бұрын
In a 3rd world country i can't afford high quality courses, your content helps me work towards my dreams. Thank you Antonio
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like it!
@zsnjA
@zsnjA 9 ай бұрын
Russia?
@linuxmarmalade
@linuxmarmalade 9 ай бұрын
So you are saying this isn't high quality content?
@aoqia
@aoqia 9 ай бұрын
@@linuxmarmalade It might seem like it the way it's written, but "i can't afford" implies that the high quality courses the person seeks cost money. In this case, the high quality course being this video is free. Also they are implying that this video is a high quality course at the same time.
@drosedrosovich2567
@drosedrosovich2567 7 ай бұрын
@@zsnjAlmao
@ismaeltinta6118
@ismaeltinta6118 10 ай бұрын
Let's protect Antonio at ALL cost ! The teaching style, the humanity, the passion .... I am running out out words literally. May GOD bless this man forever.
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you a lot for your kind words! ❤️
@joniqs91
@joniqs91 9 ай бұрын
For that reason i decided to subscribe =]
@alstudiowebdev
@alstudiowebdev 10 ай бұрын
Thank you for taking the time to create these project videos! Super excited to dive into this and code alongside you!
@codewithantonio
@codewithantonio 10 ай бұрын
Hope you enjoy it!
@thatsenoughdixit
@thatsenoughdixit 9 ай бұрын
Just saw the video and was super excited to binge watch this and create a discord clone to learn how to do private messages with sockets. Thank you for the course already Antonio
@Moje127
@Moje127 10 ай бұрын
Antonio, you are the reason why I started learning Next.js. Thank you a lot for your time and effort you put into these videos!
@codewithantonio
@codewithantonio 10 ай бұрын
Happy to hear that!
@Ashik_al_gorba
@Ashik_al_gorba 9 ай бұрын
I hope you never stop making videos! This is a game changer for a lot of people, including myself. Just know a lot of people appreciate the work you put into these videos
@codewithantonio
@codewithantonio 9 ай бұрын
I appreciate that!
@t_park
@t_park 10 ай бұрын
Cannot express how thankful we are for your hard work! Thank you so much!! :)
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you!
@businessuser5146
@businessuser5146 10 ай бұрын
​@@codewithantoniou r god! Keep the quality videos coming... Just a suggestion how about nestjs , devops integration with existing full fledged apps like this one? Whatever it is so excited for next one and discord clone is the best one so far!!!!
@Pierrot24382
@Pierrot24382 9 ай бұрын
Wow! Every new one of your tutorials is better than the previous one! Thank you so much Antonio!
@arytiwari3789
@arytiwari3789 9 ай бұрын
Just 1 hour into the tutorial and i have already subscribed. You are the greatest web dev teacher i have found after Mike Dane
@koobessah
@koobessah 9 ай бұрын
Respect to this man. Your teaching style is top-notch and unmatched mate. Thanks for this nugget of gold
@codewithantonio
@codewithantonio 9 ай бұрын
Happy you like it!
@user-nd7bl8qq9y
@user-nd7bl8qq9y 10 ай бұрын
OMG almost 12 hours, your work on that project was incredible!🔥🔥🔥 I would like to compliment you on your diligence.👍👍👍 Thank you so much, Antonio
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you so much 😀
@1990jujuable
@1990jujuable 10 ай бұрын
I think 12 hours is just the visible part in the iceberg 🤩
@ashutoshpadhi2782
@ashutoshpadhi2782 10 ай бұрын
​@@1990jujuableexactly, you look so cute in your DP
@rowsncols
@rowsncols 10 ай бұрын
weirdo @@ashutoshpadhi2782 💀
@adityaraj-zm7zk
@adityaraj-zm7zk 9 ай бұрын
@@codewithantonio sir in linux glibc error Prisma has detected an incompatible version of the `glibc` C standard library installed in your system. This probably means your system may be too old to run Prisma.
@cone2571
@cone2571 10 ай бұрын
Idemoooooooo. Ovaj video sam iscekivao bas mnogo puno!!!! Hvala ti sto se iz dana u dan sve vise trudis. Ziv mi bio brate!
@codewithantonio
@codewithantonio 10 ай бұрын
Drago mi je! :)
@daniilgri8737
@daniilgri8737 8 ай бұрын
11 hrs omfg insane man you rock
@jagshem
@jagshem 10 ай бұрын
I hope you will continue making videos. I really enjoy the clone project videos, and thank you for the very informative content. 🙌
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you for watching my content!
@GabrielMartinez-ez9ue
@GabrielMartinez-ez9ue 10 ай бұрын
I have more than 10 years leaning from KZfaq as “we can never stop learning” and I can say you are gold. It’s not only the patience, but the passion on how you teach. Great work
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you a lot!
@adityaraj-zm7zk
@adityaraj-zm7zk 9 ай бұрын
​@@codewithantoniosir mera planet scale pe card add nhi ho raha hai
@adityaraj-zm7zk
@adityaraj-zm7zk 9 ай бұрын
​@@codewithantonioplease guide me to use another MySQL application
@princebhandari3693
@princebhandari3693 5 ай бұрын
You can add credit card details​@@adityaraj-zm7zk
@TheRedstoneFactory
@TheRedstoneFactory 9 ай бұрын
This is becoming the peak of youtube educational coding content. You are an inspiration that most should strive to be.
@GrahamQuan
@GrahamQuan 9 ай бұрын
This is the most GREAT project I ever seen on KZfaq. I've done some "demo" app and it's not easy to combine them together. This is a PERFECT tutorial for people who is ready for a project app. Thank you!
@codewithantonio
@codewithantonio 9 ай бұрын
Happy you like it! :)
@dontrellknight
@dontrellknight 10 ай бұрын
Thank you! You're such an amazing developer! About to get started on this project now. The demo looks amazing!
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like it!
@tecworldng
@tecworldng 10 ай бұрын
​@@codewithantonio I really appreciate this .. please next should be UDEMY CLONE.. with affiliate links
@SuperPompey77
@SuperPompey77 9 ай бұрын
I just finished the entire build and I can honestly say that I have not experienced anything like this. It worked like a charm and this tutorial taught me so much. Once again I cannot thank Antonio enough for all his hard work and research and development to make this possible for us to learn. I am lost for words and I am extremely grateful for what you have shown us. Thank you so much... Even though I have completed this, I want to do it again just to learn some of the most difficult parts again. Looking forward to the next one sir!
@hashtagnosweat7645
@hashtagnosweat7645 9 ай бұрын
How long did it take?
@loloflowers9722
@loloflowers9722 8 ай бұрын
How I can talk to you please?
@SirLotren
@SirLotren 8 ай бұрын
Approximately 12 hours. This is amazing, thank you.
@rakinar2
@rakinar2 9 ай бұрын
It's really amazing how you built a Discord clone in such a small amount of time! I loved this video!
@davidevhans3230
@davidevhans3230 10 ай бұрын
Absolutely amazing. So grateful for your videos, Antonio. Your hard work and dedication really makes a difference for those of us learning web development. Thank you!
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like it!
@user-xj9se9om4i
@user-xj9se9om4i 10 ай бұрын
No words can describe how beautiful this project is. Thank you so much for this excellent work
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you so much!
@user-xj9se9om4i
@user-xj9se9om4i 9 ай бұрын
@@codewithantonio Once again, thank you for this incredible project. However, could you provide us with a modern Portfolio project as well?
@al-morshedtours2161
@al-morshedtours2161 9 ай бұрын
You are a blessing , i have been watching videos for 6 months to learn full stack developing , you are organised i like how you make the input or the modal with its props as a component and call it in another page instead of stuffing every page and repeating the same code saving time and keep the code clean,,, god bless you
@mirk9789
@mirk9789 9 ай бұрын
Unbelievable that this even exists. Such a rich source of learning material. Thank you so so much.
@bitkillerjones
@bitkillerjones 10 ай бұрын
the quality and effort you put into these tutorials is amazing man! good work
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you!
@codewithantonio
@codewithantonio 9 ай бұрын
Want to get mentored by me? Apply at www.codewithantonio.com/mentorship
@kenechukwuokoh5714
@kenechukwuokoh5714 9 ай бұрын
The link ain't reachable 😢
@codewithantonio
@codewithantonio 9 ай бұрын
i just tested on desktop and mobile, it works for me :/
@kenechukwuokoh5714
@kenechukwuokoh5714 9 ай бұрын
Done
@arijitghosh3358
@arijitghosh3358 9 ай бұрын
what all i have to learn for making this ?
@Shaheryar-WebDev
@Shaheryar-WebDev 9 ай бұрын
​@@codewithantonioYOU ARE AMAZING AMAZING❤❤
@404tosh5
@404tosh5 10 ай бұрын
Always thank you, Antonio! from Japan. your next13 dev contents have pushed forward my learning so much! I hope you continue making these wonderful tutorials.
@codewithantonio
@codewithantonio 10 ай бұрын
Happy to hear that! Hope to visit Japan one day, it looks beautiful!
@gokulmodi8540
@gokulmodi8540 10 ай бұрын
This is amazing Antonio. Can not describe how beautiful this project is. Thank you so much for this excellent work. I hope you never stop making such videos!
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you! ❤️
@davidmukalay3536
@davidmukalay3536 10 ай бұрын
Your channel is one in a kind. I Truly mean it. I Can't Thank you enough for sharing with us such amazing/quality educational contents.
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you!
@Ali-ei3mg
@Ali-ei3mg 10 ай бұрын
Another masterpiece tutorial. I am so thankful to you for creating these tutorials and helping me grow in full-stack development ♥
@codewithantonio
@codewithantonio 10 ай бұрын
You're very welcome!❤️
@NimaXD
@NimaXD 9 ай бұрын
this is amazing, you're one of a kind antonio - keep it up!
@codewithantonio
@codewithantonio 9 ай бұрын
Thanks a lot!
@masadamsahid
@masadamsahid 2 ай бұрын
Learned a lot from here. Especially the socket io and several Prisma tricks. Great works!
@Abubakr-triedCoding
@Abubakr-triedCoding 6 ай бұрын
The BEST explained TUTORIAL ever! For example me: I don't know react, but from this course i learned a lot!
@codewithantonio
@codewithantonio 6 ай бұрын
Happy to hear that!
@Abubakr-triedCoding
@Abubakr-triedCoding 6 ай бұрын
@@codewithantonio ooh thank u a lot, coach!
@VickTechPro
@VickTechPro 10 ай бұрын
Amazing work Antonio, I’ve been following your tutorials for months now and can proudly say your projects are one of the best on KZfaq.
@codewithantonio
@codewithantonio 10 ай бұрын
Glad you like them!
@sergiomiranda372
@sergiomiranda372 10 ай бұрын
The same! They are gamechanger and very complete. thank you so much for all this!
@pillo1934
@pillo1934 9 ай бұрын
You are amazing Antonio. Thank you for your hard work!
@hienluongvi3533
@hienluongvi3533 10 ай бұрын
INSANE!!! Thank you so much for working really hard on every video. I've learned a lot from your 'clone' series.
@codewithantonio
@codewithantonio 10 ай бұрын
❤️
@luisdiazdiaz2495
@luisdiazdiaz2495 10 ай бұрын
Amazing video as always antonio. Thanks for effort of doing such amazing projects and sharing them with us ❤
@codewithantonio
@codewithantonio 10 ай бұрын
Glad you enjoy it!
@rohanagrawal5747
@rohanagrawal5747 6 ай бұрын
when you said great great job so far. it feels i am playing some bad ass game and have unlocked some precious things in it. and the guide in game is appreciating me.
@codewithantonio
@codewithantonio 6 ай бұрын
Hahaha, well thats because you are doing a great job! It deserves to be recognized!
@unReaLDivyanshu
@unReaLDivyanshu 4 ай бұрын
is code same??? in prisma file???
@Gamer-wr8ok
@Gamer-wr8ok 2 ай бұрын
I came here for the first time today but the quality content you deliver I am already convinced to be a subsciber 😮🎉
@abujihadsalahudin
@abujihadsalahudin 10 ай бұрын
You are officially my favorite content creator on KZfaq. Thank you and I love your work. Keep up the great job.
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like my content! ❤️
@SuperPompey77
@SuperPompey77 9 ай бұрын
Honestly, you are the best thing that has happened to me. I am learning so much and one day I hope that i can reward you with so much for all that you have done not only for me but so many people. I cannot thank you enough for you hard work, research and time for creating these amazing tutorials. I live everyday just for these tutorials. I enjoy them so much and your way of teaching is the best that I have ever seen. I hope you never stop making and teaching these. Thank-you so much for all that you do Antonio.
@codewithantonio
@codewithantonio 9 ай бұрын
Happy to hear that!
@Triple._.A
@Triple._.A 9 ай бұрын
Finally finished this project! The complexity in this project felt like it was on a whole new level! I feel like I've grown so much after going through it, but at the same time, I once again just realized how big of a knowledge gap there is between you and I. But it's only a matter of time, someday I will surpass you😼
@Xe054
@Xe054 10 ай бұрын
Your work and your channel is on a whole-nother level. I have no idea how you do it, but I'm extremely grateful for the value that you give to the tech community.
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you!
@devkit_
@devkit_ 9 ай бұрын
this is astounding. fantastic work
@shubhamsood589
@shubhamsood589 10 ай бұрын
This is epic! Thanks for this masterpiece, you covered almost everything. Just a small suggestion though, although it's too late we could have implemented notifications as well with badge counts since we were already using sockets here.
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like it, you can take on it as a challenge after you finish the project!
@avikhandakar
@avikhandakar 10 ай бұрын
By far the best full stack project in KZfaq & Udemy combined.
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you think so!
@rassimve4873
@rassimve4873 4 ай бұрын
Bro you're a blessing from the heavens to us
@user-gg7gj1ym7y
@user-gg7gj1ym7y 10 ай бұрын
Thank you very much, Antonio, for your great work!🤩🔥😍 It really helps learning and inspires to do more!💪💥👍 Simple words cannot express how grateful I feel for you!💓🤝❤
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you!
@novaardiansyah6254
@novaardiansyah6254 9 ай бұрын
Many thanks for your efforts in making these videos and providing to us for free. Your passion for teaching shows and I'm sure you will reach the million subscribers mark in coming 1-2 years or faster!
@codewithantonio
@codewithantonio 9 ай бұрын
Thank you!
@baybay1234
@baybay1234 9 ай бұрын
Omg, Antonio you rock! Seriously man
@prasurjyasarma7505
@prasurjyasarma7505 14 күн бұрын
Thank you so much Antonio for this.
@ryomensukuna9513
@ryomensukuna9513 10 ай бұрын
धन्यवाद भाई ❤
@siddharthgupta384
@siddharthgupta384 10 ай бұрын
God level of work sir ❤❤❤
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like it!
@whizzie3367
@whizzie3367 10 ай бұрын
The long awaited tutorials 🧡🧡🧡 Thanks Antonio🚀🚀
@jezztom102
@jezztom102 5 ай бұрын
this is amazing man! good work
@sajawalhassan1f12
@sajawalhassan1f12 7 ай бұрын
After two whole weeks, I am finally done! I can't believe I actually made this, this tutorial was absolutely amazing! It taught me a lot of things and I will forever be grateful to you Antonio! Again thanks!
@codewithantonio
@codewithantonio 7 ай бұрын
Great job!!
@sajawalhassan1f12
@sajawalhassan1f12 7 ай бұрын
@@codewithantonio Thanks a lot!
@Sammysapphira
@Sammysapphira 10 ай бұрын
This is by far the best discord clone I've ever seen. It's ACTUALLY a clone instead of just a prototype. Crazy work.
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like it! ❤️
@wondays654
@wondays654 10 ай бұрын
Holy shit. Homie's channel is the gift that keeps on giving.
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like it!
@Vitorplayer123
@Vitorplayer123 10 ай бұрын
That has to be one of the greatest tutorial videos on KZfaq, congrats!
@codewithantonio
@codewithantonio 10 ай бұрын
Glad you think so!
@alphaeffects
@alphaeffects 9 ай бұрын
This actually looks better than discord in my opinion. It has a really nice minimalistic look and i really like that all of the stupid extra features of discord is gone like a dedicated gifting nitro button. Also how the text channels are slightly more spread out looks really good too
@codewithantonio
@codewithantonio 9 ай бұрын
Happy you like it :)
@captainstroier1914
@captainstroier1914 9 ай бұрын
I just for now see the intro of the video about this application and you blew me away. This is amazing
@codewithantonio
@codewithantonio 9 ай бұрын
Happy to hear that
@thelegend.26
@thelegend.26 10 ай бұрын
I can't wait to get started on this, I'm new to Web Development and your videos help so much!
@codewithantonio
@codewithantonio 10 ай бұрын
Happy you like it!
@benixmaximus
@benixmaximus 10 ай бұрын
This looks amazing. Would be good if these were available as a website course to be able to track progress and navigate to. I'd be happy to pay for the value
@codewithantonio
@codewithantonio 10 ай бұрын
Maybe one day!
@jesseemana9598
@jesseemana9598 9 ай бұрын
still in awe with your AirBnB project, it really made me level up my react and here you are with another masterpiece, keep delivering, you're simply the best
@codewithantonio
@codewithantonio 9 ай бұрын
Thank you for following! :)
@martinkarugaba
@martinkarugaba 9 ай бұрын
Dude that Airbnb project! Thanks Antonio.
@jesseemana9598
@jesseemana9598 9 ай бұрын
@@martinkarugaba still hands down the best tutorial i've ever come across on here
@jesseemana9598
@jesseemana9598 9 ай бұрын
@@codewithantonio wishing your channel all the success, you deserve it, sir
@ApurvaKashyap-kj6qz
@ApurvaKashyap-kj6qz 9 ай бұрын
The Next Tutorial Project.. Thanks a lot for this !! ❤
@Jacksons_are_jackson
@Jacksons_are_jackson 9 күн бұрын
this is actually insane lol, nice work and thank you
@codewithantonio
@codewithantonio 4 күн бұрын
Glad you like it!
@gliong666
@gliong666 9 ай бұрын
love youuuuuuuuuuuuuuuuuuuuuuuuuuuuu
@umitdemirci7394
@umitdemirci7394 9 ай бұрын
I tried to look at optimistic but it takes about 12 hours and actually there is no sign of teacting something. Of course there are some explanations, but mostly just explains typing order. Maybe this is out of scope of this content. I don't know but I see valuable efford and appraciate it. But from my perspective, there is something wrong. Thank you
@user-yz2mv8kn4x
@user-yz2mv8kn4x 10 ай бұрын
I have followed your youtube channel since the very start, have watched and followed along every single one of your videos and have learned so much and i'm very grateful for your expertise. Looking forward to starting this amazing video! thank you so much Antonio god bless
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you for following! ❤️
@abacuswithrehan264
@abacuswithrehan264 10 ай бұрын
Thank you so much for this tutorial Antonio, You deserve much more love and audience. All the best!
@codewithantonio
@codewithantonio 10 ай бұрын
You're very welcome!
@faizanamir5903
@faizanamir5903 9 ай бұрын
I'm at a loss for words to express my gratitude. Your dedication to providing us students with exceptional education, completely free of charge, is truly remarkable. In a world where even a $5 course on Udemy feels unattainable to me, your invaluable content is a beacon of learning and growth. Your selfless contributions are making a significant difference in my education, and I am genuinely thankful beyond measure.
@codewithantonio
@codewithantonio 9 ай бұрын
Happy you like my content :)
@d.h.y
@d.h.y 9 ай бұрын
First, I didn't understand why this channel had such a low number of subscribers compared to its amazing, high-quality videos,,, and then I realized that you just started your channel just half a year ago. Keep at it!!!! I'm sure that you'll reach the level of a star KZfaqr since TypeScript and Next.js stacks are so relevant these days 😆😆
@codewithantonio
@codewithantonio 9 ай бұрын
Thank you a lot!
@johnsoto7112
@johnsoto7112 9 ай бұрын
Completing 3 of your tutorials has gave me the confidence to believe i can build anything now..
@aboubacarsakande1046
@aboubacarsakande1046 10 ай бұрын
You're the best Antonio ! I'm so glad I'm one of your followers
@codewithantonio
@codewithantonio 10 ай бұрын
You're the best!
@madhumitamiddya702
@madhumitamiddya702 10 ай бұрын
EVERYONE SEE ANTONIO DID A FACE REVEAL AT 2:32
@codewithantonio
@codewithantonio 10 ай бұрын
hahaha yes!
@danfex
@danfex 10 ай бұрын
Perfect job man, thank you so much! I'm waiting for a project using Node with Express on back-end!
@dharma_marga7
@dharma_marga7 10 ай бұрын
I love the way you teach. Its way better. Never stop making videos. Thank you very much for the effort
@codewithantonio
@codewithantonio 10 ай бұрын
Glad you like them!
@haykera2338
@haykera2338 9 ай бұрын
пацан за 11 часов сделал копию дискорда сам, а у него всего 90к подписчиков, как так ? у русских "программистов" на ютубе по 1-2млн подписчиков, учитывая что такой проект и тем более на видео они бы в жизни не сделали какая ужасная несправедливость
@SyntaxLexx
@SyntaxLexx 10 ай бұрын
Finally it's out!!! Can't wait to complete it this week
@codewithantonio
@codewithantonio 9 ай бұрын
Good luck!
@timdp19
@timdp19 9 ай бұрын
I followed this video and managed to deploy it on railway no problem. Amazing video Antonio!! Please don't stop making theses courses. Thank you so much!
@codewithantonio
@codewithantonio 9 ай бұрын
Great to hear!
@DaviiRolim
@DaviiRolim 10 ай бұрын
Antonio the Goat! Excited to watch this one!
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you!
@escanorgod
@escanorgod 5 ай бұрын
You are by far the best developer that I came across, this type of improvisation on complex topics is really commandable. I can't emphasize how good all your projects are. Please make more videos like this.
@tomashugolabs
@tomashugolabs 10 ай бұрын
This is dope, its pure gold! Thanks Antonio.
@codewithantonio
@codewithantonio 10 ай бұрын
Glad you like it!
@habeshamix807
@habeshamix807 10 ай бұрын
Dude you are amaaaaaaaazing !!!! You're efforts are not to be taken lightly, Thank you keep up the good work.
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you so much 😀
@adenugbamicheal2140
@adenugbamicheal2140 9 ай бұрын
I'm just downloading the discord project....hopefully to start coding along next week. Thanks so much for your effort so far!
@codewithantonio
@codewithantonio 9 ай бұрын
Good Luck ;)
@jeheecheon8397
@jeheecheon8397 9 ай бұрын
I am new to this channel and literally out of words... thanks for sharing this amazing video for free!
@akinbobolaemmanuel3319
@akinbobolaemmanuel3319 10 ай бұрын
I've been anticipating this build. Thank you Antonio❤️
@codewithantonio
@codewithantonio 10 ай бұрын
Hope you like it! ❤️
@akinbobolaemmanuel3319
@akinbobolaemmanuel3319 10 ай бұрын
@@codewithantonio I love it❤️. Thank you so much 😇
@ekremsar488
@ekremsar488 10 ай бұрын
You are doing a really great job that deserves to be appreciated. You are loved
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you so much!
@0metallicaman
@0metallicaman 10 ай бұрын
Insane! Thanks a lot for this! Much appreciated!! Can't find the right words to properly thank you for this upload!!
@codewithantonio
@codewithantonio 10 ай бұрын
Glad you like it!
@prateek5668
@prateek5668 10 ай бұрын
amazingly done!
@codewithantonio
@codewithantonio 10 ай бұрын
Thank you!
@x3n0n54
@x3n0n54 Ай бұрын
Wow. This is amazing. You are an actual legend
@markus_dev_cwb
@markus_dev_cwb 10 ай бұрын
Incredible and amazing project Antonio! Tks for sharing.
@codewithantonio
@codewithantonio 10 ай бұрын
Glad you like it!
@SuperRapstar1
@SuperRapstar1 9 ай бұрын
Great work! Thank you!
@georgegiosue
@georgegiosue 8 ай бұрын
Thank you very much for your incredible collaboration 😮with the community. 🚀
@user-dt6ob5zr8g
@user-dt6ob5zr8g 10 ай бұрын
Thank you for existing my friend, and for having the nobility to share.
@codewithantonio
@codewithantonio 10 ай бұрын
My pleasure!
Build a Livestream App With Next.js | Twitch Clone | Part 1/2
7:04:05
Code With Antonio
Рет қаралды 187 М.
Why Some Programmers Code Like Yoda
0:43
Low Level Learning
Рет қаралды 1,2 МЛН
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31
Balloon Stepping Challenge: Barry Policeman Vs  Herobrine and His Friends
00:28
Khóa ly biệt
01:00
Đào Nguyễn Ánh - Hữu Hưng
Рет қаралды 19 МЛН
FOOLED THE GUARD🤢
00:54
INO
Рет қаралды 60 МЛН
Podcast: "Warum scheitern Nationen?" | Lanz & Precht
1:01:16
ZDFheute Nachrichten
Рет қаралды 397 М.
[2024] How to Clone Any Discord Server? (UPDATED)
2:09
ZEEtheGamer
Рет қаралды 7 М.
Why Is C SO Dangerous?  #programming #coding #lowcode
0:51
Low Level Learning
Рет қаралды 1,9 МЛН
How to create a responsive landing page with HTML & CSS #Shorts
0:55
Code With Bubb
Рет қаралды 224 М.
Top 3 AI Tools for Programmers 👨‍💻
0:45
Website Learners
Рет қаралды 62 М.
Fullstack Notion Clone: Next.js 13,  React, Convex, Tailwind | Full Course 2023
7:53:12
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31