Myles Borins is a developer, musician, artist, and maker. They work for Google as a developer advocate serving the Node.js ecosystem. Myles cares about the open web and healthy communities.
You can find their cv as a pdf here.
Talks I've Given
-
Keynote: Top-Level Awaiting for Godot
Featuring Myles Borins
It goes without saying that one of the largest challenges in JavaScript is handling asynchronicity. Along come Async / Await, a language feature made popular by C#. You can now use the keyword await to write code in a synchronous fashion without blocking the main thread. The only catch is that...
javascript fullstack nodejs -
Keynote: Node.js Releases, how do they work?
Featuring Myles Borins
Node.js is growing up, and with that comes the responsibility of proper legacy support. As of Node.js Argon (v4.2.0) there is an official Long Term Support release cycle that lasts for 30 months!
node nodejs fullstack fullstackcon