Aftab ShaikhJava Hacks— Part 1A wise man once said “Your code should be so simple that even a fool can understand it”Jul 16Jul 16
Aftab ShaikhinNerd For TechArrayList InternalsAt some point in your Java journey you would have used an ArrayList. But do you know how it works? How can it store any number of elements…Jun 24, 2023Jun 24, 2023
Aftab ShaikhinNerd For TechReactive Programming with ReactorBefore we talk about what/why Reactor, let us first have a quick recap on Reactive Programming and Reactive Streams.Mar 12, 2021Mar 12, 2021
Aftab ShaikhinNerd For TechReactive WebClientSpring WebFlux provides the reactive WebClient to make asynchronous api calls. It is fully non-blocking. Things I like about WebClient is…Dec 16, 2020Dec 16, 2020