We’ve got used to writing JavaScript for common UI element functionality like accordions, tooltips, text truncation, etc. But as HTML and CSS got new features and older browsers were no longer supported, we’ve been able to use less and less JavaScript for… Read more
Similar
So as a freelance developer I end up in Node.js based projects a lot. Most of these have some base properties in common... (more…)
Read more »
This talk will help developers write performant JavaScript, use new language constructs (ES2015+, async/await, etc.), and learn about the latest developments... (more…)
Read more »
This presentation was recorded at GOTO Chicago 2020. #GOTOcon #GOTOchgo http://gotochgo.com Stuart Langridge - Member of the Web Standards Project's DOM Scri... (more…)
Read more »
JavaScript typed arrays are array-like objects that provide a mechanism for reading and writing raw binary data in memory buffers. (more…)
Read more »