lazy-linq - A full port of LINQ for javascript. It works fully in 'lazy' mode for the best performance. (more…)
Read more »
We all know that Googlebot parses and executes JavaScript, but it’s still a bit of a mystery to debug it when something goes wrong.
Read more »
Note: This is part of the “Javascript and Functional Programming” series on learning functional programming techniques in JavaScript ES6+… (more…)
Read more »
Lots of people treat the ternary operator with suspicion. At first glance, ternaries appear unnecessary. Nothing more than a tool for the overly clever to trim some characters from their code. A favourite hack for coders who don’t care about readability. ... (more…)
Read more »
Speech recognition refers to the the process of enabling a computer to identify and respond to the sounds produced in human speech.
It was first introduced at Bell Laboratories in 1952 and this version could only recognize numbers but not words. Few years... (more…)
Read more »