A really simple game of rock paper scissors Spock lizard. - hodovani/rock-paper-scissors-Spock-lizard... (more…)
Read more »
Front-End Algorithm Engineering Platform based on Tensorflow.js - alibaba/pipcook... (more…)
Read more »
I was doing code review for a coworker yesterday, and it soon became obvious that he used a linter and that the linter gave him a bright idea: use strict comparisons. Using strict comparisons is a great rule to follow. === instead of ==, !== instead of !=... (more…)
Read more »
Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn’t work for media queries. In this article I’ll show you how you can ... (more…)
Read more »
Diving into the ever-evolving world of JavaScript can sometimes feel like embarking on a coding odyssey. This rings especially true in our latest venture with Hyphen, a spry and capable JavaScript library geared for web development enthusiasts. Our quest?... (more…)
Read more »