Java
-
A Java gist on zip and unzip
Compressing is one of the major actions that can be issued in our code when it comes to writing files.…
Read More » -
Java Finalizer and Java File Input/Output Streams
I often find myself noticing topics online more after I’ve worked directly with them or spent time learning about them.…
Read More » -
Elasticsearch for Java Developers: Elasticsearch Ecosystem
This article is part of our Academy Course titled Elasticsearch Tutorial for Java Developers. In this course, we provide a…
Read More » -
Java Garbage Collectors: When Will G1GC Force CMS Out?
In JEPs proposed to target JDK 9 (2017/4/4), Mark Reinhold has written that JEP 291 (“Deprecate the Concurrent Mark Sweep…
Read More » -
Real-Time Communication: Implementing Websockets With Spring Boot
When developing web applications, we sometimes need to push server events down to connected clients. However, HTTP was not designed…
Read More » -
Automated Tests for Asynchronous Processes
It’s been a while since I’ve worked on a server-side application that had asynchronous behaviour that wasn’t already an event-driven…
Read More » -
Important Production bugs and fixes for Storm and Kafka integration
I will describe here a few details for Storm and Kafka integration modules, a few important bugs that you should…
Read More » -
[MEGA DEAL] The 2017 Complete Java Bundle (95% off)
Embark On Your Coding Odyssey with A Deep Dive (58 Hours!) Into the Most Commonly Used Programming Language Hey fellow…
Read More » -
Optional Dependencies in the Java Platform Module System
The Java Platform Module System (JPMS) has a strong opinion on dependencies: By default, they need to be required (to…
Read More »