Mohamed AneesElasticSearch Node Hotspots— How we averted an Outage?ElasticSearch is one of the commonly used data store in many systems. We’ll not deep dive into the use cases nor what ES is capable of in…Aug 11Aug 11
Mohamed AneesKotlin Sequences & Collections —Looking at Developer’s Common Mistake in PRAre you eager evaluating things unknowingly?Mar 18Mar 18
Mohamed AneesWhy I despise (Mostly) using Loops and fell in love in Sequences!Usually all programs contain loops. I was a good and happy developer once who was writing a lot of for loop as everyone else. I’ll state a…Feb 10Feb 10
Mohamed AneesDeep dive into Java Parallel StreamsUsually when I ask fellow developers on how would you process a Stream in parallel, the first immediate response is to use parallelStream()…Feb 4Feb 4
Mohamed AneesJava Virtual Machine (JVM) is not a Virtual Machine? 😅When someone tells me JVM is Java Virtual Machine, I ask them what type of VM it is and they go blank. This had happened (is happening…Jan 211Jan 211
Mohamed AneesinStackademicSpring Boot 3.x & Java 21 🚀— Simplistic Migration HandbookMigration can be daunting but these can help you out!Jan 14Jan 14
Mohamed AneesinThe StartupHow Characteristic abstraction help you in long run — From the eyes of a Java developerCharacteristic abstraction is nothing but containing the characteristics of the objects of a particular class in itself.Dec 7, 2019Dec 7, 2019
Mohamed AneesUsing Streams in Java 8? Things you must know of!Streams is a welcome addition in Java 8. Of course, they were a bit overwhelming at first to know about them. But, once you got a knack of…Dec 1, 2019Dec 1, 2019