chesskom

The MERN masterclass • A course in fullstack JS (2022-11)

Nov 3rd, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. The MERN masterclass • A course in fullstack JS
  2. 12 sections • 73 lectures • 26h 23m total length
  3. 2022-11 | e-Learning | English | MP4 | 11.01 GB
  4.  
  5. Create 9 different MERN websites, and go from knowing basic HTML, CSS and JS to a fullstack web developer.
  6.  
  7.  
  8. DOWNLOAD:
  9. -------------------------
  10. https://wrzucajpliki.pl/pnngvrjjdi3c/mern-mc-fs-js-2022-11.part1.rar
  11. https://wrzucajpliki.pl/ca135me7wo51/mern-mc-fs-js-2022-11.part2.rar
  12. https://wrzucajpliki.pl/mt5nztbqgknm/mern-mc-fs-js-2022-11.part3.rar
  13. https://wrzucajpliki.pl/0vtmgxiv8j0x/mern-mc-fs-js-2022-11.part4.rar
  14. https://wrzucajpliki.pl/cpwxlu842oto/mern-mc-fs-js-2022-11.part5.rar
  15. https://wrzucajpliki.pl/remw10vkedih/mern-mc-fs-js-2022-11.part6.rar
  16. -------------------------
  17. https://wplik.com/6txo4b8peyz7/mern-mc-fs-js-2022-11.part1.rar
  18. https://wplik.com/4zn0d2pgwerv/mern-mc-fs-js-2022-11.part2.rar
  19. https://wplik.com/8j8asbdabbeo/mern-mc-fs-js-2022-11.part3.rar
  20. https://wplik.com/g1e98nxm1b55/mern-mc-fs-js-2022-11.part4.rar
  21. https://wplik.com/i8r3z8rhm2zu/mern-mc-fs-js-2022-11.part5.rar
  22. https://wplik.com/5hiwj7w48fvw/mern-mc-fs-js-2022-11.part6.rar
  23. -------------------------
  24. https://rosefile.net/3q6pebaw7z/mern-mc-fs-js-2022-11.part1.rar.html
  25. https://rosefile.net/h2inybv47g/mern-mc-fs-js-2022-11.part2.rar.html
  26. https://rosefile.net/811jhn9iy1/mern-mc-fs-js-2022-11.part3.rar.html
  27. https://rosefile.net/xmht1kfgeq/mern-mc-fs-js-2022-11.part4.rar.html
  28. https://rosefile.net/0170mhos6x/mern-mc-fs-js-2022-11.part5.rar.html
  29. https://rosefile.net/vqc8zfszs0/mern-mc-fs-js-2022-11.part6.rar.html
  30. -------------------------
  31. https://katfile.com/63h1j0cztjcr/mern-mc-fs-js-2022-11.part1.rar
  32. https://katfile.com/8hql54qeem9b/mern-mc-fs-js-2022-11.part2.rar
  33. https://katfile.com/4a7ia79mx3x9/mern-mc-fs-js-2022-11.part3.rar
  34. https://katfile.com/6ui7j9xj23u2/mern-mc-fs-js-2022-11.part4.rar
  35. https://katfile.com/16qk3gl0c7ev/mern-mc-fs-js-2022-11.part5.rar
  36. https://katfile.com/bfuxzaa2bgn4/mern-mc-fs-js-2022-11.part6.rar
  37. -------------------------
  38. https://rg.to/file/f5abfaa7b4d1b1572e791cfeff7470cd/mern-mc-fs-js-2022-11.part1.rar
  39. https://rg.to/file/f307c1e38548416a3f45db15db83a2a6/mern-mc-fs-js-2022-11.part2.rar
  40. https://rg.to/file/eedf345159117b2c62021ed4bf00a34a/mern-mc-fs-js-2022-11.part3.rar
  41. https://rg.to/file/e1569370f26b1b2f59c95287916fc309/mern-mc-fs-js-2022-11.part4.rar
  42. https://rg.to/file/6a2a3c3fefbefaafd2d08a7f7dc67112/mern-mc-fs-js-2022-11.part5.rar
  43. https://rg.to/file/7a8ac4386d5e31ca5b36c54e07b7d05a/mern-mc-fs-js-2022-11.part6.rar
  44. -------------------------
  45.  
  46.  
  47.  
  48. What you'll learn
  49. - NodeJS
  50. - React (for the frontend)
  51. - Express (backend)
  52. - MongoDB (our database)
  53. - PassportJS (login and register system)
  54. - Postman (for backend testing)
  55. - Material UI
  56. - Bootstrap
  57. - Storing pictures and video
  58. - BONUS: Using DigitalOcean to deploy your website
  59.  
  60. Requirements
  61. - Knowledge of basic HTML, CSS and Javascript
  62.  
  63. Description
  64.  
  65. You're probably here because you have some knowledge of web programming, and know how to use HTML and Javascript to make simple webpages. Or maybe you even have some experience with React, Express or MongoDB? Well in this course, you're gonna learn not just how to use them alone, but also how they can work together to make a beautiful fullstack website.
  66.  
  67. This course takes you through 9 different websites, in progressive difficulty. It teaches you how each component of the MERN stack works by itself, and then integrates each component until we have a fullstack website. We'll also make a user system from scratch, so users can register and log in, and finally we'll integrate that into a site where users can listen to music and make their own playlists.
  68.  
  69. Here is what you'll get out of it:
  70. - A look at how to use the command line, for Windows, Mac and Linux
  71. - Knowledge of how to make frontends with React, a modern framework
  72. - Insight into how an API works, and be able to create API backends with Express
  73. - Learn how to use MongoDB to create and store stuff, like users
  74. - How to create a login and register system, that you can use in your own websites
  75. - Learn the difference between authorization and authentication
  76. - Know how MaterialUI and Bootstrap can be used to make the frontend beautiful
  77. - How to deploy your website to the web, and how to setup your own server
  78.  
  79. Who this course is for:
  80. - Anyone with basic web programming skills that want to take the next step
  81. - Beginner developers who are curious about fullstack Javascript
  82. - People who know React, MongoDB or Express, and want to use it in fullstack websites
  83. - Those who want to learn PassportJS and how to incorporate it into a fullstack website
Add Comment
Please, Sign In to add comment