JavaScript stuff:
- Basics of NodeJS and ExpressJS: REST, Authentication, Sessions
- Another great tutorial on SPAs: Authentication in Single Page Applications
- If you’re in for using JavaScript for your complete stack, try MEAN: mean.io (Template for MongoDB, ExpressJS, AngularJS and NodeJS)
- and here’s a great Tutorial on MEAN
c# stuff:
- This video by Roy Osherove shows how to introduce seams into brownfield projects (start at approx. 45min into the video if you want to skip the book recommendations and the intro to the SOLID principle). I learned how to introduce seams into static c# classes and methods using virtual…
- C# psychology by Eric Lippert…
- NHibernate turbo? (untested, but from the man himself: pimping NHibernate by Ayende)