-
Core Java
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 » -
Android Core
Building a Restful API interface using Android Things
Building a Restful API interface using Android Things is useful whenever we have to connect Android Things to an external…
Read More » -
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 » -
Core Java
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 » -
Software Development
The Libraries and Packages of the Code Coverage Ecosystem
If you’ve been writing test-driven code for even a little while, you’ll know about code coverage (also known as test…
Read More » -
Agile
Sprint Review Tips for Product Owners
The sprint review meeting is maybe the most important Scrum event for product people—it helps you collect feedback and make…
Read More » -
Core Java
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 » -
Enterprise Java
AJAX with CKEditor in Spring Boot
1. Overview In this article, we will cover how to use CKEditor with Spring Boot. In this tutorial, we will be…
Read More » -
Core Java
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 »