I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »
neo4j-graphql-js - A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations. (more…)
Read more »
In any software project, there are tones of tedious tasks that can be easily automated — building, scaffolding, testing, publishing etc. I…...
Read more »
Your browser isn’t supported anymore. Update it to get the best YouTube experience and our latest features. Learn more... (more…)
Read more »
In javascript to remove 1 element from beginning of an array shift and slice functions performance vary with size. Shift time grows more th...
Read more »