Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrpowers/express_practice

Some practice exercises for building Node and Express applications
https://github.com/mrpowers/express_practice

Last synced: about 2 months ago
JSON representation

Some practice exercises for building Node and Express applications

Awesome Lists containing this project

README

        

# Node & Express Practice

Practice problems to hone your basic Node and Express skills. These questions are based on this [video series](https://www.youtube.com/watch?v=s6rtailHmq8) by Ray Villalobos.

Repetition, repetition, repetition.

It sucks, but keep doing these problems till you can answer them all from memory.

Here is finished [the sample app](https://github.com/planetoftheweb/rouxfinished).

I started breaking up this [really long](https://www.youtube.com/watch?v=Zao1BWC-RWo) (but awesome) video into smaller sections before I realized that the video series was broken up into separate videos in a separate YouTube account. Avoid this mega-long video if possible.

- [Creating a web server with node](https://youtu.be/Zao1BWC-RWo?t=7m24s)
- [Creating a NPM package.json file](https://youtu.be/Zao1BWC-RWo?t=17m41s)
- [NPM modules](https://youtu.be/Zao1BWC-RWo?t=20m15s)
- [Introduction to Express](https://youtu.be/Zao1BWC-RWo?t=23m11s)
- [Setting up an Express application](https://youtu.be/Zao1BWC-RWo?t=31m26s)
- [Passing parameters through routes](https://youtu.be/Zao1BWC-RWo?t=39m27s)
- [Passing multiple parameters through routes](https://youtu.be/Zao1BWC-RWo?t=40m51s)
- [Using templates](https://youtu.be/Zao1BWC-RWo?t=43m23s)
- [Passing data to templates](https://youtu.be/Zao1BWC-RWo?t=48m)
- [Adding Bootstrap via the CDN](https://youtu.be/Zao1BWC-RWo?t=52m18s)
- [View partials](https://youtu.be/Zao1BWC-RWo?t=55m)
- [Locals object to pass information to partials](https://youtu.be/Zao1BWC-RWo?t=1h3m44s)