This video is an extract of a pair programming session where I go through a very well-designed express js course that improves the experience of learning express from the basics. The course is part of a paid course from the nice people at Codecademy and they are not sponsoring this video.
If you would like to go through this course yourself and get a certificate of completion visit the link below.
Series Playlist:
https://www.youtube.com/watch?v=EAj74...
Contact Me:
/ knowledgeprog
Link to Codecademy:
https://www.codecademy.com/
00:00 - Intro
00:51 - Delete of CRUD
01:32 - Delete Route starting Implementation
07:56 - Testing first implementation
08:26 - debugging the first implementation
09:36 - Encounter first problem after debugging
10:09 - Getting better error messages
10:55 - Testing different implementation
11:41 - testing the latest implementation
11:55 - Getting more error messages
13:17 - Checking the hint to see what is expected
13:45 - Creating an implementation based on the hint
15:14 - Message for beginners
15:32 - testing
17:30 - Changing the implementation to use hint suggestion
17:53 - testing new implementation
19:06 - Testing out with the GUI HTTP service
19:27 - Getting a new error
20:03 - final implementation
20:48 - testing our last implementation
20:58 - our implementation is correct
21:04 - testing it in the GUI
21:35 - outro