Fast and precise type checking for JavaScript Chaudhuri et al., OOPSLA’17 In this paper we present the design and implementation of Flow, a fast and precise type checker for JavaScript that is used… (more…)
Read more »
This is post # 26 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »
When I started learning JavaScript, one of the topics that confused me at the beginning was understanding the difference between value and reference. In this post, I’ll guide you through examples with pictures how copy by value and reference work in JavaS... (more…)
Read more »
This is not an in depth guide, but rather a collection of considerations to make when building for web and desktop. (more…)
Read more »