Javascript Essentials in 8 Chapters !! The easiest and fastest way to get around Javascript. (more…)
Read more »
Javascript is not a reactive language, but there are advantages to being able to express ourselves reactively. Reactive programming can be useful in describing complicated UIs, and data visualizations. (more…)
Read more »
I am a self-taught software developer, with a passion to learn – from computer science to social interactions... (more…)
Read more »
A really simple game of rock paper scissors Spock lizard. - hodovani/rock-paper-scissors-Spock-lizard... (more…)
Read more »
Immutability is the art of maintaining the state of an object, an update should not change the object, but create a new object with the updated data. (more…)
Read more »