It might be the very first thing a lot of people learn in JavaScript: alert("Hello, World"); One day at CodePen, we woke up to a ton of customer support... (more…)
Read more »
Everything you need to know about the latest release candidate of Facebook’s JavaScript GraphQL client... (more…)
Read more »
Any compiler or transpiler is doing some form of program synthesis. But “proper” program synthesis usually means generation of high level programs from scratch, given only high level problem descriptions. (more…)
Read more »
Lately I was reading the CLRS book about algorithms so this article is inspired by it. We live in an API/libraries world and usually we don't have to implement things like AVL trees or a Max-Heap etc, but studying basic algorithms and data structure train... (more…)
Read more »
At Wootric we've been fans of Typescript for some time. Anders Hejlsberg, the lead architect of TypeScript has a legendary record of working on amazing languages such as Turbo Pascal and C#. A long term dream of the team was to move our JavaScript snippet... (more…)
Read more »