The Whyline for Java, an interactive debugging tool that lets you ask "why" questions about program out. - amyjko/whyline... (more…)
Read more »
If you want to open a new tab in the browser with Selenium WebDriver and Java, below we've listed some working examples. Have in mind that at the moment,... (more…)
Read more »
In this talk we'll explore ways that the JVM can reduce the object allocation rate of Java programs automatically by performing stack allocation of objects that are known to be local to a method, or in compiler terms non-escaping. The discussion is focuse... (more…)
Read more »
Writing java using only annotations?? Contribute to kusoroadeolu/annote development by creating an account on GitHub. (more…)
Read more »
Have you ever been able to confidently write Java for hours without executing it? I think exploiting J8 and generic types can help with that... (more…)
Read more »