WebDev

Math Random

Math.random() is probably the most frequently-used source of randomness in Javascript. However a halo of mystery surrounds it and generates confusion especially in beginners.

Git

Git 2.23 Compile Source

Git 2.23 has been released and introduces two new experimental commands: git switch & git restore. Unfortunally at the moment the binary files for MacOs are unavailable. But you can compile the source code

WebDev

Contribute to Opensource

Contributing to open source can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine.

WebDev

React Redux Saga

Create a webapp using React, Redux and Saga as middleware. The application will fetch image data from the Dogs API and store it to Redux using Saga.