How To Build A Markdown Blog Using Node.js, Express, And MongoDB

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 907

  • @JUnderwoodViolin
    @JUnderwoodViolin 4 года назад +285

    20 minutes into the video, I decided I needed to show my gratitude for your awesome material, so I went to your Patreon and became an "Investor" $20 monthly. I already bought your React course. Keep up the great work, Kyle! I love your teaching style and professionalism.

    • @WebDevSimplified
      @WebDevSimplified  4 года назад +45

      Thank you so much! I truly appreciate the support. I will send over a key for the beta version of my CSS course soon.

    • @KevohYout
      @KevohYout 4 года назад +4

      @@WebDevSimplified Hi Kyle, this is a really great tutorial. I'm really learning a lot. I'm stuck though. I get an error after writing this code :
      { %>



      I get an error... articles.forEach is not a function.
      Is there a fix for this?

    • @narekpetrosyan7989
      @narekpetrosyan7989 4 года назад +1

      @@KevohYout Hi Kevoh, kindly remove s in forEach. Your code will be like articles.forEach(article => )

    • @aaron_the_penguin
      @aaron_the_penguin 4 года назад +1

      @@KevohYout Hi, I haven't tested it, but try this:
      { %>



      .
      What I've changed here is:
      .
      forEach(articles => {
      to
      forEach(article => {
      and
      to
      .
      You see, *article* there is referring an individual article in the list of *articles* that we're looping through. I hope that makes sense :)

    • @KevohYout
      @KevohYout 4 года назад

      @@aaron_the_penguin Hi Aaron, i tried it that way and it still didn't work. I don't know what the problem is. I'm still debugging though

  • @_timestamp
    @_timestamp 4 года назад +510

    This is not a tutorial. This is a piece of art.

    • @jirifriedrich3823
      @jirifriedrich3823 4 года назад +2

      :D

    • @alexandrecampini33
      @alexandrecampini33 3 года назад +9

      the way he speaks reminds me of bob ross painting

    • @finnforest9361
      @finnforest9361 3 года назад

      I know Im randomly asking but does any of you know a way to get back into an Instagram account?
      I was dumb lost my account password. I appreciate any assistance you can give me.

    • @atticuscolten651
      @atticuscolten651 3 года назад +1

      @Finn Forest instablaster =)

    • @finnforest9361
      @finnforest9361 3 года назад

      @Atticus Colten i really appreciate your reply. I found the site thru google and Im trying it out atm.
      Looks like it's gonna take quite some time so I will reply here later with my results.

  • @SBH618
    @SBH618 4 года назад +51

    Unbelievably in-depth. Rarely are people this good with tutorials

  • @jlambert12013
    @jlambert12013 2 года назад +69

    Finally, a good tutorial on a CRUD application that isn't 3 hours long, "WHICH IS EXACTLY WHAT WE WANT."

  • @tatimunizz
    @tatimunizz 3 года назад +18

    Thank you very much for sharing this video. At one point I said to myself "if this guy can teach so much in 20 minutes, imagine what he can do in one hour.." then I looked up the time and actually 55 minutes had passed. You are a great teacher! I can't stand one hour of university class, but your video was just enjoyable, engaging and with a valuable content! I would never skip one of your classes if you were my teacher hahaha Thanks again! Keep up the great work!

  • @쎄쌤독일어
    @쎄쌤독일어 2 года назад +8

    Kyle! You're my favorite teacher for programming. I've been watching you for more than two years now and I can't thank enough for all the things you taught me. Your videos are really a treasure. Your soothing voice and good looks make it even more fun. Kyle, you inspired me so much, I recently decided to become a professional developer.
    Thank you for all your work, your high quality teaching and videos!

  • @kenchang3456
    @kenchang3456 4 года назад +15

    I realized, what I really like about your videos is how you build this up layer by layer. Testing functionality as a concept then breaking it apart to make it more "production-ready". Thank you very much!

  • @placeholder_name321
    @placeholder_name321 3 года назад +2

    you are the ONLY youtuber (well 2nd one is Coding with Mosh) that breaks down concepts this easily to understand. Thank you!!

  • @TheMaxthesis
    @TheMaxthesis 4 года назад +143

    This is EXACTLY what we want.

    • @charleshreha763
      @charleshreha763 4 года назад +6

      You stole my comment good sir.

    • @dagogouranta5583
      @dagogouranta5583 4 года назад +2

      After going this tutorial like 3 times , I can proudly say...now I get it

    • @AhmedKhan-gz5uc
      @AhmedKhan-gz5uc 3 года назад +1

      True...JUST LIKE THAT

    • @Kamil-yr3sq
      @Kamil-yr3sq 3 года назад

      Love the way how he says it :)

  • @bbcode7574
    @bbcode7574 4 года назад +43

    Kyle you came in clutch!! I was looking for the exact same things a few days ago! Thank you sir! 🙏🏽🙏🏽

  • @_Greenflag_
    @_Greenflag_ 2 года назад +3

    Thanks a lot for sharing knowledge.
    Just two things :
    * 27:45 : You don't need the ./ then ../ to access to the parent directory. Just ../models/article
    * When you want to pre populate fields, you can just use { article } instead of { article: article } using object destructuring

  • @BwaveICT
    @BwaveICT 3 года назад +1

    I've never commented on a tutorial video before but i came back to comment on yours. Its the best i've ever seen, you are the best

  • @Digital963
    @Digital963 4 года назад +7

    I appreciate the effort you put into your tutorials, thanks for the information. Unfortunately I find the content hard to take in because it's run thru very quickly without explanation. My goal with completing this tutorial was to completely build it out and then break it into segments so that I could then dive in to deeply understand the concepts and build upon that. But I find it very difficult to take this approach with this one. Either way great stuff man and thank you!

  • @abdullahnaim10
    @abdullahnaim10 Год назад +1

    I have never finished a full tutorial building a complete project until this one! Wow so helpful and helped me understand a bit more of how to build something more full-stack! Thank you so much!!! Hope to see more!!!!

  • @legendry
    @legendry 4 года назад +14

    This is one of the best tutorial I've ever been through! Thanks a Lot!

  • @skeeterburke
    @skeeterburke 3 года назад +2

    let me join in the accolades here ... #1 I HAVE NO IDEA what you're doing but I am confident that I will understand it in time, because it's all laid out. That's the way I felt about learning javascript and html, once I did a few lessons, I went - OH- THIS IS SUPER EASY! Thank you to the people who invented javascript etc, because all I have to do is learn the syntax🌺🌺🌺
    anyone who is just starting out, don't let it get you down or think you're taking too long to learn something. Teachers like him care about you and are here to show you the way 🏆I didn't know a lick of javascript/html/css a few months ago, kudos to wonderful teachers

  • @bogdanmanolea
    @bogdanmanolea 4 года назад +3

    Started node.JS coding using your videos.
    Congrats on the improvements (you're smiling more, talking slowly. etc. )
    Keep up the good work ;)

  • @ThatGuyDownInThe
    @ThatGuyDownInThe 4 года назад +2

    Man, I had to watch hours upon hours of tutorials on middleware to understand routing. I think it finally sunk in. Thank you so much!!!

  • @starwarsfan9575
    @starwarsfan9575 4 года назад +15

    Funny I was just thinking of building a simple blogging web app and lo and behold a video pops up on my feed! Thanks! ✌🏼

  • @杨瑾-y2r
    @杨瑾-y2r 2 года назад +1

    Hey. I am a current student from Toronto university coding boot camp. Just wantta let U know helped me A LOT! Here, have my attitude!

    • @WebDevSimplified
      @WebDevSimplified  2 года назад +1

      Thank you so much for the support. I am glad I have been able to help.

  • @jpferreira8464
    @jpferreira8464 3 года назад +8

    Hi Kyle. This is honestly a fantastic video and it has taught me a lot as a junior developer. However, I don't if I missed something, but the way this blog is designed, wouldn't it just allow anyone to add, edit or delete the blog posts, or do they remain somehow private for you to manage and others to only read?

  • @bridget7223
    @bridget7223 3 года назад +1

    I know tons of people already said this but DUDE YOU ARE A LIFESAVER! If I had money I'd be throwing it at you!!!!!!! EXACTLY what I was looking for! You are an amazing teacher! Such a blessing to have found you and your tutorials :) Once I get a job I'll be sure to throw some gratitude your way buddy!!!

  • @lefosg
    @lefosg 4 года назад +4

    i was searching for a good blog tutorial with node last week and boom, the best one. Thanks so much!

  • @varunvivek9135
    @varunvivek9135 3 года назад

    Rarely are people this good in explaining stuffs. Helped me a lot to understand things

  • @sethmccullough6206
    @sethmccullough6206 3 года назад +4

    Absolutely fantastic video, I was having an issue with markdown and sanitization on a MERN stack project I'm working on and this instantly alleviated my suffering! Side note, a great video idea (that isn't really out there at the moment) would be this same node/express backend but swapping out EJS with React, so essentially a MERN structured blog. Anyways, thanks again!!!

  • @tomgola3
    @tomgola3 2 года назад +1

    honest to god you explain things better then my class sometimes. Ive been doing routing and crap like this for weeks and id always get lost and daunted in setting things up. I really dig the bite size pace you take things at. Now I wont have to worry about doing my homework this week. Thank you.

  • @philipetavares4796
    @philipetavares4796 2 года назад +176

    For those having an error "marked is not a function" in the end of the tutorial, the package updated.
    use: marked.parse(this.markdown) instead of marked(this.markdown)

    • @jamesonvparker
      @jamesonvparker 2 года назад +2

      Thank you

    • @tusharguys1234
      @tusharguys1234 2 года назад +5

      actually when i am connecting my data base mongodb it is showing this error can you help...
      const serverSelectionError = new ServerSelectionError();
      ^
      MongooseServerSelectionError: connect ECONNREFUSED ::1:27017

    • @Bic4Colours
      @Bic4Colours 2 года назад +4

      @@tusharguys1234 Have you downloaded and installed MongoDB on your machine? If not, first go to their website and do so. (also, make sure the service is running)

    • @z4ckfytc777
      @z4ckfytc777 2 года назад

      Thank you!

    • @anisali5
      @anisali5 2 года назад

      Thank you

  • @rahulpatil4144
    @rahulpatil4144 Год назад

    In the first 15 min I am your fan man.... your teaching way is excellent...

  • @rotrose7531
    @rotrose7531 4 года назад +6

    You are so GOOD at coding and explaining things. Your coding is like an art. Please do more coding turorials. We like it.

  • @Tesseract9630
    @Tesseract9630 3 года назад

    You are really the best tutor of web dev on RUclips.

  • @donner7708
    @donner7708 4 года назад +4

    Thanks you so much everything works perfectly and this was an amazing deep dive into making me feel like I actually have a handle on all of the GET PUT POST ect. I knew almost nothing before watching this video about requests and working with ejs but with this video I was able really understand what was going on!
    Keep up the good work! Thanks a lot!

  • @justinnoor4915
    @justinnoor4915 2 года назад

    I like your style - straight to the point - no nonsense - no ego. Thank you.

  • @hbrt10
    @hbrt10 3 года назад +3

    The world turns thanks to people like you...
    Thank you so much for masterpiece

  • @breakingthread
    @breakingthread 2 года назад

    I am really new to the developer community; most of the time, my head is spinning, but I quite enjoyed this tutorial. Following along to the end, I successfully completed the project. This is going to be a great template for a project I have in mind. Honestly, I wish I could support your channel more, but I am not working yet. During my training, I have watched so many of your videos and have gotten out of a bind several times. At first, I was like "WHAAAAAAAT!!!! SAY WHAT NOW!" in minions-speak and struggled(still struggling) sooo much, but I believe I am starting to get it. I enjoy your teaching. Thanks so much.

  • @trilliumsmith-he-him1615
    @trilliumsmith-he-him1615 4 года назад +10

    Hey Kyle,
    Thanks for the great video. I got stuck at about 34:10 because I didn't realize I needed to install the mongodb server program on my system (mongoose added to the app at 24:10). Finally figured it out but for future watchers inserting a comment at that point might be helpful. Cheers :)

    • @desijatt9780
      @desijatt9780 4 года назад

      I am also stuck there. How do you do that?

    • @akposodoko3738
      @akposodoko3738 3 года назад

      thanks man! was searching for all the wrong solutions! you saved the tutorial for me.

    • @lostboydev7821
      @lostboydev7821 2 года назад

      Yea I guess that is important, right 😅

    • @manlaijack547
      @manlaijack547 2 года назад

      OH MY GOD I WAS STUCK THERE FOR 4 HOURS 4!!! i was slowly losing my sanity because of that. thank you

    • @eduardoh.4229
      @eduardoh.4229 2 года назад

      You saved me too lol…thanks

  • @unnhao
    @unnhao 3 года назад +1

    This is so useful!!! A lot of 10 hours tutorials are so boring. This is just 1 hour but learn a lot!

  • @csablons
    @csablons 4 года назад +22

    If you have error message during the tutorial maybe it's because you haven't installed MongoDB. mongoose doesn't do it.
    Kyle did a video about this :
    ruclips.net/video/wcx3f0eUiAw/видео.html

    • @mathieugilliot3102
      @mathieugilliot3102 4 года назад

      Thank you ! worked fine with Mongo ;)

    • @ArhisAlight
      @ArhisAlight 4 года назад

      Thanks I got that error, after installing MongoDB Server the error's gone!

    • @exosam1008
      @exosam1008 2 года назад

      thanks for this!

  • @shazboi
    @shazboi 3 года назад

    THANK YOU MAN OF WEB DEV!! everything works fine!!
    A tip for anyone who is following along with the tutorial:
    while copying code, be very careful about silly spelling mistakes in the quotes (for which I totally did not spend 2 hours re-watching the video)

  • @serenityimagesstudio
    @serenityimagesstudio 3 года назад +6

    You should have said up front that we would need a mongoDB already set up. Having never used it before I had no idea why it wasn't working!

    • @anshikaarora8337
      @anshikaarora8337 3 года назад +1

      Hey Did your error resolve. I am also getting a error like (const serverSelectionError = new ServerSelectionError(); ). Not able to resolve it. Can you help me.

    • @anshikaarora8337
      @anshikaarora8337 3 года назад

      @Sreekar K The way he guided

  • @markscandura4115
    @markscandura4115 3 года назад

    for months I've been looking for this tutorial. you sir are a gentleman and a scholar. tysvm.

  • @borealfox
    @borealfox 3 года назад

    MAN I LOVE YOU! I'm developing a big big project that has to do with news and thanks to this video I'm getting close to making it come true! Truly amazing!

  • @smsibasish
    @smsibasish 4 года назад +6

    Wow. Thiss is exactly what I was looking for. Thanks a load!

  • @Its_just_me77
    @Its_just_me77 3 года назад +1

    This is not a tutorial. This is a piece of art

  • @AjayYadav-qb4sp
    @AjayYadav-qb4sp 4 года назад +8

    Its a great tutorial i had found on youtube...but its so much confusion because you had named every second file as 'article'🤯🤯

  • @oweny1277
    @oweny1277 3 года назад

    It took me some weeks of spare time to follow this video and work on the project. And finally I finished it! This is absolutely the first web project that I build hands on and I've learned a lot from it. The video is dense in content and clear in explanation, and the approach is much better than those "learn sth in 3 hours full course" :) . Thank you very much!

    • @dubola5777
      @dubola5777 3 года назад

      One minute in this video is not really one minute. When i saw this video the first time, i said, Ok i got a small project which is only one hour in length and i should be able to finish it today, oh boy i was so wrong.

  • @jsonkody
    @jsonkody 4 года назад +3

    hello .. new Article() generates whitespace to teaxtArea .. do you know whats going on?
    EDIT: I've figured it out. It was whitespace in .ejs template. The needs to be right between tags without whitespace ._.

    • @johnsonokoli4040
      @johnsonokoli4040 4 года назад

      This also gave me issues till I figured it out.

  • @sailee5208
    @sailee5208 2 года назад

    Thanks Kyle! Relearning webstack so redone this tutorial. This has all the functionality required

  • @kristianpurgar5068
    @kristianpurgar5068 2 года назад +4

    I have an error somewhere at 33:00, basically I get MongooseServerSelectionError: connect ECONNREFUSED ::1:27017, and this happends after i fill out the form and click save, I googled on stack overflow but couldnt find the solution if anyone knows or encounterd the same error and solved it please help

    • @fastlearner9993
      @fastlearner9993 2 года назад

      did you ever find a solution ??, im facing the same issue

  • @AaronArnoldaquapod
    @AaronArnoldaquapod 2 года назад

    I did my first website job with this tutorial. I used other tutorials as well, but this was huge.

  • @MateoVanDamme
    @MateoVanDamme 2 года назад +3

    If all my courses in university were this good I'd have graduated 2 years ago

  • @prathameshjadhav2942
    @prathameshjadhav2942 7 месяцев назад +1

    A lot love from India thank you for this video
    clear my lot of confusion

  • @Sk8erMorris
    @Sk8erMorris 2 года назад +5

    hey anyone get this error:
    const serverSelectionError = new ServerSelectionError();
    Edit: found the issue, have to download MongoDB for windows and start the service from services and then the connection will work.

  • @houssemkhi5036
    @houssemkhi5036 3 года назад

    the best tuto i ever watch in ur channel until now
    please make other precious things like this

  • @saxenahimanshu6584
    @saxenahimanshu6584 4 года назад +7

    Hey, it's great but I got stuck at 35:20 when it needs to show the PARAMS.ID, I am unable to get the id. Does it need to install something extras?
    Please Help.

    • @JuandeLellis
      @JuandeLellis 4 года назад

      I am having the same problem

    • @laplasparadox3138
      @laplasparadox3138 4 года назад

      me too

    • @krishnarajyadav3953
      @krishnarajyadav3953 4 года назад

      Does anyone have fixed the issue. Please tell fast as possible

    • @krishnarajyadav3953
      @krishnarajyadav3953 4 года назад

      @@JuandeLellis I got the solution...We need to put underscore before id because in mongo db ID is stored as a "_id" Just edit this line.
      ${ article._id } in place of ${ article.id }

    • @krishnarajyadav3953
      @krishnarajyadav3953 4 года назад

      @@laplasparadox3138 I got the solution...We need to put underscore before id because in mongo db ID is stored as a "_id" Just edit this line.
      ${ article._id } in place of ${ article.id }

  • @vyacheslavefimov5102
    @vyacheslavefimov5102 2 года назад +2

    Thank you, Kyle, for another magnificent tutorial! I wonder how one can explain programming concepts in such an easy and fascinating way

  • @mandihaase2744
    @mandihaase2744 3 года назад +3

    I just completed this course, but maybe something has changed with packages, because I am getting an error of "unhandlledPromiseRejectionWarning"....not sure how to troubleshoot. Any advice would be much appreciated!

  • @Deep_880er
    @Deep_880er 3 года назад +1

    Since I am from cyber security background.. So my main concern was would you sanitize the user inputs.. But I am happy you focused on that too. Great one

  • @samsexton1287
    @samsexton1287 4 года назад +6

    Fantastic tutorial! Works great in development
    Anyone else getting an "Unhandled Promise RejectionWarning " though?
    I've been trying to deploy it through Heroku - added try/catches to all the async/await functions but still the error persists

    • @ashayzemse7094
      @ashayzemse7094 4 года назад

      yes

    • @eigosumo6056
      @eigosumo6056 3 года назад

      Yeah, I get this at about 35:00 stage of the video, and so that's where it ends for me. Can't figure it out. Did you end up figuring out the problem?

  • @ashburnerkyle
    @ashburnerkyle 3 года назад

    much better understanding watching it all come together, i thought i was looking for node js tutorials but now see this is actually what i need. Awesome , great work

  • @MiSt3300
    @MiSt3300 4 года назад +3

    this is *exactly* what I needed, thanks.

  • @ching-tangwang682
    @ching-tangwang682 2 года назад

    Thanks Kyle! You really made my day by creating such well-explained tutorial, and I learn a lot from you and the comments. Really appreciate your works!

  • @KYChow-bg6pj
    @KYChow-bg6pj 4 года назад +3

    This is great! Can you please also teach uploading images, save and fetch please?

    • @fais6375
      @fais6375 4 года назад

      Hey Have you had a chance to try the upload image? How it works?

  • @_VaibhavBajpai-ou3hl
    @_VaibhavBajpai-ou3hl 2 года назад

    all of my queries were solved after this tutorial. needed this for so long . Thanks

    • @shivani9840
      @shivani9840 2 года назад

      Hey Vaibhav! Are you a fresher and open to opportunities in web development currently? Have you created any projects in JavaScript frameworks?

  • @shivagyawali2590
    @shivagyawali2590 4 года назад +4

    Can you add comments section for individual post ?? that will be awesome

    • @WebDevSimplified
      @WebDevSimplified  4 года назад +5

      I hope to make a part two for this video if this video is popular enough and that would most likely be something I include.

    • @shivagyawali2590
      @shivagyawali2590 4 года назад

      @@WebDevSimplified I Owe You Bro

  • @ladywebber1726
    @ladywebber1726 3 года назад

    Kyle, thank you for teaching me a lot on your channel...I have been following you for a while...I can say that my coding skills have improve a lot thanks to you and a few other ytbers. Appreciate u

  • @JennHernes
    @JennHernes 3 года назад +7

    For anyone getting a "Cannot /DELETE" error, check every single line of your code. There's a spelling mistake somewhere. My error was typing ':/id' instead of '/:id'
    For anyone getting errors with MongoDB, make sure you actually install MongoDB. I didn't realize you needed to do that AND install mongoose 😅

    • @josesgitahi8915
      @josesgitahi8915 2 года назад

      thank you, i did the same this

    • @lakshaykanojia3829
      @lakshaykanojia3829 7 месяцев назад

      I don't know why but we have all been to the same situation lol :D

  • @caelim3524
    @caelim3524 4 года назад

    dude this is so smooth and nice. I'm trying to learn node.js so I can use it instead of django when needed and you have made that process as easy as possible. Even when you faced errors you explaines, and fixed them with grace.

  • @geetgori160
    @geetgori160 4 года назад +3

    '

    • @geetgori160
      @geetgori160 4 года назад +3

      Got the solution...!!
      You need to Install this plugin in your VS Code as it doesn't understands embedded javascript(ejs) by default.
      marketplace.visualstudio.com/items?itemName=DigitalBrainstem.javascript-ejs-support

    • @tunahani
      @tunahani 4 года назад +1

      It works bro thanks

    • @maviselK
      @maviselK 4 года назад +1

      @@geetgori160 how am i gonna plugin, i couldnt get it

    • @maviselK
      @maviselK 4 года назад +1

      @@tunahani selam sitede plugin tam olarak nerede, bulamadım

    • @tunahani
      @tunahani 4 года назад +1

      Eğer VS Code kullanıyorsan Exte
      nsions bölümünden arama yaparak indirebilirsin

  • @timyuan5960
    @timyuan5960 3 года назад +1

    I have followed this video and built my first website. It's really a brilliant tutorial! Could you make some series of videos based on this project? Extend some awesome features on this simple blog? Thanks a lot!

  • @zg7215
    @zg7215 Год назад +3

    Am I the only one where the connect function for mongoose doesn't work? It always crash

    • @ayushmishra7729
      @ayushmishra7729 Год назад

      I feel you

    • @UniversalKnowledge01
      @UniversalKnowledge01 Год назад

      @@ayushmishra7729 solution?

    • @fedordedov783
      @fedordedov783 Год назад +1

      @@UniversalKnowledge01 check your connection string and make sure you copied it properly. Also if the connection is refused make sure you are not already connected on the same port elsewhere.

  • @Richard.halabi
    @Richard.halabi 3 года назад +1

    this is a very good explained Node.js material I wonder why you don't do (Udemy or other platform) a Node.js courses you will beat up that market :D
    … I learned a lot and made me understand lots of concepts, an extremely good lecturing abilities. I wish you hit the 1mil subs soon.

  • @anilanaparthi6985
    @anilanaparthi6985 4 года назад +4

    Good but if authentication is added it will be great

    • @WebDevSimplified
      @WebDevSimplified  4 года назад +12

      I am thinking about doing a part two on this video if enough people like this video.

    • @anilanaparthi6985
      @anilanaparthi6985 4 года назад +1

      @@WebDevSimplified yeah please do it thank you
      You deserve million likes

    • @zakariam5648
      @zakariam5648 4 года назад +1

      @@WebDevSimplified Thank you som much first, and same comment if possible to add authentication, will be great :)

    • @humbertocontreras
      @humbertocontreras 4 года назад +1

      @@anilanaparthi6985 Take a look of passportjs.org It's easy to use and offers plenty options to authenticate with.

    • @mikhart
      @mikhart 4 года назад

      @@WebDevSimplified It'll become a real almost-ready-to-deploy project! Looking forward to part 2!

  • @karunakarsarabu
    @karunakarsarabu 4 года назад

    I was looking for a video on the topics express mongo ejs without much third party installations for many months and a pefect example which gives knowledge real world project.Finally this is the one which satisfies every requirement. thank you very much. now i got the confidence i can do like this on my own. if i can get source code it would be immense help.

  • @LabhamJain
    @LabhamJain 4 года назад +12

    *Tip* : We Can Write
    const app = require("express")();

    • @j122j
      @j122j 4 года назад +1

      You may need to use express.static, so it's easier to just define express.

    • @HostDotPromo
      @HostDotPromo 4 года назад

      What does the () do at the end?

    • @j122j
      @j122j 4 года назад +1

      @@HostDotPromo Its same as:
      const express = require("express.js")
      const app = express()
      () just calls the function

    • @LabhamJain
      @LabhamJain 4 года назад

      @@HostDotPromo And It's Came In ES6 ( I Think )

    • @HostDotPromo
      @HostDotPromo 4 года назад

      @@j122j Thanks!

  • @case_2
    @case_2 Год назад

    thank you so much. this is real deal. i wish the efforts you are putting in your content may reward you beyond your cherished desires.

  • @tanishqahuja3861
    @tanishqahuja3861 3 года назад +1

    This video is a jewel, thank you for bringing content of this level for free.

  • @fedordedov783
    @fedordedov783 Год назад +3

    The shear amount of "developers" in this comments section that expect someone to just solve their problem for them with little to no research or effort on their end is exhausting. You want to be a developer? This is part of being a developer. You are a problem solver. Start learning how to problem solve or your career as a developer is going to non existent. It's one thing to ask for help after you've spent hours upon hours researching on your own and trying out possible solutions. Its quite another to simply beg strangers online to handle your work for you with no effort on your end. The reality is that if your doing this, and this is your go to mentality - you are not learning anything anyways aside from how to type quicker and anyone dumb enough to hire you is going to be incredibly disappointed.

  • @ph.delbarre2329
    @ph.delbarre2329 11 месяцев назад

    thank you dear Kyle for this realy complex features and notions explained in the easiest way.

  • @andreyandreyovich5454
    @andreyandreyovich5454 2 года назад

    The best tutorial without React etc!!!!! thanks a lot

  • @christopher7540
    @christopher7540 4 года назад +1

    New day and a new master piece from web dev simplified . Please do more backend tuts like how to make an app that each person have their own profile page . Thank you in advance

  • @marcinbulka2829
    @marcinbulka2829 Год назад

    that is a great tutorial for someone who wants to learn building web applications, thanks!

  • @ESkp15
    @ESkp15 8 месяцев назад +1

    Wow! Grateful For This Course! Thanks!

  • @RealRurik
    @RealRurik 4 года назад +1

    Dude, i cant get out of your channel. Nice job.

  • @jeevachaithanyansivanandan
    @jeevachaithanyansivanandan 3 года назад

    "which is exactly what we want " is the new punchline for me :) useful video and thank you for your efforts.

  • @Codehood
    @Codehood 2 года назад +5

    This line for using marked library should be change to
    if(this.markdown) {
    this.sanitizedHtml = dompurify.sanitize(marked.parse(this.markdown))
    }
    I just used parse method of marked

    • @JordieDH
      @JordieDH 2 года назад +1

      thanks heaps man

    • @fastlearner9993
      @fastlearner9993 2 года назад

      you the man for that one !!!!!! i was stuck

    • @gailfoad4422
      @gailfoad4422 Год назад

      Thank you - I thought this was going to take hours to fix.

  • @Pranauv
    @Pranauv 2 года назад

    what an informative and wonderful video man !! you do so much work to give us good content!! Thanks, Kyle!! Subbed!!!

  • @MrBledi
    @MrBledi 4 года назад

    thank you man... i;m at that point where more code i watch and analyse, better i become and expand my abilities to think of a solution

  • @okanyldrmop
    @okanyldrmop 4 года назад

    I have watched a lot of videos for express, this one is just amazing when compared to others, thanks!

  • @piuspolocha
    @piuspolocha Год назад

    I will be very glad of you create a website that have admin and user dashboard at the same time using JavaScript and nodejs which less routes on the website
    Thanks you the best so far

  • @dineshrout2527
    @dineshrout2527 3 года назад

    Awesome!! Learned a lot. Always wanted to know how to create a markdown blog and that slug thing.

  • @jaronkunkel
    @jaronkunkel 4 года назад

    Thank you so much for this video! So well explained, yet very concise considering the material covered. Exactly what I needed before building the backend for the app I'm working on.

  • @UmerAbbas8
    @UmerAbbas8 3 года назад

    please make video about multi threading in NodeJs with good examples.
    thank you so much for all you do. your videos are exactly the kind of knowledge we all want.

  • @bacanalienigena
    @bacanalienigena Год назад

    It's a fantastic knowledge given from you Kyle, thanks a million.
    I'm a bit afraid to say that I couldn't make the "Save" going trough the database I could see my "article" and "articleSchema" both has the whole information, however the try never runs, always it goes to the catch {scope} straight away. 🙃

  • @nitinupadhyay9193
    @nitinupadhyay9193 3 года назад

    This is brilliant.. i think WDS should extend this to add log in, authentication and private route... subscribed!

  • @diogosoares1309
    @diogosoares1309 3 года назад

    Great tutorial Kyle!! Fantastic work here

  • @iampranjal6640
    @iampranjal6640 3 года назад

    U explained everything like magician..
    Respect Sir!!❤️🙏

  • @董宜璇
    @董宜璇 4 года назад +1

    Thank you! One of the best online teachers

    • @maskman4821
      @maskman4821 4 года назад +1

      Mr. Kyle Cook is the greatest programmer/enginner/developer/teacher ever !!!

  • @technetic2725
    @technetic2725 3 года назад +1

    When I try to call 'articles.createdAt.toLocaleDateString()' (or 'post.date.toLocaleDateString()' for my implementation) in my .ejs file, it says: 'post.date.toLocaleDateString is not a function'. Could you help me figure this out?

  • @philipowino-jofon
    @philipowino-jofon 2 года назад

    Timeline 49:46 to 50:07, that one minute really cracked me 😄😄. But hey it's a great lesson to take note of. Thanks a lot Kyle

  • @alanmcoll101
    @alanmcoll101 4 года назад

    This is an incredible tutorial! What a wonderful example of how to do it. Respect.