01.01-going beyond the basics in node
01.02-what you should know
01.03-working with vs code
02.01-making a request with the request method
02.02-making a request with the get method
02.03-building a web server
02.04-creating a file server
02.05-serving json data
03.01-the package.json file
03.02-using import statements
03.03-using minimist
03.04-using tiny-timer
03.05-managing packages
04.01-file servers with serve
04.02-intro to express
04.03-handling post requests
04.04-handling delete requests
04.05-using express middleware
05.01-creating a websocket
05.02-broadcasting messages with a websocket
05.03-creating a websocket client with socket.io
05.04-emitting socket.io events
06.01-creating modular projects
06.02-configuring babel with jest
06.03-writing a test
06.04-using code coverage
07.01-next steps