This article is Part 1 for the Series “Modern ES6+ Javascript for those who know only a little about that old Javascript.”... (more…)
Read more »
One of the big battles we see in the web development world is still CSS vs. JavaScript. Both have their merits, their own syntax and ideas and it can be tough to get your head around them. (more…)
Read more »
Previously, I’ve talked about how to write a babel transformation, and I went one step deeper into Babel, by showing how you can create a custom JavaScript syntax, I demonstrated how Babel parses your code into AST, transforms it and generates back into c... (more…)
Read more »
JavaScript performance is an evergreen topic on the web. With each new release of Microsoft Edge, we look at user feedback and telemetry data to identify opportunities to improve the Chakra JavaScript engine and enable better performance on real sites. In... (more…)
Read more »
Hello everyone 🙂 PS: This is my first post here, so be forgiving 🙂 Today I'd like to share with you... (more…)
Read more »