Functional Programming Paradigm in JavaScript

There’s nothing new about Functional Programming. Functional Programming has been around for much longer than OOP as it dates back to the 60s. Read more

Similar

JavaScript: The First 20 Years

JavaScript: The First 20 Years  by Allen Wirfs-Brock and Brendan Eich Our HOPL paper is done and submitted to the ACM for June 2020 publication in the PACMPL (Proceedings of the ACM on Programming Languages)  and presentation at the HOPL 4 conference when... (more…)

Read more »

Writing Dependency-Free JavaScript

Lately, I have been working on a web application, pixu.rs1, that, while small, includes an interactive form with image uploading and multiple phases. This is exactly the kind of thing I tend to turn into a mess when I'm not using React, Redux and everythi... (more…)

Read more »