Пікірлер
@oluwaseunajibowo7422
@oluwaseunajibowo7422 18 сағат бұрын
Your teaching is so smooth, thanks for this ✌️
@igrcpg01
@igrcpg01 Күн бұрын
i get error authForm.current, when moving to signup and moving again to signin error filed to construct 'FormData : parameter 1 is not of type 'HTMLFormElement
@indianrailwaysfanclub-byam9658
@indianrailwaysfanclub-byam9658 Күн бұрын
i
@eguseinow
@eguseinow 2 күн бұрын
You are totally insane 👏
@ayomidekay6102
@ayomidekay6102 2 күн бұрын
For the "db.collection is not a function" error, I have discovered that it is because the newer versions of Firebase have stopped that format of adding data to your Cloud Firestore. For newer versions, firebase uses the setDoc method to add data and the revised code will look something like this: try { await setDoc(doc(db, 'blogs', docName), { title: blogTitleField.value, article: articleField.value, bannerImage: bannerPath, publishedAt: `${date.getDate()} ${ months[date.getMonth()] } ${date.getFullYear()}`, }).then(() => { console.log('Date Entered'); // alert('Blog post published successfully'); // location.href = '/blogpage'; // Redirect to the blog page }); } catch (err) { console.error(err); } Note, we make the publishBtn function an async one so we can make use of the await. Hope this helps. Moving on.
@hysteria5298
@hysteria5298 3 күн бұрын
where is the source code?
@chamikaapp7278
@chamikaapp7278 3 күн бұрын
Hello, I wanto to load embed type links. exmalple instagram, facebokk and etc. how to do that. I tried but failed. please tell me how to do this.
@laxmisingh5160
@laxmisingh5160 5 күн бұрын
Is this responsive
@user-kd9mc1hq2b
@user-kd9mc1hq2b 5 күн бұрын
Please Tell
@ModernWeb
@ModernWeb 3 күн бұрын
yes its fully responsive
@user-kd9mc1hq2b
@user-kd9mc1hq2b 3 күн бұрын
@@ModernWeb Thanks, I am going to start making this from today only
@leonytgames
@leonytgames 6 күн бұрын
Hey there! For some reason i can't register (no errors anywhere and the alert thing doesnt pop up) (14:22) If anyone could help? i would be grateful for every help!
@ucodemastery
@ucodemastery 8 күн бұрын
we can prevent editorjs to render twice using useRef() const editorRef = useRef(null); useEffect(() => { if (!editorRef.current) { editorRef.current = new EditorJS({ holder: "blogEditor", data: "", placeholder: "Let's write an awesome story", }); } }, []);
@karimmuhammad7051
@karimmuhammad7051 9 күн бұрын
First of all, I appreciate your work mate, you really awesome. really really thanks so much to you I have a small question, why we created special route for uploading images here 59:20? why we just show image which user upload in website, and at the end when use publish blog we save this image in Blog document once? why we create special request for uploading image?
@ModernWeb
@ModernWeb 3 күн бұрын
you can make image uploading request when publishing the blog and store it to the blog document afterwards if you want.
@codingcush1435
@codingcush1435 9 күн бұрын
its very helpful video! 👌
@laxmisingh5160
@laxmisingh5160 5 күн бұрын
Is this responsive
@laxmisingh5160
@laxmisingh5160 5 күн бұрын
Please tell
@codingcush1435
@codingcush1435 2 күн бұрын
@@laxmisingh5160 Yes it is
@Funny-Denny
@Funny-Denny 9 күн бұрын
Thank for sharing plz more 🔥🔥
@PersonalAccount-j6o
@PersonalAccount-j6o 10 күн бұрын
why this is so difficult for me
@strooooooong
@strooooooong 11 күн бұрын
I don't know when I add card-body content it displays in body not inside card container
@linusyong4731
@linusyong4731 12 күн бұрын
On 4:55 when I type "SELECT * FROM users;" it says "'more' is not recognized as an internal or external command, operable program or batch file." Can someone please help?
@linusyong4731
@linusyong4731 12 күн бұрын
Nevermind, all I had to do was turn the pager off using: \pset pager off
@oluwaseunajibowo7422
@oluwaseunajibowo7422 14 күн бұрын
Is anyone having issues with the delete replies functionality? I'm getting error here please.
@oluwaseunajibowo7422
@oluwaseunajibowo7422 16 күн бұрын
I jst finished this part, so interesting ❤.
@NikunjPatel-l2t
@NikunjPatel-l2t 19 күн бұрын
NOTE: The AWS SDK for JavaScript (v2) will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. Please migrate your code to use AWS SDK for JavaScript (v3). i have got the error i was find a solution on internet but i can't see any solution so please let me know anyone to how to solve this error please.
@NikunjPatel-l2t
@NikunjPatel-l2t 19 күн бұрын
The AWS SDK for JavaScript (v2) will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. Please migrate your code to use AWS SDK for JavaScript (v3) I have got this error while doing code so anyone can let me know , how i can solved this error ?
@vb4443
@vb4443 20 күн бұрын
Thank you so much you saved me hours!
@AbdullaZufarov
@AbdullaZufarov 22 күн бұрын
Hello, the video turned out well. But the video needs to be updated or deleted. Because I wrote the code for 1 day yesterday but the code didn't work. failed to download mp3 and got NAN error. Please change the video if you read the comment. Sorry for the rambling but I spent 1 day.
@ModernWeb
@ModernWeb 22 күн бұрын
Can you elaborate what exactly you are facing ?? Maybe its some code error on your side.
@AbdullaZufarov
@AbdullaZufarov 22 күн бұрын
@@ModernWeb Sry my mistake not this video. kzfaq.info/get/bejne/kMyPo9aSr5PbgGg.html this video. I write code in ejs experss js image loaded but mp3 file not
@triggah7199
@triggah7199 23 күн бұрын
does it have a dark mode?
@ModernWeb
@ModernWeb 23 күн бұрын
Yes. Check part 6
@shukri1872
@shukri1872 24 күн бұрын
wonderful tutorial, very helpful, clear and concise
@vivio2115
@vivio2115 27 күн бұрын
This is fire 🔥 🔥 I love it You help me a lot
@OnurrrYilmazz
@OnurrrYilmazz 27 күн бұрын
TypeError: Cannot read properties of undefined (reading 'access_token') at Navbar (navbar.component.jsx:10:35) I get this error
@Vinex-ye1du
@Vinex-ye1du Күн бұрын
console.log(access_token)
@OnurrrYilmazz
@OnurrrYilmazz 27 күн бұрын
Can we get the source codes if we subscribe to the channel?
@SihleGqeza-s6m
@SihleGqeza-s6m 27 күн бұрын
When I try to insert the signup data into the database, the console gives an error that the signup is undefined.
@sahebullah2194
@sahebullah2194 28 күн бұрын
Is there anyone who has completed this course, can u please share your code, I am continuously getting errors after errors. For more than 10 days I am stuck at the same error.
@sahebullah2194
@sahebullah2194 29 күн бұрын
Hey, I am stuck at 3:21:00 , it shows me an error while showing the signup data in the mongodb
@SihleGqeza-s6m
@SihleGqeza-s6m 27 күн бұрын
Same here
@Iqrauni-y4o
@Iqrauni-y4o Ай бұрын
can u please tell me that how to initialize NPM in Visual studio code
@itisme2022
@itisme2022 Ай бұрын
appreciate your work mate , really nice and helpful
@vasuoberoi3420
@vasuoberoi3420 Ай бұрын
can you tell what themes you are using
@oluwaseunajibowo7422
@oluwaseunajibowo7422 Ай бұрын
This is super awesome project, however I used cloudinary for my image upload 😅.
@nguyenthanh6818
@nguyenthanh6818 Ай бұрын
Your explanation is very easy to understand, but to the Google Authentication part, I had a problem. Can you please suggest how to use the material for this section? Thank you.
@oluwaseunajibowo7422
@oluwaseunajibowo7422 Ай бұрын
It was awesome, I just finished part one of the tutorial 😊
@kindachad
@kindachad Ай бұрын
hey, I'm currently working in this project and facing some issues in backend can you help me with that please
@sahebullah2194
@sahebullah2194 29 күн бұрын
Hey, I am stuck at 3:21:00 , it shows me an error while showing the signup data in the mongodb
@sahebullah2194
@sahebullah2194 29 күн бұрын
​@@kindachadme too, wanna talk ?
@oluwaseunajibowo7422
@oluwaseunajibowo7422 29 күн бұрын
@@sahebullah2194 kindly re-check your code for possible error .
@oluwaseunajibowo7422
@oluwaseunajibowo7422 29 күн бұрын
@@kindachad ok, where are you facing these errors?
@DiamondBoy
@DiamondBoy Ай бұрын
If anyone had an error with the $ sign use at 26:28. Use the backtick key. Depending on what keyboard you have its underneath the escape key and left of the 1 key. it should look like this: `url('${song.cover}')`; Hope it helps 👍
@Sampleando-innovacion
@Sampleando-innovacion Ай бұрын
Gracias amigo excelentes tus conocimientos y ganas de compratirlos, no como otros de este sitio mil gracias
@Phoenix-dd3kb
@Phoenix-dd3kb Ай бұрын
which font are you using on your vs code ?? please reply
@pspkmems6549
@pspkmems6549 Ай бұрын
thank you soooo much
@sonamkushwaha1411
@sonamkushwaha1411 Ай бұрын
Sir how to install npm
@animhossain9309
@animhossain9309 Ай бұрын
When the existing post goes to edit, no content appears in the editor js textarea, it shows empty. How to solve it?
@avoxbumbabumba1498
@avoxbumbabumba1498 Ай бұрын
please help why i have this error: ReferenceError: db is not defined at HTMLButtonElement.<anonymous> (editor.js:66:9)
@bydeiv
@bydeiv Ай бұрын
Hello, does anyone know how to set the infinite scroll?
@bydeiv
@bydeiv Ай бұрын
Hello, I subscribed and downloaded the unsplash clone, I love what you did, I just would like the scroll to be infinite
@visionsapkota1677
@visionsapkota1677 Ай бұрын
I am having a problem. In terminal after typing npm init It shows error How to fix it?