-
Core Java
Java 8 Optionals
While programming, we have all faced the most (in)famous NullPointerException. And I believe we all would agree that encountering NullPointerException…
Read More » -
Core Java
All about Finals
A variable can be declared final. A final variable may only be assigned to once. It is a compile-time error…
Read More » -
Enterprise Java
Big Data Ingestion: Flume, Kafka and NiFi
Preliminaries When building Big Data pipelines, we need to think on how to ingest the Volume, Variety and Velocity of…
Read More » -
Software Development
[MEGA DEAL] ReactJS Programming Bootcamp (91% off)
Master This Popular JavaScript Library with 44 Hours of Training & Start Building Powerful User Interfaces Hey fellow geeks, This…
Read More » -
Software Development
Pandas/scikit-learn: get_dummies test/train sets – ValueError: shapes not aligned
I’ve been using panda’s get_dummies function to generate dummy columns for categorical variables to use with scikit-learn, but noticed that…
Read More » -
Core Java
The Best Java Developer Tools for Testing and Integration
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
Enterprise Java
Vaadin Tip: building UIs declaratively
If you have used GWT, then you would have probably found UiBinder quite useful to design complex UIs. In our…
Read More » -
Desktop Java
GWT HTTP requests alternatives
For several reasons, many GWT users ditched the RPC mechanism which is the standard way offered by GWT to call…
Read More » -
Software Development
Creating HTTP Server in Go
In this post, we will create a simple HTTP server in Go following some simple steps. Before starting, let me…
Read More »