TIL Parsing XML in ES6
In this TIL, we learn to tackle XML parsing with javascript, and es6.
Read more »Babel and ES6
Babel is a JavaScript compiler. That means with Babel, you can write syntax in the latest version of JavaScript, and it will transform the code to be browser-compatible JavaScript. This is awesome, because it is good to learn the most up to date version, …
Read more »Journey to ES6 and Beyond
Traveling to Al Qudra lakes, with nothing much to do for about next hour, here comes a post about the history of JavaScript discussing how did we get here and what to expect in future.
Read more »How I Convinced Our CTO to Switch from CoffeeScript to ES6
<p>Aha! is a Rails monolith. Although we have embraced front end technologies, such as webpack and React, Rails is the glue that holds everything together. And like many Rails monoliths, CoffeeScript made up the bulk of our front end code. It was th…
Read more »How you can use ES6 Arrow Functions to make your JavaScript easier to read
Arrow functions are the new fundamental building blocks of building modern web applications.
Read more »An Update on ES6 Modules in Node.js (Feb 2017)
A few months ago I wrote an article describing the various differences that exist between Node.js CommonJS modules and the new ES6 Module…
Read more »Abusing ES6 Promises
At a first look, promises look like a different way to handle callbacks. Working with them for a while, I’ve realized the provided…
Read more »Modern ES6+ JavaScript, Part 5 – Developer’s Guide: Built-In String Functions
Create interactive content on any technology and share it with the community…
Read more »Part 4 – Strings and ES6 Template Strings
This article is Part 4 for the Series “Modern ES6+ Javascript for those who know only a little about that old Javascript.”…
Read more »