Email the Author
You can use this page to email Manuel Kiessling about The Node Craftsman Book.
About the Book
The aim of The Node Craftsman Book is to help beginning JavaScript programmers who already know how to write basic Node.js applications in mastering JavaScript and Node.js thoroughly.
It is the official sequel to The Node Beginner Book, digging deeper and covering a lot more topics from the world of Node.js and JavaScript development:
- How can you connect to a database like MongoDB or MySQL from your Node.js application?
- How do you write unit tests and end-to-end tests for your code?
- How do you leverage migrations for setting up a continuous deployment workflow?
- How does the Node Package Manager, NPM, work in detail?
- How does object-orientation actually work in JavaScript?
- How do you keep your code fast and efficient by leveraging asynchronous and non-blocking operations?
- How do you use and create event emitters?
- How do you write full-fledged web applications using REST frameworks?
- How do you integrate Node.js with AngularJS?
- ...and much more!
About the Author
Manuel Kiessling is a software developer and IT manager living in Cologne, Germany. He's interested in Behaviour- and Test-Driven Development and Agile practices.