Confluent's Apache Kafka JavaScript client . Contribute to confluentinc/confluent-kafka-javascript development by creating an account on GitHub. (more…)
Read more »
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 »
A DOM-merging algorithm. Contribute to bigskysoftware/idiomorph development by creating an account on GitHub. (more…)
Read more »
The Lambda Calculus is a tiny symbol manipulation system which suffices to compute anything Turing-computable. Thanks to this expressive power, LC is woven i... (more…)
Read more »
A map is one of the most frequently used data structures in daily programming. It keeps key-value pairs that can easily be accessed by their keys. In Java, it is pretty obvious to use a HashMap for… (more…)
Read more »