Blog: Gerard Davison |
240 blogs
updated: 0 min. ago
|
||
In JDK 8 we finally got to use streams and everything was good apart from the times when the API you used couldn't produce a stream. Then yo...
|
||
I really enjoy working with the new async functions but it is really easy to set up a situation where code that could be running in parallel...
|
||
So I challenged someone in a code review to prove that there code that made use of async functions wouldn't be susceptible to a race conditi...
|
||
When you are setting up a development environment you sometimes need to use self signed certificates or a separate developer CA, in order to...
|
||
Often when it is Friday afternoon and you want to go home early you come across an intractable class loading issue. You might grep your appl...
|
||
In many environments you find that the correct proxy can only be fetched by parsing , which is a pain because it is actually a JavaScript fi...
|
||
This is a handy little tip for cases where you just can't get your debugger to start in the right context or the framework you are using doe...
|
||
So most of the time you are probably aware of method references that either reference instance of static methods directly, and they are usef...
|
||
When doing test automation it is often the case you need to know the name of the current machine in order to prompt another machine to conne...
|
||
Somedays you come across some code and think that's pretty, why didn't I think of that? So my long time colleague Mark Warner has a nice twi...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler