Upgrade to Pro — share decks privately, control downloads, hide ads and more …

"Be not afraid!"

Mike McNeil
November 07, 2018

"Be not afraid!"

In the era of async/await, the grass has never been greener over here in Node.js-land. But there are still a few major gotchas you need to watch out for, and some of them are less than obvious. Mike will review the most common practical risks and mistakes our team sees in real-world Node.js applications. And then he'll explain why it's actually fine... why, despite all that, Node.js is even more of an awesome choice for your application in 2019.

Mike McNeil (@mikermcneil) has been an avid business user and evangelist for Node.js for the last seven years. He's also the creator of Sails.js, a popular open-source MVC framework that's kind of like Rails for Node.js.

Mike McNeil

November 07, 2018
Tweet

More Decks by Mike McNeil

Other Decks in Programming

Transcript

  1. The Company Mike McNeil @mikermcneil founder & CEO of sails

    co. digital studio (a.k.a. design/dev/product shop) open-source MVC framework for Node.js creator of
  2. (in our server-side Node.js code, if we give a function

    a name, then we also give it its own file)
  3. 3(B). Not having a way of figuring out all the

    places where a given function is being called from