serialize and de-serialize any JavaScript data. Latest version: 1.2.3, last published: a month ago. Start using serialize-anything in your project by running `npm i serialize-anything`. There are 2 other projects in the npm registry using serialize-anythi... (more…)
Read more »
When we develop tools for our users, we sometimes want to give them some form of control over how
they work. This is common in games, where we can add scripting for our users to be able to create
extensions, or even for business tools, where we allow our ... (more…)
Read more »
The Y combinator is an interesting function which only works with functional languages, showing how... (more…)
Read more »
In this blog post I explain why, in my opinion, currying is in conflict with some of JavaScript’s foundations. (more…)
Read more »
If you write frontend application - I assume that it interacts with backend API server. If your app is small - you do not think about architecture and scaling. But if it is a big LTS application - you... (more…)
Read more »