technical Nick's Scala Notes Nick's Scala Notes Basics This section should be most of the things you need to get going. The goal is that you can read most scala code and write your own simple applications.
technical Notes from You Don't Know JavaScript ALL of the falsy values: "" 0, -0, NaN null, undefined false The empty array is truthy. However, when loosely compared, it is coerced into an empty string, which is falsy. So,
technical How much do I really know about Web Security? Today I moved onto the next game series on OverTheWire (are they really games?), Natas. Thanks to my friend, Sam, I realized that this was the reverse spelling of 'Satan'. More importantly, the
technical Blog[0] (Start Here) I have recently come across a new addiction for myself. It's called OverTheWire and it's part of a large network of sites that provide something called Wargames. Let me explain. On OverTheWire, there