A lot of people get confused in between currying and partial application and many of us do not know what, where and when we should use… (more…)
Read more »
ES2020 or ECMAScript 2020 brings exciting features to JavaScript. In this article, I want to talk about my favourite features from ES2020. That means the article does not cover all the additions. Thus, let us see my favourite new additions: (more…)
Read more »
Imj is a web-based movie barcode generator, montage generator, and image analyzer/plotter for creating visualizations for your large image sets. You can learn more about it and see some examples in this blog entry, and if you make something cool, submit i... (more…)
Read more »
What it can't do? Well, I was talking about jQuery. It is a tremendous library. CSS wasn't able to create complex animations at some point, and then jQuery appeared to help it out. jQuery created a wrapper method, called animate(). It can apply custom ani... (more…)
Read more »
What is benchmarking? It refers to the process of testing the performance of an implementation with respect to an already established one. For example, in the airspace industry we can assume that a… (more…)
Read more »