one edge case u missed is that if we generate shortId for the same redirectUrl it generated 2 shortids, to solve this we can check in our db that if user has already requested shortId for that original url previously if yes serve him the same url and dont generate new shortID, good lec btw piyush bhai
you know what, what u just said is absolutely and prolifically true my friend, i was a noob in backend until i stumbled upon this playlist, Piyush is so good at explaining even the toughest concepts in node, which other you tubers just skip past.
By default VSCode does not have syntax highlighting for EJS template files. You need to install a plugin like this one - EJS language support. You also need to configure the file association for .ejs files. In order to do so type the following command (using CTRL + SHIFT + P) - Change language mode and then select Configure file association for .ejs, then select HTML from the dropdown.
00:01 Server Side Rendering renders the entire web page from the server. 02:05 Templating engines in server side rendering solve the server side problem by reducing code complexity. 04:16 Using EJS as a templating engine for server-side rendering 06:34 Setting view engine and creating views folder for EJS files 08:27 Configuring Views Path for EJS in Express 10:26 Create an LI tag with the URL ID for server-side rendering with EJS and Node.JS. 12:34 Setting up a static router for serving front end pages. 14:42 Implementing form and handling post requests in Node.JS 17:22 Implementing server-side rendering and handling JSON response in Node.js with EJS. 19:41 Configuring ports and rendering pages 21:19 Creating a dynamic table in EJS 23:49 Server side rendering with EJS and Node.JS makes rendering and serving data to the front end easier
(FIXED)the shortIds are not showing when calling from ejs file. The html document is giving blank elements without shortId. : EDIT : Ok I was dumb to see a = in the syntax. I was doing without this =. This does not give any error thats why it took me time to notice.
You use React + React router for rendering & routing & for communication between React & Node you send fetch requests from react to the IP of your Node server. However, this won't be server side rendering anymore of course.@@duztv5370
I have doubt.Frontend alag rakho backend se ,front-end ke liye ek hi project directory me folder banao or usme front-end ka code likh do using any framework like react js or angular js.Ye ejs karne ki kya jarurat
Not understanding not working these program uu created wrong but u change in not showing in video so that's way it is not working code mismatched......
You have made it very complex to understand i saw each and every videos but You are still working on same file that's create problem to understand how does code work. pls make separate files for understanding.
I have a question. When you are rendering the home page with shortid from the handleGenerateNewShortURL function, the path on the address bar is localhost:8001/url but i want it localhost:8001/ (the same url which is used to render home page). How do I do that? Just give me a basic idea please.
Okay what you can do is you can update your form action = "/" and at static router add another route for a post request like you have done in this localhost:8001/url at the function in your controls there instead of only passing id as object pass url by URL.find({}) then it will work for you
No hate but I don't know why people just fall in love with every tutor, although appreciation is good but going to extremes for just buttering people is not good
If you are facing error then try to solve it by own and give time to think that what is the issue in it . Still, you are facing error then dont waste 4 days to just solve that error . So should use the chatgpt and give the command or just copy the error and paste in it. Your issue will be solved
In index.js, change app.get("/:shortId",.......) to app.get("/url/:shortId", .........). This is happening because there two functions defined for / path, one is / and another one is /:shortId
Aslamullakum Sir I am new in node and start learning from your course and face the problem when I create Short id of given URL, it create only one url short id when I put another Url i will show E11000 key duplication how I can get rid this issues Sir
@@AyushSingh-lp8wi use this inside your "/test" route function. You should name the variable correctly before passing it to ejs file: return res.render("home", { urls: allUrls, });
i have been following you for this playlist and i build same endpoints for post(making new url) and get(get all shorturl from database) that is '/' now i get an error whenever i use call for '/' in my browser then it shows a error which is in post request(as i tried to recall the same posted data in it using await) ans using console.log to print its timestamp just for fun, the error tells me that this timestamp is null and when i changed the url from '/' to '/url' for get and '/cal' for post the error was resolved as the browser only calls for get then why is this happening?
i faced the same issue. when my router was "/url" my ejs was not getting passed and i was getting the same error as yours: timestamp is nulll. So i also changed the route to something else and then it worked. did you find why it was happening? im confused
one edge case u missed is that if we generate shortId for the same redirectUrl it generated 2 shortids, to solve this we can check in our db that if user has already requested shortId for that original url previously if yes serve him the same url and dont generate new shortID, good lec btw piyush bhai
another day of me feeling sorry for the kids like me who wanna learn backend but dont know about THIS GEM on youtube ooooofe
Well we all are gems general engineering males 😂
you know what, what u just said is absolutely and prolifically true my friend, i was a noob in backend until i stumbled upon this playlist, Piyush is so good at explaining even the toughest concepts in node, which other you tubers just skip past.
By default VSCode does not have syntax highlighting for EJS template files. You need to install a plugin like this one - EJS language support.
You also need to configure the file association for .ejs files. In order to do so type the following command (using CTRL + SHIFT + P) - Change language mode and then select Configure file association for .ejs, then select HTML from the dropdown.
Thanks for the help dear
thanks bro for the info
thnx bro for the help
it was helpful :)
Thankyou so much bhai
00:01 Server Side Rendering renders the entire web page from the server.
02:05 Templating engines in server side rendering solve the server side problem by reducing code complexity.
04:16 Using EJS as a templating engine for server-side rendering
06:34 Setting view engine and creating views folder for EJS files
08:27 Configuring Views Path for EJS in Express
10:26 Create an LI tag with the URL ID for server-side rendering with EJS and Node.JS.
12:34 Setting up a static router for serving front end pages.
14:42 Implementing form and handling post requests in Node.JS
17:22 Implementing server-side rendering and handling JSON response in Node.js with EJS.
19:41 Configuring ports and rendering pages
21:19 Creating a dynamic table in EJS
23:49 Server side rendering with EJS and Node.JS makes rendering and serving data to the front end easier
hope this video will reach every tech student out there🤞🤞
Tip: Before starting read about SSR & CSR, What is view engines and view etc, after that you will be able to follow this tutorial easily.
The best thing i love the overall explanation of the flow . 💘
Thank you so much...❤️❤️ You explained it so nicely and this is so informative...❤️❤️
great explanation sir
(FIXED)the shortIds are not showing when calling from ejs file. The html document is giving blank elements without shortId.
: EDIT :
Ok I was dumb to see a = in the syntax. I was doing without this =. This does not give any error thats why it took me time to notice.
Same bro 🤣
yeah bro ejs syntax is shit it took my whole day . Thanks
i'm so much thankfull to you for this one
Ha ye "=" ne bhi mera time khaya
One of the best youtuber
you r master mind wish u best of luck you gave me such a big support
Great content Bhaiya. Pls also provide source code its hard to code and learn at same time
Bhai you are doing amezing ♥️
best tutorial with great explanation..
Great explanation, thank you so much
Great tutorial keep it up bhaiya
Great video
amazing bro✨✨
Is there any (sensible) way of combining this with react & a modular structure?
Hi! Have you been able to figure it out?
You use React + React router for rendering & routing & for communication between React & Node you send fetch requests from react to the IP of your Node server. However, this won't be server side rendering anymore of course.@@duztv5370
sir can we use JSX to do server side rendering?
yes
you are gem instructor
nice video. thanks
I have doubt.Frontend alag rakho backend se ,front-end ke liye ek hi project directory me folder banao or usme front-end ka code likh do using any framework like react js or angular js.Ye ejs karne ki kya jarurat
server side rendering dynamic websites k liye boht fast hoti hai , frontend me api's ko data lana phir load krna ye sab boht time consuming hai
No default engine was specified and no extension was provided.
ye error a raha h how to resolve??
Great video ❤
ZABARDAST!!!!
Thanks bro
How to connect nodejs with Angular
What is difference between making a ui with template engine and with frontend library like react and next js ?
With ReactJs and NextJs, our web pages get loaded component-wise, without page reloading. I believe we reload webpages or urls in node.
I have already covered this in my REST API video in this playlist itself. Thanks ✨
ye wala sach me khatrank tha
Action='/url' this part is creating the problem. Upon clicking on generate button nothing is happening. Plz help plz help
same problem, have u found out the solution for it
thanks man
what is the extension for ejs snippets?
Not understanding not working these program uu created wrong but u change in not showing in video so that's way it is not working code mismatched......
Sorry to say but this one is quite difficult
How do i pass objects from EJS File to back-end Route ?
by renderinh home page in res.render in routes
Why for home.ejs import is not necessary?
because ur giving whole views file in path
Ejs me seperate css or js file banti he kya or banti he to kese please batao
You have made it very complex to understand i saw each and every videos but You are still working on same file that's create problem to understand how does code work. pls make separate files for understanding.
I have a question. When you are rendering the home page with shortid from the handleGenerateNewShortURL function, the path on the address bar is localhost:8001/url but i want it localhost:8001/ (the same url which is used to render home page). How do I do that? Just give me a basic idea please.
bhai same dought mera bhi hai, ager aapka solve ho gya ho to kya code mil sakta hi🙏🙏
@@akhileshsingh0136 Mila kya bhai ?
@@ghost10326Same doubt.Did you get the solution?
Okay what you can do is you can update your form action = "/" and at static router add another route for a post request like you have done in this localhost:8001/url at the function in your controls there instead of only passing id as object pass url by URL.find({}) then it will work for you
Bhai thora dheere dheere bataya karo bhai hum beggeners ko smjhne m thora time lagta hai
No hate but I don't know why people just fall in love with every tutor, although appreciation is good but going to extremes for just buttering people is not good
sir source code error aa rha hai
Ahhhh! I'm getting this error for 4 days 🤮 TypeError: Cannot read properties of null (reading 'redirectURL')
i was also facing the same issue but the mistake was in updating visitHistory
mee too same...@piyushgarg bhaiya please help
If you are facing error then try to solve it by own and give time to think that what is the issue in it . Still, you are facing error then dont waste 4 days to just solve that error . So should use the chatgpt and give the command or just copy the error and paste in it. Your issue will be solved
In index.js, change app.get("/:shortId",.......) to app.get("/url/:shortId", .........). This is happening because there two functions defined for / path, one is / and another one is /:shortId
hello
check your shortid(if any word capital or small) name in schema write same name in app.get when u fetch shortid
Guys if someone had complete code for this particular lecture then pls kindly let me know .
10:30 recap
❤
Aslamullakum Sir I am new in node and start learning from your course and face the problem when I create Short id of given URL, it create only one url short id when I put another Url i will show E11000 key duplication how I can get rid this issues Sir
unique true kiya hoga apne schema mein, aur kya same domain enter kr rhy thy?
home.ejs mai urls.foreach mai urls not defined aara hai ...error giving , tried everything chatGPT , still not able to correct it
for in loop use kar bhai
@@lethalwarrior7 bhai for in loop kaise use kare isme for in ka syntax hi nhi hai
Did you solved this error? I am stucked in it
@@AyushSingh-lp8wi use this inside your "/test" route function. You should name the variable correctly before passing it to ejs file:
return res.render("home", {
urls: allUrls,
});
@@tarunbuser I tried but the problem was not solved. Please help 3 din se kosis kr rha hu but ho he nhi rha.....😵💫
i have been following you for this playlist
and i build same endpoints for post(making new url) and get(get all shorturl from database) that is '/' now i get an error whenever i use call for '/' in my browser then it shows a error which is in post request(as i tried to recall the same posted data in it using await) ans using console.log to print its timestamp just for fun,
the error tells me that this timestamp is null
and when i changed the url from '/' to '/url' for get and '/cal' for post the error was resolved
as the browser only calls for get then why is this happening?
i faced the same issue. when my router was "/url" my ejs was not getting passed and i was getting the same error as yours: timestamp is nulll. So i also changed the route to something else and then it worked.
did you find why it was happening?
im confused
vid-22 ✅
Lamont Turnpike
sir ye samajh nahi aya ki staticRouter kyu banaya , jab ki samework uske bina bhi ho sakta tha
Static Router is just for rendering pages, rest all handling POST, API requests.
If nodejs can return Ui then why we need reactjs?
this is server side rendering, when you want to do client side rendering we use frameworks like react and angular
Can you provide source code link for this lecture I am getting an error.
koi nai mai de doonga🤣🤣
anyone give source code
source code mila?
bro has given his girlfriend link in description💀💀
Is say accha to php h yrr
bro source caode de diya kro pls
source code send krdooo
bhai adhe video me se kaha pe gayab ho gaye he😂😂
Sir please source code de do
code dedo bhai
yess plzz give the source code beacause my typed source code is giving error
Very complex code. he has edited some important part of code thats why not runs properly
Don't write the title in English if you're not going to speak English 😒
shut up
another day of me feeling sorry for the kids like me who wanna learn backend but dont know about THIS GEM on youtube ooooofe
home.ejs mai urls.foreach mai urls not defined aara hai...error giving, tried everything chatGPT, still not able to correct it