Iteration is a standard that connects operations with data containers: Each operation that follows this standard, can be applied to each data container that implements this standard. (more…)
Read more »
API Platform is a framework designed to make the creation of API-based information systems easier. It provides server-side tooling to create modern hypermedia and Linked Data APIs in just a few min… (more…)
Read more »
One of the famous problems of the Javascript enabled web is that people
can use Javascript to tamper with the behavior of cut and paste (which
is most commonly copy and paste). Even when people have relatively good
intentions, Javascript can mess this up ... (more…)
Read more »
Redux creator Dan Abramov asked his massive audience of JS devs on Twitter what the most interesting things in the JS world are. I condensed the huge list of responses to the most popular ones here. It's a very interesting look into the future of JS over ... (more…)
Read more »
JACL is an experimental Lisp system for the Web browser platform in the early stages development. It was created by Alan Dipert to explore new techniques for developing large SPAs (Single Page Applications) with Lisp. (more…)
Read more »