Java
-
JUnit 5 meets AssertJ
JUnit 5 brings a lot of improvements in the assertions library, mainly thanks to Java 8 and Lambda Expression support…
Read More » -
Simple String Representation of Java Decimal Numbers without Scientific Notation
The primary types/objects used for decimal numbers in Java are float/Float, double/Double, and BigDecimal. Each of these has cases in…
Read More » -
Spring boot and Apache Camel
As the world of software moves on, more complex systems are being developed, which have to integrate with each other.…
Read More » -
Using Micrometer with Spring Boot 2
This is a very quick introduction to using the excellent Micrometer library to instrument a Spring Boot 2 based application and…
Read More » -
Scala client for Amazon Glacier
Amazon Glacier is a secure, durable, and extremely low-cost cloud storage service for data archiving and long-term backup. Glacier offers…
Read More » -
How to Deploy Spring Application Without web.xml to Tomcat
Introduction Since the Servlet 3 specification web.xml is no longer needed for configuring your web application and has been replaced…
Read More » -
Minimize Java Memory Usage with the Right Garbage Collector
Size matters when it comes to software. It has become clear that using small pieces within the microservice architecture delivers…
Read More » -
Building a Simple Neural Network With Eclipse Deeplearning4j
Introduction to Neural Networks Deep learning encompasses both deep neural networks and deep reinforcement learning, which are subsets of machine…
Read More » -
Exclusive Book Offers (75% off): Java Data Analysis, Java for Data Science, Java Data Science Cookbook
Hello fellow Geeks! Today, we have some exciting news for you! Java Code Geeks and Packt have teamed up to…
Read More »