You may have heard of test driven development, but don’t know why it’s useful? After all, writing tests before production code sounds very odd. Come learn about five advantages of using TDD in your daily ...
Java 8 was recently released with Nashorn – a JavaScript runtime for the JVM. There are many reasons you may want to use JavaScript in your JVM application; for example, validation logic or template code ...