-
Core Java
Comparing files in Java
I am creating a series of video tutorials for PACKT about network programming in Java. There is a whole section…
Read More » -
Software Development
Comparing Envoy and Istio Circuit Breaking With Netflix OSS Hystrix
When we build services architectures (Service Oriented Architecture, Microservices, the next incarnation, etc), we end up making a lot more…
Read More » -
Core Java
Transferring InputStream to OutputStream in JDK 9
One of the minor additions to JDK 9 that can make a sometimes routine task in Java even easier is…
Read More » -
Software Development
[MEGA DEAL] The Complete Web Developer Course 2.0 (93% off)
Discover the True Power of the Internet By Building 25 Websites & Mobile Apps with Popular Instructor, Rob Percival! Hey…
Read More » -
Enterprise Java
7 Reasons to Use Spring to develop RESTful Web Services in Java
REST has now become a standard way to develop web services and when it comes to Java, there are many…
Read More » -
Agile
Just Hired! Our new Digital Scrum Master (and a total geek)
Whether your team is agile or not, whether you envision to build a great agile team, taking baby steps towards…
Read More » -
Core Java
Considerations When Returning Java 8’s Optional from a Method
The Optional class introduced with Java 8 has been one of the most controversial features introduced by that version of…
Read More » -
Agile
Minimally Viable Team in a nutshell
Last week I was in Holland helping a client with their agile adoption and digital transformation. When the subject of…
Read More » -
Enterprise Java
How to ignore unknown properties while parsing JSON in Java – Jackson @JsonIgnoreProperties Annotation Example
One of the common problem while parsing JSON in Java using Jackson API is that it fails when your JSON…
Read More »