PHP, because it has nothing but simple functions, out of pratical simple-mindedness.
Every computation you do is just call a function.
Human understanding became supreme priority by chance. (more…)
Read more »
I recently overhauled a JS parsing library to delegate to the Rust implementation via Wasm. The result to users is seamless as the small Wasm bundled is inlined in the library as base64 encoded. Along the way, I saw that parsing can be much faster than ob... (more…)
Read more »
Learn how to crop, filter, resize, and apply more transformations to images simply by adding parameters to the image URL with Filestack's API.
Read more »
Functional programming is a great discipline to learn and apply when writing JavaScript. Writing stateless, idempotent, side-effect free… (more…)
Read more »