Talk in English - US at Dutch PHP Conference 2017
Short URL: https://joind.in/talk/c68ec
(QR-Code (opens in new window))
Node.js can be a powerful platform used in the right situations, but it also has more footguns than PHP does for new developers. Asynchronous programming style, concurrency issues, error handling, the event loop, and no default timeouts for HTTP requests or network calls will give new developers more than their fair share of troubles and can cause issues that are difficult to debug and reproduce. This talk gives a brief introduction to node.js and the event loop model (don’t block the event loop!), and covers common pitfalls when using node.js with simple and practical solutions.
Comments
Comments are closed.
Great insights
Good speaker and a great explantation on the inner workings of the event loop, call stack and promises.
Very insightful and well presented.
Well structured talk. Doing it in two parts was a very good idea.
Offtopic: thanks for creating and maintaining the phpdotenv package, it's awesome!