Simple Chess Engine Vanilla JS. Contribute to VanillaJSChess/VanillaJSChess.github.io development by creating an account on GitHub. (more…)
Read more »
A map is one of the most frequently used data structures in daily programming. It keeps key-value pairs that can easily be accessed by their keys. In Java, it is pretty obvious to use a HashMap for… (more…)
Read more »
Last month Chris Coyier wrote a post investigating the question, "When Does a Project Need React?" In other words, when do the benefits of using React... (more…)
Read more »
flow - Adds static typing to JavaScript to improve developer productivity and code quality.
Read more »