The introduction of pattern matching in Ruby 2.7 brought us a new style of multi-assigning local variables: The pattern assignment, or, how you could also call it, the assignment in-style. (more…)
Read more »
Contribute to neutrino-dev development by creating an account on GitHub. (more…)
Read more »
Double-click the code to edit the tutorial and try your own code.This tutorial contains code and discussion from the upcoming book Secrets of the JavaScript Ninja by John Resig.
Read more »
Dwitter is a social network for building and sharing visual javascript demos limited to 140 characters. See the impressive creations crammed into so few characters, and play around with your own code!
(more…)
Read more »
Prototype Pollution, as the name suggests, is about polluting the prototype of a base object which can sometimes lead to arbitrary code… (more…)
Read more »