Harriet Lawrence gave this talk at Nordic.js 2017. Read more at http://nordicjs.com/. (more…)
Read more »
We present and compare all possible alternatives you can use to parse languages in JavaScript. From libraries to parser generators, we present all options... (more…)
Read more »
What it can't do? Well, I was talking about jQuery. It is a tremendous library. CSS wasn't able to create complex animations at some point, and then jQuery appeared to help it out. jQuery created a wrapper method, called animate(). It can apply custom ani... (more…)
Read more »
Some of the pros and cons of using GraphQL as a query language for APIs, as well as how to get started building an implementation. (more…)
Read more »
Address Space Layout Randomization Address space layout randomization or ASLR in short is a first line of defense against attackers targeting Internet users. ASLR randomizes the location of an application’s code and data in the virtual address space in or... (more…)
Read more »