-
Core Java
Java Projects: Book Review
This article is about the book Java Projects Second Edition, by Peter Verhas that I wrote last year. The aim…
Read More » -
React.js
ReactJS Event Listener Example
In this article, we take a look at event handling with ReactJS. ReactJS is a very popular front-end library used…
Read More » -
Agile
Where I Think “Agile” is Headed, Part 4: What Does “Agile” Mean?
I started this series asking where “Agile” was headed. (I didn’t like what I saw at the Agile 2019 conference.)…
Read More » -
Software Development
In and Out of the Pocket
I’d like to discussed one of my many bêtes noires. I love a good explanatory variable as much as the…
Read More » -
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 »