In this article we will look at the various ways an object can be copied in Javascript. We will take a look at both shallow and deep copying. While shallow copying is rather straightforward, deep copying is more tricky. Currently, there is a HTML5 specifi... (more…)
Read more »
Date, JavaScript’s current date time API is infamously difficult to use. The ECMAScript proposal “Temporal” is a new and better date time API and currently at stage 3. It was created by Philipp Dunkel, Maggie Johnson-Pint, Matt Johnson-Pint, Brian Terlson... (more…)
Read more »
At Supabase we love writing as little code as possible, so we decided to combine our unit tests with... (more…)
Read more »
Sat, Apr 4, 2020, 12:30 AM: Plan to host the first ever TensorFlow.js community show & tell on Sat 4th April at 12pm PDT / 7pm GMT! Add to your calendar and feel free to invite others. Come hang out w... (more…)
Read more »
Many developers think that comments are good practices while others think totally the opposite, that is, to apply comments are bad practices. Sorry to tell you that there are no absolute rules, everything depends on the case. The truth is that there are a... (more…)
Read more »