-
Enterprise Java
Concurrent query execution in Apache Lucene
Apache Lucene is a wonderfully concurrent pure Java search engine, easily able to saturate the available CPU or IO resources…
Read More » -
Enterprise Java
Spring @Primary Annotation
Introduction: Spring @Primary annotation is used to give a higher preference to the marked bean when multiple beans of the…
Read More » -
Enterprise Java
Recommendation System Using Spark ML Akka and Cassandra
Building a recommendation system with Spark is a simple task. Spark’s machine learning library already does all the hard work…
Read More » -
React.js
ReactJS Table Example
In this article we will build a ReactJS Table Example. ReactJS has shot to fame and has become the front…
Read More » -
Core Java
Is your JVM leaking file descriptors – like mine?
Foreword: The two issues described here, were discovered and fixed more than a year ago. This article only serves as…
Read More » -
Software Development
[On-demand Webinar] Bad Code Kills: 6 Essential Quality Gates You Need in Your CI/CD
Enterprises today are all about increasing software delivery velocity. But with shorter release cycles, code quality is usually sacrificed and…
Read More » -
Software Development
[MEGA DEAL] The Shell Developer Master Class Bundle (94%)
Learn Shell Scripting, Linux Bash Scripting, Writing Shell Programs & More with 4 Shell Courses Hey fellow geeks, This week,…
Read More » -
Software Development
Stop Writing Comments
This should go without saying, but it doesn’t. We should treat a comment as though it’s a danger signal. A…
Read More » -
Enterprise Java
Spring MVC Binding w/o Setters
You can bind form parameters to a domain model object even if the domain model object does not have setters.…
Read More »