September 18, 2018 in Learn
The Lingua Franca of software: Why you need to learn JavaScript
There’s a lot of advice out there about what languages you should learn, but there’s only one language that every developer needs to know: JavaScript.
Author
September 18, 2018 in Learn
There’s a lot of advice out there about what languages you should learn, but there’s only one language that every developer needs to know: JavaScript.
July 9, 2018 in Learn
A quick introduction to JavaScript concurrency At some point in your life as a programmer, you’ll need to deal with code that runs asynchronously. Normally, code runs one command after the other. Nice and predictably, It goes from top to…