Core Java
-
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 » -
More Fail early – Java 8
Fail fast or Fail early is a software engineering concept that tries to prevent complex problems happening by stopping execution as…
Read More » -
Constructors or Static Factory Methods?
I believe Joshua Bloch said it first in his very good book “Effective Java”: static factory methods are the preferred…
Read More » -
Transactions Made Simple Using Speedment 3.0.17 and Above
Transactions Sometimes we want to make sure that our database operations are executed atomically and separated from other operations. This…
Read More » -
Controlling parallelism level of Java parallel streams
With recent Java 9 release we got many new goodies to play with and improve our solutions once we grasp…
Read More » -
Five Features to Make Java Even Better
I stumbled upon this proposal by Brian Goetz for data classes in Java, and immediately realized that I too have…
Read More » -
Functional Java by Example | Part 1 – From Imperative to Declarative
Functional Programming (FP) is about avoiding reassigning variables, avoiding mutable data structures, avoiding state and favoring functions all-the-way. What can…
Read More » -
Java Command-Line Interfaces (Part 30): Observations
This series on parsing command line arguments in Java has consisted of 29 posts published over four months and covering…
Read More »