-
Core Java
Peeking Inside Java Streams with Stream.peek
For a Java developer new to JDK 8-introduced pipelines and streams, the peek(Consumer) method provided by the Stream interface can…
Read More » -
Core Java
Zuul 2 – Sample filter
Zuul 2 has finally been open sourced. I first heard of Zuul 2 during Spring One 2016 talk by Mikey…
Read More » -
Enterprise Java
3 Pitfalls Everyone Should Avoid with Hybrid Multicloud (Part 2)
If you already have full control of your on premise data centers, yet can’t stop under utilizing and overpaying for…
Read More » -
Core Java
Thread Methods destroy() and stop(Throwable) Removed in JDK 11
The message “RFR(s): 8204243: remove Thread.destroy() and Thread.stop(Throwable)” by @DrDeprecator (Stuart Marks) on the core-libs-dev OpenJDK mailing list is a…
Read More » -
Core Java
[JDK 11] Class Loader Hierarchy Details Coming to jcmd
I’ve been a fan of the diagnostic command-line tool jcmd since hearing about jcmd at JavaOne 2012. I’ve used this…
Read More » -
Software Development
[Webinar] Quality Gates and Feedback Loops in Continuous Delivery
Join us on June 20th for a webinar about how teams can take their CI/CD workflow to the next level…
Read More » -
Software Development
[MEGA DEAL] The Complete 2018 CompTIA Certification Training Bundle: Lifetime Access (98% off)
Your Path to a Lucrative IT Career Starts with The Ultimate (12 Courses, 140+ Hours!) IT Certification Training Guide Hey…
Read More » -
Core Java
JDK 9/10/11: Side Effects from += on Java String
The question “Why does `array[i++%n] += i+” “` give different results in Java 8 and Java 10?” was posted earlier…
Read More » -
Software Development
Why Programmers Should Never Stop Learning
One of the reasons why IT is still one of the most profitable industries in the world is that it’s…
Read More »