A list of 5 interesting and useful JavaScript web development tricks, that aren't necessarily useful. 🙃 #javascript #webdevelopment #webdev #code #programming #tricks #list #learn... (more…)
Read more »
hashdog - Break MD5/SHA1/SHA256/SHA512 hashes using wordlists, password lists and string permutations. (more…)
Read more »
FFI. type safe bindings from JS to Ocaml and Reason. external javascript declaration. (more…)
Read more »
If you've ever built a JavaScript application, the chances are you've encountered – or at least heard of – frameworks like React, Angular, Vue and Ractive. Like Svelte, these tools all share a goal of making it easy to build slick interactive user int...
Read more »
Async and Await makes asynchronous code so much cleaner and nicer to work with. It is widely supported by all the latest versions of modern browsers, including Node v7.6+. See can i use for browser support and node.green for node support. So let's try and... (more…)
Read more »