-
Enterprise Java
Get to Know Custom Object Creation: JSON Binding Overview Series
Let’s take a look at how JSON Binding handles custom object creation. Next article in this series covers customization of…
Read More » -
Software Development
My Hovercraft Is Full of Eels
A story from my Clean Code class. The class exercises revolves around different aspects of the game Tic-Tac-Toe. I like…
Read More » -
Software Development
APM, Logs and BI: What You Don’t See With These 3 Aspects of Application Monitoring
The quest towards a complete monitoring dashboard is peaking, and your tools want to help you achieve it During the…
Read More » -
Software Development
NetBeans IDE Tutorial
1. About Netbeans IDE Netbeans IDE, started as a student project known as Xelfi in the past, is a popular…
Read More » -
Software Development
How to Refactor a Monolithic Codebase Over Time
While so many software projects start off with the best of intentions, such as a clean architecture, clear goals, and…
Read More » -
Core Java
Local type inference in Java 10, or If it quacks like a duck
Quite recently, Oracle adopted a new strategy of releasing a new language version every six months. The strategy assumes that…
Read More » -
Software Development
The Right Way to Report a Bug
You know, at Zerocracy, either you are a programmer or a tester, and we pay for each bug you find…
Read More » -
Enterprise Java
JPA Tips: Avoiding the N + 1 select problem
Introduction ORM frameworks like JPA simplifies our development process by helping us to avoid lots of boilerplate code during the…
Read More » -
Enterprise Java
Get to Know Customisation: JSON Binding Overview Series
Let’s take a look at how the annotation model and runtime configuration work when customizing the JSON Binding serialization and…
Read More »