-
DevOps
Docker for Java Developers: Introduction
This article is part of our Academy Course titled Docker Tutorial for Java Developers. In this course, we provide a…
Read More » -
Core Java
[MEGA DEAL] The 2017 Complete Java Bundle (96% off)
Embark On Your Coding Odyssey with A Deep Dive (58 Hours!) Into the Most Commonly Used Programming Language Hey fellow…
Read More » -
Core Java
What causes OutOfMemoryError?
OutOfMemoryError might be thrown when one of the following circumstances occurs: JVM run out of native memory Java heap is…
Read More » -
Enterprise Java
What are JAX-RS Annotations? (Part 2)
Overview of JAX-RS Annotations (Part 2) This is a three-part series looking at the annotation that is used to implement REST…
Read More » -
Enterprise Java
What are JAX-RS Annotations?
Overview of JAX-RS (Part 1) The JAX-RS API forms an important part of the Java EE platforms commitment to provide…
Read More » -
Software Development
Tools and Practices for Documenting Microservices
I will assume you are at least familiar with the concept of microservices — loosely coupled services that provide discrete…
Read More » -
Core Java
Java Command-Line Interfaces (Part 12): CLAJR
The featured library for my twelfth post on processing command-line arguments in Java is Command-Line Arguments with Java Reflection (CLAJR).…
Read More » -
Software Development
5 Computer Science Online Courses to Stay Ahead of the Game
If you want to consider yourself a good software developer, it doesn’t mean that you are also considered a good…
Read More » -
Core Java
Safepoints
Safepoints There are two logical groups of threads in Java application: application threads performing application logic threads performing GC When…
Read More »