-
Core Java

Object and Index Streams
I was going to write a post about how to blend a stream with the indices of each element, but…
Read More » -
Software Development

[MEGA DEAL] The Complete 2019 CompTIA Certification Training Bundle (97%)
Catalyze a Career in IT with 200+ Hours of Training Prep for CompTIA’s Hottest Certification Exams Hey fellow geeks, This…
Read More » -
Agile

How to Reduce the Product Backlog Size
While it’s normal that a product backlog changes, some backlogs grow too big and become overly long and detailed. Consequently,…
Read More » -
Core Java

How To Deep Clone An Object Using Java In Memory Serialization
In my previous articles, I had explained the difference between deep and shallow cloning and how copy-constructors and defensive copy…
Read More » -
Core Java

How to Customize Serialization In Java By Using Externalizable Interface
In a previous article Everything About Java Serialization Explained With Example, I explained how we can serialize/deserialize one object usingSerializable…
Read More » -
Core Java

What is Serialization? Everything You Need to Know About Java Serialization Explained With Example
In a previous article, we looked at 5 different ways to create objects in java, I have explained how deserialising…
Read More » -
Core Java

Java: An Optional Implementation of Optional
The class java.util.Optional is implemented as a single immutable concrete class that internally handles two cases; one with an element…
Read More » -
Core Java

Java: Benefit from Inline Class Properties Starting from Java 8
In some years, Java will hopefully have an “inline class” feature which solves many challenges with the current state of…
Read More » -
Core Java

Why Declarative Coding Makes You a Better Programmer
Declarative solutions with functional composition provide superior code metrics over legacy imperative code in many cases. Read this article and…
Read More »



