Тёмный
Code With Yousaf
Code With Yousaf
Code With Yousaf
Подписаться
Code With Yousaf is my attempt to teach basics and those coding techniques to people in short time which took me ages to learn.
At Code With Yousaf, I provide a quick and to the point demo along with resources of anything and everything I teach.

Quality programming videos :)
React CRUD App: Build it with RTK Query & API
57:36
3 месяца назад
Currency Converter In React JS
22:42
4 месяца назад
Login and Signup Page in React JS with Firebase
19:19
5 месяцев назад
How to Use .env File in NodeJS
5:12
7 месяцев назад
React Page Transition using Framer Motion
10:33
7 месяцев назад
Комментарии
@tamanpardesi8037
@tamanpardesi8037 19 часов назад
god bless you
@RomaBayramov-ko2od
@RomaBayramov-ko2od 20 часов назад
Thank you very much for your effort in posting such a great content. Your code is even clear without explanation. Thank you very much. Please continue doing what you do, you're a brilliant💎
@FredrickAniebonam
@FredrickAniebonam 22 часа назад
How do I make it work like a slot in Next.js such that the home component changes when the menus in the sidebar are clicked
@hasithatec8975
@hasithatec8975 23 часа назад
Thanks for the video
@user-nd3ot8pb2t
@user-nd3ot8pb2t День назад
am not able to see the less secure app
@tryinfo
@tryinfo День назад
Could please share source code
@aryantiwary487
@aryantiwary487 День назад
thank you , it works
@arundhoundiyal8537
@arundhoundiyal8537 День назад
Sir meri help kar dijiye mai bada pareshan hu mai full stack web pe Kam kar raha hu jisme user details lekar unhe SQL database mai store karke Frontend side mai display karta hu basically crud based bana Raha hu problem ye hai ki user details Post to ho Rahi hai get bhi ho rahi hai frontend mai with display lekin kuch time ke bad disappear ho ja Rahi hai mai 3 din se laga hu lekin problem solve nahi ho rahi hai
@Aitech885
@Aitech885 День назад
you arte a legend you don have a github my friend
@isoulfeed1g554
@isoulfeed1g554 День назад
If somebody wants to fix the buttons so you can press them one time instead of having to press them to times you need to change " setErrors(Validation(values)) if(errors.name === "" && errors.email === "" && errors.password === "") { " In Login.js and Signup.js To " const err = Validation(values); setErrors(err); if(err.name === "" && err.email === "" && err.password === "") { "
@rahulpatel4676
@rahulpatel4676 День назад
thanx brother
@codewithyousaf
@codewithyousaf День назад
Thanks
@BhadrinathRao-yn9pt
@BhadrinathRao-yn9pt 2 дня назад
hello, does this work to get notifications in my phone through my react js web
@rishidongre6772
@rishidongre6772 2 дня назад
Thanx brother
@firefly1887
@firefly1887 2 дня назад
does real world mern project look like this?
@ed4183
@ed4183 2 дня назад
Thank you so much bro, it really worked. I had some problem at first... It was saying "𝗨𝗻𝗯𝗮𝗹𝗲 𝘁𝗼 𝘀𝘁𝗿𝗲𝗮𝗺 𝗽𝗱𝗳: 𝗵𝗲𝗮𝗱𝗲𝗿𝘀 𝗮𝗹𝗿𝗲𝗮𝗱𝘆 𝘀𝗲𝗻𝘁" And, I placed 𝙤𝙗_𝙨𝙩𝙖𝙧𝙩(); php function on top of the page and if it is still giving you problems use the code below to see where the error is coming from: $𝗳; $𝗹; 𝗶𝗳(𝗵𝗲𝗮𝗱𝗲𝗿𝘀_𝘀𝗲𝗻𝘁($𝗳,$𝗹)) { 𝗲𝗰𝗵𝗼 $𝗳,'<𝗯𝗿/>',$𝗹,'<𝗯𝗿/>'; 𝗱𝗶𝗲('𝗻𝗼𝘄 𝗱𝗲𝘁𝗲𝗰𝘁 𝗹𝗶𝗻𝗲'); } Thanks again bro..
@user-uk4qn9ys6r
@user-uk4qn9ys6r 2 дня назад
Hi, that is fantastic and just what I am looking for! Many thanks. May I inquire how I may link it with the server? I have an automatic script, and I would like to see the output shown in a dashboard. any help ?
@irfanullah2910
@irfanullah2910 3 дня назад
Great video, amazing knowledge gain from this lecture. I was searching and watching tutorial for this, but finally now solved very easily due to your instructions and guidance. A lot of thanks for providing such amazing contents for free. It means a lot.
@bibico947
@bibico947 3 дня назад
How to modify a public react project?
@ni3maboukharist680
@ni3maboukharist680 3 дня назад
Pleas can you share github link for code sources
@ghinasaleem1866
@ghinasaleem1866 4 дня назад
Can u give source code
@lumix3855
@lumix3855 4 дня назад
thank you yousaf. you are such a big help
@heshamelmesalmy5950
@heshamelmesalmy5950 4 дня назад
please help : error SyntaxError: Unexpected token '.' ←[90m at Object.compileFunction (vm.js:344:18)←[39m ←[90m at wrapSafe (internal/modules/cjs/loader.js:1048:15)←[39m ←[90m at Module._compile (internal/modules/cjs/loader.js:1082:27)←[39m ←[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1138:10)←[39m ←[90m at Module.load (internal/modules/cjs/loader.js:982:32)←[39m ←[90m at Function.Module._load (internal/modules/cjs/loader.js:875:14)←[39m ←[90m at Module.require (internal/modules/cjs/loader.js:1022:19)←[39m ←[90m at require (internal/modules/cjs/helpers.js:72:18)←[39m at Object.<anonymous> (D:\Programming\Node JS\code\server ode_modules\←[4mmongodb←[24m\lib\index.js:6:17) ←[90m at Module._compile (internal/modules/cjs/loader.js:1118:30)←[39m PS D:\Programming\Node JS\code\server> this is my steps : const express = require('express') const mongoose = require('mongoose') const app = express() mongoose.connect('mongodb://localhost:27017') const UserSchema = new mongoose.Schema ({ name: String, age: Number }) const UserModel = mongoose.model("user", UserSchema) app.get("/", (req, res) => { UserModel.find({}).then(function(users) { res.json(users) }).catch(function(err) { console.log(err) }) }) app.listen(3000, () => { console.log("server is running") })
@tharushamax2174
@tharushamax2174 4 дня назад
Thanks bro , good luck ,great work👍
@fola_azeez
@fola_azeez 4 дня назад
Amazing video bro, I learned a lot. Thank you
@onion2530
@onion2530 4 дня назад
it say net::err_connection_refused how to solve??
@kranthikumar5215
@kranthikumar5215 4 дня назад
Waaaaaaaaaaa,,,,You are true youtuber with crystal clear explanation 👌 bhai ❤️ u lot .....N god bless u bro.....for teaching us!!!🎉
@user-fu8ox5gs8c
@user-fu8ox5gs8c 5 дней назад
blour ku kar rahe ho kam se km command to dikha ki kya run kar rahe ho terminal me
@sureshrajendran4849
@sureshrajendran4849 5 дней назад
How to join two table,I need to display I'd,name.
@SYSNETIXTECHNOLOGY
@SYSNETIXTECHNOLOGY 5 дней назад
fake
@khlgaming36
@khlgaming36 7 дней назад
Thank you bro
@runraja398
@runraja398 7 дней назад
Bro without command using possible or not --watch db json because production not using command
@NawafXRMFC
@NawafXRMFC 7 дней назад
esfsef
@NawafXRMFC
@NawafXRMFC 7 дней назад
sefe'f
@NawafXRMFC
@NawafXRMFC 7 дней назад
dsf sfDFf
@NawafXRMFC
@NawafXRMFC 7 дней назад
d dfg fgd gf
@NawafXRMFC
@NawafXRMFC 7 дней назад
axios
@uyty1204
@uyty1204 8 дней назад
hello Code With Yousaf and thanks you so much i want take your code so how i can take it. please
@mohd.irfanlohar4544
@mohd.irfanlohar4544 8 дней назад
Too much helpful jus have one doubt actually my folder is like this inside frontend or react app folder I have backend folder so shall I continue with that I have to use folder structure like yours
@krishnanm.k2879
@krishnanm.k2879 8 дней назад
Thanks man really appreciate it...
@lopamudramishra1200
@lopamudramishra1200 8 дней назад
nice video. thank you
@SSSGISitapur
@SSSGISitapur 8 дней назад
i hv created app password but options not showing as in your video time(1.51 minutes )
@All365_Khaladunnabi
@All365_Khaladunnabi 8 дней назад
thanks
@motivationalmusic3721
@motivationalmusic3721 9 дней назад
Vercel is faster than render ?
@TheMorrogoth
@TheMorrogoth 9 дней назад
Where is the JSON file? You are using a JS file. That isn't the same thing as JSON. JSON requires Fetch.
@armyforever-yv4he
@armyforever-yv4he 9 дней назад
thank you
@user-nw1rf5ub9y
@user-nw1rf5ub9y 9 дней назад
when i, logging in the proteted routs to the admin and than add student its 505 when im adding student without log its write the invalid admin so in sumery i have bug when im log to admin and than add student can u help me?
@user-nw1rf5ub9y
@user-nw1rf5ub9y 9 дней назад
sorry status 500
@BhanuPratapSinghBisht
@BhanuPratapSinghBisht 9 дней назад
Sir, you are using window + v to see the copy element.
@yonathantekeste1618
@yonathantekeste1618 9 дней назад
many thanks bro !!!
@vavinashece5158
@vavinashece5158 10 дней назад
Can you also provide code source git-hub link? It will be helpful if possible.
@BongoCatintheHead
@BongoCatintheHead 10 дней назад
would be much help if you share the source code