Salam, Ap jo kaam kar rahay hain ya kar chukay hain in lectures ko bananay me aur log in lecture say faida utha rahay hain jaisay ke mujhay faida hi faida horaha hai. Alhamdullilah! , log bar bar in lectures ko suntay aur amal kartay hain to unhain faida hota hai aur apko bhi youtueb ke earning me faida horaha hai, AGAR APP Kalma Parhlogay aur muslim hojaogay to aapko SadqaJariyah Ka sawab bhi milta rahay ga. Me aapko Allah ki taraf dawat de raha hoon. Meri Dua Hai keh Allah apko Hidayat Ata karay, Ameen.
Basically his teach first theory about what we going to learn. Pahile syntax samajo kaise work hota hai then give example. Fir ye konsi method hai purana vala require use krte the isme import use done karke batate hai. ♥️🙏 When I text him on social media his never ignored me his reply in some hours but it's kk for me.
my all method don't run and prefix method also...when i put * in All method and /api/* in prefix method they can't run...so please give needful response
Brother I get an one error that when I using routing in express so I amnt to serve an html page so I create a file with name of index.html and I serve it like this: app.get("/",(req, res)=>{ fs.readFile("./index.html", "utf-8" ,(err, cont)=>{ if(err){ through err; }else{ res.send(cont) } }) It is work but when I setup babel and compile my src folder to build folder and run index.js of build folder so I get an error because of path because index.html is in src so how I fix it.. when I use it without babel so it works but when I use css in index.html so I get an again error but when I use inline css so It again work Kindly reply me😊 I will waiting🧐
pls tell the extra parts like app.all and others in a separate video.. we are losing patience...1st video me itna detailing zaruri nahi hai.. details me aap baad me jaiye.. jo asli cheez hai sabse zaruri wo pehle bataiye na
Having less patience is not a good sign for being a good programmer. We spend our whole day or days to fix one small bug or to Learn small topic. So try to improve your patience level else you wont be able to debug your application Ultimately your frustration will force you to switch jobs and terminate projects.
bro page not fond code block is not working app.all('*', (req, res) => { res.send('Page Not Found!!!'); }) to jo new views he i think wo confuse ho sakete he new views kindly use below code to display 'Page Not Found!!!' response app.use((req, res) => { res.send('Page Not Found!!!'); });
Best course, even I follow in 2024, beginner based, simple explanation, It strong basic of programing👌👌👌👌
I love this guy, how easy and simple covering all topics and cases....amazing man amazing....
Your teaching style is very versatile and you teach everything in a easy way. 🙏
Bhai aap bohot acche se padhate ho or pura tor maror ke samjha rahe ho... Go ahead u will be future of RUclips best tutor 👍
Best ellaborative backend course yaar bhai!! Apka bohot bohot dhanybad!!
You are best teacher in the world
itna deep me samjate ho kya baat hai maza ayegiya
Salam, Ap jo kaam kar rahay hain ya kar chukay hain in lectures ko bananay me aur log in lecture say faida utha rahay hain jaisay ke mujhay faida hi faida horaha hai. Alhamdullilah! , log bar bar in lectures ko suntay aur amal kartay hain to unhain faida hota hai aur apko bhi youtueb ke earning me faida horaha hai, AGAR APP Kalma Parhlogay aur muslim hojaogay to aapko SadqaJariyah Ka sawab bhi milta rahay ga. Me aapko Allah ki taraf dawat de raha hoon. Meri Dua Hai keh Allah apko Hidayat Ata karay, Ameen.
Thank you bro. I really needed this tutorial. I love the way you explain every thing.
Why RUclips did't promote good channels
Best channel Geeky shows
Basically his teach first theory about what we going to learn. Pahile syntax samajo kaise work hota hai then give example. Fir ye konsi method hai purana vala require use krte the isme import use done karke batate hai. ♥️🙏 When I text him on social media his never ignored me his reply in some hours but it's kk for me.
Great Video of Routing, Thank you brother🙏
Awesome ExpressJS tutorial bro
Bro tune bahut acha padhaya hai
Amazing Explanation Sir....
Superb bro. I love Explanation ❤🙂
You are the best 💎
sir my console is returning localhost:$(port) instead of 3000 and its not opening my browser
guru ji react router or express js ki routing different hain mtlb konsa use kre
sir thanks ❤❤❤❤❤ for such courses
sir nice and best deep explanation..
my all method don't run and prefix method also...when i put * in All method and /api/* in prefix method they can't run...so please give needful response
world class!
Very nice and very helpful video
thank you so much sir for these videos
Very Clear
Many many thanx fnd
You are the best
Thanks bro..such a great
Very nice good tutorial
Thank you Bro.
Best Explanation 🤩🤩. Can you please provide the github link for express tutorial code
Hi you can download complete NodeJS Express JS Mongo DB study material + code from official website geekyshows.com
Muze pura bharosa hai ye video dhek ne ke baad kahi dusra video nahi dhekna padenga
Very nice explain Thanks
Brother I get an one error that when I using routing in express so I amnt to serve an html page so I create a file with name of index.html and I serve it like this:
app.get("/",(req, res)=>{
fs.readFile("./index.html", "utf-8" ,(err, cont)=>{
if(err){
through err;
}else{
res.send(cont)
} })
It is work but when I setup babel and compile my src folder to build folder and run index.js of build folder so I get an error because of path because index.html is in src so how I fix it..
when I use it without babel so it works but when I use css in index.html so I get an again error but when I use inline css so It again work
Kindly reply me😊
I will waiting🧐
very nice video/bangladesh
Sir please make mern stack projects like ecommerce pizza delivery and many more
Thanks Bhai
my next function not working actually getting an error
Thank you!
7th comment But I want heart
Sorry bhai for delay. (I am out of the station).
Angular kab ayega?
First
32:20
Kitne video aur baki hai please reply ???
pls tell the extra parts like app.all and others in a separate video.. we are losing patience...1st video me itna detailing zaruri nahi hai.. details me aap baad me jaiye.. jo asli cheez hai sabse zaruri wo pehle bataiye na
Having less patience is not a good sign for being a good programmer. We spend our whole day or days to fix one small bug or to Learn small topic. So try to improve your patience level else you wont be able to debug your application Ultimately your frustration will force you to switch jobs and terminate projects.
bro page not fond code block is not working
app.all('*', (req, res) => {
res.send('Page Not Found!!!');
})
to jo new views he i think wo confuse ho sakete he
new views kindly use below code to display 'Page Not Found!!!' response
app.use((req, res) => {
res.send('Page Not Found!!!');
});