expressworks icon indicating copy to clipboard operation
expressworks copied to clipboard

Exercises you can steal: https://github.com/timoxley/express-koans

Open timoxley opened this issue 10 years ago • 3 comments

Hey I've got an 'express koans' thing I set up a while back: https://github.com/timoxley/express-koans

I'd thought to rejig them into workshopper, but I don't really use express anymore so meh.

Just thought I'd let you know you're welcome to steal any exercises from there if you think they're useful.

timoxley avatar Oct 27 '13 02:10 timoxley

@timoxley oh wow, very nice stuff! thank you! ;-)

azat-co avatar Oct 27 '13 03:10 azat-co

I tried to build the skills from the ground up (contrast with yours jumping straight into jade haha!), but the reason is many express users don't seem to care about HTTP at all (200 status code all the things!) and fail to read the express manual so they miss important things like app.get/set, mounting, error middleware, regex routes, etc

timoxley avatar Oct 27 '13 03:10 timoxley

@timoxley, that's the tricky part, making it engaging but covering the important stuff ;-)

azat-co avatar Oct 28 '13 19:10 azat-co