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

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 908

  • @JUnderwoodViolin
    @JUnderwoodViolin 4 роки тому +286

    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 роки тому +513

    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.

  • @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!

  • @SBH618
    @SBH618 4 роки тому +51

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

  • @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!

  • @쎄쌤독일어
    @쎄쌤독일어 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!

  • @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!!

  • @_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

  • @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 :)

  • @philipetavares4796
    @philipetavares4796 3 роки тому +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 3 роки тому +2

      Thank you

    • @tusharguys1234
      @tusharguys1234 3 роки тому +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 3 роки тому +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 3 роки тому

      Thank you!

    • @anisali5
      @anisali5 3 роки тому

      Thank you

  • @JasSingh-vn9uq
    @JasSingh-vn9uq Місяць тому

    Thank you so much for these tutorials 🙏 I swear there's something about your vibe that keeps viewers hooked to the video

  • @bbcode7574
    @bbcode7574 4 роки тому +43

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

  • @skeeterburke
    @skeeterburke 4 роки тому +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

  • @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! ✌🏼

  • @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!!!

  • @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!

  • @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!!!

  • @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 ;)

  • @杨瑾-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.

  • @sethmccullough6206
    @sethmccullough6206 4 роки тому +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!!!

  • @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!!!!

  • @lefosg
    @lefosg 4 роки тому +4

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

  • @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

  • @legendry
    @legendry 4 роки тому +14

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

  • @varunvivek9135
    @varunvivek9135 3 роки тому

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

  • @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

  • @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.

  • @hbrt10
    @hbrt10 3 роки тому +3

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

  • @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)

  • @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!

  • @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.

  • @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.

  • @justinnoor4915
    @justinnoor4915 2 роки тому

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

  • @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

  • @Its_just_me77
    @Its_just_me77 3 роки тому +1

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

  • @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 9 місяців тому

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

  • @rahulpatil4144
    @rahulpatil4144 Рік тому

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

  • @smsibasish
    @smsibasish 4 роки тому +6

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

  • @Tesseract9630
    @Tesseract9630 4 роки тому

    You are really the best tutor of web dev on UA-cam.

  • @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!

  • @jpferreira8464
    @jpferreira8464 3 роки тому +7

    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?

  • @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 :
    ua-cam.com/video/wcx3f0eUiAw/v-deo.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!

  • @markscandura4115
    @markscandura4115 3 роки тому

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

  • @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?

  • @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.

  • @MiSt3300
    @MiSt3300 4 роки тому +3

    this is *exactly* what I needed, thanks.

  • @AaronArnoldaquapod
    @AaronArnoldaquapod 3 роки тому

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

  • @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.

  • @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

  • @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'🤯🤯

  • @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.

  • @MateoVanDamme
    @MateoVanDamme 2 роки тому +3

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

  • @sailee5208
    @sailee5208 2 роки тому

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

  • @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 }

  • @andreyandreyovich5454
    @andreyandreyovich5454 2 роки тому

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

  • @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.

  • @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

  • @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?

  • @houssemkhi5036
    @houssemkhi5036 3 роки тому

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

  • @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

  • @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

  • @kristianpurgar5068
    @kristianpurgar5068 3 роки тому +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

  • @_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?

  • @ESkp15
    @ESkp15 10 місяців тому +1

    Wow! Grateful For This Course! Thanks!

  • @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!

  • @RealRurik
    @RealRurik 4 роки тому +1

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

  • @zg7215
    @zg7215 2 роки тому +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.

  • @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.

  • @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!

  • @jeevachaithanyansivanandan
    @jeevachaithanyansivanandan 3 роки тому

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

  • @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!

  • @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

  • @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.

  • @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

  • @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

  • @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!

  • @tanishqahuja3861
    @tanishqahuja3861 3 роки тому +1

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

  • @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.

  • @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

  • @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!

  • @prathameshjadhav2942
    @prathameshjadhav2942 8 місяців тому +1

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

  • @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.

  • @GigaRob
    @GigaRob 3 роки тому

    Great stuff. If you want to actually absorb and retain this information, I recommend slowing the playback speed down because he BLAZES through this without apology. :)

  • @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.

  • @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

  • @marcinbulka2829
    @marcinbulka2829 Рік тому

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

  • @ph.delbarre2329
    @ph.delbarre2329 Рік тому

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

  • @okanyldrmop
    @okanyldrmop 4 роки тому

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

  • @董宜璇
    @董宜璇 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 !!!

  • @nitinupadhyay9193
    @nitinupadhyay9193 3 роки тому

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

  • @iampranjal6640
    @iampranjal6640 3 роки тому

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

  • @piuspolocha
    @piuspolocha 2 роки тому

    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

  • @Digital963
    @Digital963 3 роки тому

    Kyle great content in this video but super speedy for beginners. Also, if you’re a beginner swap out ejs for react and you’re now a mern dev. You may have to look into axios depending if you’re hitting an api directly or not etc. but you get the point lol. Good stuff.

  • @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.

  • @Pranauv
    @Pranauv 2 роки тому

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

  • @tutscloud4818
    @tutscloud4818 4 роки тому

    One thing i would like to point out is that a source code doesn.t have any comments, which would be great to have, actually :) Not for any .ejs files, naturally, since they are very much understandable on their own, but .js files... Otherwise, great job. This goes to my portfolio :D

  • @hin3098
    @hin3098 Рік тому

    you are literally my savior, thanks a lot

  • @diogosoares1309
    @diogosoares1309 3 роки тому

    Great tutorial Kyle!! Fantastic work here