I started professional software development writing C++ for video games on strange platforms like Playstation 2. It was a world of compilers, linkers, cross-compilers, symbol stripping, tedious debugging tools, and frustrating build times. For a good ten … Read more
Similar
invig - 🌿 Invig automatically converts ES5 & CoffeeScript codebases to ES6 with Aligned JavaScript Standard Style...
Read more »
A Design Pattern describes an established solution to the most commonly encountered problems in software design. Let's dig deep into creational patterns in ES6+ using Game of Thrones! (more…)
Read more »
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. (more…)
Read more »
ES6 tutorial for beginners with example. Learn features like let, const, arrow functions, for..of, maps, sets and much more. (more…)
Read more »
I've been lucky enough to be using JavaScript with a transpiler for a few years now and as web developers it really has opened a whole new world for us. Instead of waiting for browsers to support the latest features we are able to write the JavaScript of... (more…)
Read more »