Reflection in a programming language is the act of inspecting, dynamically calling, and modifying classes, objects, properties, and methods. In other words, reflection is the ability of the program……
Similar
Last night I expressed some frustration about the state and future of
concurrency in JavaScript. I ended up having a little bit of back and
forth with David Herman and he
pointed out that ES6 Generators can express Go
and core.async's flavor of
CSP. Now
I... (more…)
Read more »
This article is Part 4 for the Series “Modern ES6+ Javascript for those who know only a little about that old Javascript.”... (more…)
Read more »
Modular JavaScript is a book series focusing on building small interconnected ES6 JavaScript modules that emphasizes on maintainability. Practical ES6 is the first book in the series, and it discusses ES6 features in detail. Practical ES6 includes hundred... (more…)
Read more »
In this video we demonstrate OAS's Dapen Web IDE -- the official Smart Contract IDE of the QED Protocol. With Dapen, any JavaScript developer can write, comp... (more…)
Read more »
In this article, I propose a way of writing relatively simple apps without using a fully-fledged framework. It is based on my experience during an interview process. I am not trying to persuade you… (more…)
Read more »