Пікірлер
@LesediSeakamela
@LesediSeakamela 4 ай бұрын
🤯🔥🔥🔥💯
@generaldave123
@generaldave123 4 ай бұрын
Please I’m done with this How can I learn how to link my frontend The reason I watched this videos to the end was to learn how to link the frontend and backend Which you said you’ll do initially
@generaldave123
@generaldave123 5 ай бұрын
I’m having issues with my update Function It’s keeps saying failed to update company
@generaldave123
@generaldave123 5 ай бұрын
Sorry just solved it lol 😂 Been on this for 7hrs now
@hanifgaming-uk2xq
@hanifgaming-uk2xq 8 ай бұрын
Please tell us only html games
@sauravbharti2709
@sauravbharti2709 10 ай бұрын
best moment 1:03:07 😆
@LekkyDev
@LekkyDev Жыл бұрын
Great tutorial. Thanks!
@tadnology
@tadnology Жыл бұрын
You're welcome. Thanks for checking out the video.
@teranneranga3586
@teranneranga3586 Жыл бұрын
Your videos are really awesome. Well explained. I learned a lot from this series. Thanks and keep up the good work!
@tadnology
@tadnology Жыл бұрын
Thank you. I appreciate the feedback.
@hemapriyakb317
@hemapriyakb317 Жыл бұрын
can't access the above code?
@tadnology
@tadnology Жыл бұрын
The code is available on GitHub: github.com/MonamaTV/dictionary-react
@PM-rs4te
@PM-rs4te Жыл бұрын
Thanks for the video. Helped me a lot! More Power...
@tadnology
@tadnology Жыл бұрын
Glad to hear it!
@Sunk72
@Sunk72 Жыл бұрын
Thanks for the tutorial! I only have one problem. When I look up a word like 'pizza' and it does not have audio; I get an undefined error inside of the heading function. Even though your code only returns strings that are not empty, I can't figure it out.
@tadnology
@tadnology Жыл бұрын
Thank you for pointing out this one. In the heading function, use the optional chaining operator because sometimes there's no audio at all. Like this: const audio = results?.phonetics.find((phone) => phone.audio !== "")?.audio;
@doniyoraloxanov3548
@doniyoraloxanov3548 Жыл бұрын
your solution to play audio worked, thanks !
@tadnology
@tadnology Жыл бұрын
You're welcome.
@andersongomes262
@andersongomes262 Жыл бұрын
more content like this please! I would like a front end to consume this api
@tadnology
@tadnology Жыл бұрын
Alright. I'll make a video on it.
@muefdo
@muefdo Жыл бұрын
solid. brother keep doing it..
@tadnology
@tadnology Жыл бұрын
I appreciate it
@PM-rs4te
@PM-rs4te Жыл бұрын
useID suddenly gets an undefined value? export const getPapersByUser = async () => { const { userID } = getUser(); const data = []; const simpleQuery = query(papersRef, where("userID", "==", userID)); const results = await getDocs(simpleQuery); results.forEach((result) => { if (result.exists()) { data.push({ id: result.id, ...result.data(), }); } }); return data; };
@PM-rs4te
@PM-rs4te Жыл бұрын
useEffect(() => { auth.onAuthStateChanged((user) => { if (user) fetchPapers(); }); }, []);
@tadnology
@tadnology Жыл бұрын
I'll look into it. But a quick fix would require you to ensure that getUser function returns an id. So maybe don't destructure it... and then check if the id is not null.
@estefaniaceballos8528
@estefaniaceballos8528 Жыл бұрын
Thank you! This video has helped me a lot.
@tadnology
@tadnology Жыл бұрын
Glad it helped!
@GeraldOD
@GeraldOD Жыл бұрын
🔥🔥🚀
@tadnology
@tadnology Жыл бұрын
🔥🔥
@mohamedgharib9350
@mohamedgharib9350 Жыл бұрын
Thank
@emreshepherd
@emreshepherd Жыл бұрын
Did you notice the problem at 24:03? I have been struggling with the same issue for a while but haven't been able to find a solution. If the user is logged in, they should not be able to see the 'login' and 'register' pages. I am using 'useContext' and 'onAuthStateChanged' for this, but it redirects after a few seconds. A similar problem is that when I refresh the page, it first shows 'Login' and then becomes 'Logout'. Can you help me solve this problem?
@tadnology
@tadnology Жыл бұрын
Please check this video. I'm using context to solve that issue. I hope it solves your problem kzbin.info/www/bejne/goKudpqhoJWjb5I
@emreshepherd
@emreshepherd Жыл бұрын
@@tadnology I had actually watched that video. So, okay. I have decided to follow the path you watched. I will restart my project. Thank you.
@tadnology
@tadnology Жыл бұрын
You can check out the code on GitHub: github.com/MonamaTV/paper-sharing
@tadnology
@tadnology Жыл бұрын
You can check out the code on GitHub: github.com/MonamaTV/paper-sharing
@tadnology
@tadnology Жыл бұрын
You can check out the code on GitHub: github.com/MonamaTV/paper-sharing
@tadnology
@tadnology Жыл бұрын
You can check out the code on GitHub: github.com/MonamaTV/paper-sharing
@coffeecuppepsi
@coffeecuppepsi Жыл бұрын
very nice thank you!
@tadnology
@tadnology Жыл бұрын
Glad you like it!
@skyfox_7
@skyfox_7 Жыл бұрын
Best video, thank you very much bro. :)👍
@tadnology
@tadnology Жыл бұрын
Thank you too. Glad you liked it
@ogt1407gabriel
@ogt1407gabriel Жыл бұрын
your video has really helped me thanks dude
@tadnology
@tadnology Жыл бұрын
Thank you for checking out the video. Glad I could help.
@bigredeyesproductions9274
@bigredeyesproductions9274 Жыл бұрын
Don't want to waste my time on another tutorial that isn't updated for some packages not working with latest react, is there any conflict for this app and current releases?
@tadnology
@tadnology Жыл бұрын
I can guarantee you that the project uses the latest version of React, and nothing should break or get into any conflict.
@constantlp6363
@constantlp6363 Жыл бұрын
Hello, I would like to make a calculator of the same type with additional features. Do you offer this paid service? And if yes where can i contact you?
@tadnology
@tadnology Жыл бұрын
Hi, what kind of features are you talking about? You can reach via email. Maybe we could see how it goes.
@constantlp6363
@constantlp6363 Жыл бұрын
@@tadnology Hello i have contact you in mail
@Thiarara_superWP
@Thiarara_superWP Жыл бұрын
You should always consider some of us are green and we are beginners, if the start file installation could be shown how you arrived with them, it could be more meaningful, it is just stacked from startup files. not arriving to "hello world" stacked. I followed for more than 30min but can't get it done.
@tadnology
@tadnology Жыл бұрын
Thank you for your input. I will work on making the videos more beginner friendly to accommodate everyone.
@tadnology
@tadnology Жыл бұрын
Also, don't hesitate dropping a question if there's something you need clarity on.
@Thiarara_superWP
@Thiarara_superWP Жыл бұрын
@@tadnology can i send you an email for more clarification?
@Thiarara_superWP
@Thiarara_superWP Жыл бұрын
From start to finish. Boom. You missed how to deploy it online. Thank you for your effort.
@tadnology
@tadnology Жыл бұрын
I will deploy it online after we have complete the project. Also the code will be available on GitHub. Thank you for checking out the video.
@Thiarara_superWP
@Thiarara_superWP Жыл бұрын
@@tadnology walking with you all the way, should i expect part2 ?
@tadnology
@tadnology Жыл бұрын
Yes. Part 2 is dropping in a few days.
@Thiarara_superWP
@Thiarara_superWP Жыл бұрын
@@tadnology thank you for your effort. waiting.
@Thiarara_superWP
@Thiarara_superWP Жыл бұрын
@@tadnology also include payment plan and payment gateway.
@sheringreen6019
@sheringreen6019 Жыл бұрын
Could you please do a tutorial regarding load balancing using Node cluster and other methods for load balancing.
@tadnology
@tadnology Жыл бұрын
Thank you for the recommendation. I'll add it on my future videos.
@sheringreen6019
@sheringreen6019 Жыл бұрын
Could you please provide code in GitHub.
@tadnology
@tadnology Жыл бұрын
You can find the code in this repo. github.com/MonamaTV/tadjobs-api
@BugArray
@BugArray Жыл бұрын
Nice one bro .. Keep up the good work bro
@tadnology
@tadnology Жыл бұрын
Thank you brother. 🔥💯
@ajitkumarpoolathodiyil6378
@ajitkumarpoolathodiyil6378 Жыл бұрын
Thank you for the recipe search react app. Excellent content on videos. 👍
@tadnology
@tadnology Жыл бұрын
Glad you like them!
@ajitkumarpoolathodiyil6378
@ajitkumarpoolathodiyil6378 Жыл бұрын
Thank you for sharing the recipes search react app and the live site also. Excellent content on your video.👍
@tadnology
@tadnology Жыл бұрын
Thank you so much 👍
@RealStory__hope
@RealStory__hope Жыл бұрын
what is inside utils types.ts file ?
@tadnology
@tadnology Жыл бұрын
That's where we defined the types for User, Location and more. This was done in the previous video.
@tadnology
@tadnology Жыл бұрын
Here's the video: kzbin.info/www/bejne/nXKqlKape6aXqrM
@tadnology
@tadnology Жыл бұрын
Thank you for checking out the video
@pablomonama9535
@pablomonama9535 Жыл бұрын
Tadnology is doing the most keep it up 🤝🏿🤝🏿🤝🏿
@tadnology
@tadnology Жыл бұрын
Thank you. Onto the new year.
@bonfacenjuguna214
@bonfacenjuguna214 Жыл бұрын
thanks, great content
@tadnology
@tadnology Жыл бұрын
Thank you for checking out the video. 💪🏿🔥
@GeraldOD
@GeraldOD Жыл бұрын
🔥🤝🏾 I be playing hot air balloon game on playstore every time the network js down. Simple games are actually really refreshing. This is one of them.
@tadnology
@tadnology Жыл бұрын
Thank you. Kinda inspired to do more of this.🔥🔥
@GeraldOD
@GeraldOD Жыл бұрын
@@tadnology Please do bro. We here for it. 🙌🏾🔥
@artursargsyan4377
@artursargsyan4377 2 жыл бұрын
How to use typescript interfaces with nested objects with Joi?
@tadnology
@tadnology Жыл бұрын
I do not get your question. You mean that should have been the title of the video?
@zuzukouzina-original
@zuzukouzina-original 2 жыл бұрын
Thnx for the tutorial bro 💪🏼
@tadnology
@tadnology 2 жыл бұрын
You're welcome. Thank you too for checking out the video. 🔥
@tamathacampbell4985
@tamathacampbell4985 2 жыл бұрын
Very nice! By the way, it's useful to see the small errors and typos, because we see how you find and fix the problems. :)
@tadnology
@tadnology 2 жыл бұрын
Haha alright, I will always keep that in mind when I am recording. Thank you for the comment.🔥
@ranga3194
@ranga3194 2 жыл бұрын
100th Subscriber Thank you sir
@tadnology
@tadnology 2 жыл бұрын
Thank you. I appreciate it.🤝🏿
@tadnology
@tadnology 2 жыл бұрын
Code available on GitHub: github.com/MonamaTV/tadjobs-api
@tadnology
@tadnology 2 жыл бұрын
Code available: github.com/MonamaTV/nextjs-blog
@tadnology
@tadnology 2 жыл бұрын
Code available: github.com/MonamaTV/nextjs-blog
@tadnology
@tadnology 2 жыл бұрын
Code available on GitHub: github.com/MonamaTV/nextjs-blog
@marcoantoniorosasbarcenas5617
@marcoantoniorosasbarcenas5617 2 жыл бұрын
Can you share your code ?
@tadnology
@tadnology 2 жыл бұрын
Thank you for checking out the video. I'll make the code available on GitHub and share the link.
@tadnology
@tadnology 2 жыл бұрын
Here: github.com/MonamaTV/nextjs-blog
@mabellucena2485
@mabellucena2485 2 жыл бұрын
ᑭᖇOᗰOᔕᗰ 😴
@tadnology
@tadnology 2 жыл бұрын
How can I help?
@vishalgupta8986
@vishalgupta8986 2 жыл бұрын
Nice
@tadnology
@tadnology 2 жыл бұрын
Thank you for checking out the video. 🔥💪🏿