Ankit AgrahariSep 20, 20224 minJavaExternalize Spring Boot ConfigurationIn this post, we will discuss on fetching the Spring boot configuration values from outside the application jar file. We will discuss on...
Ankit AgrahariSep 11, 20223 minSpringReactive Programming in JavaIn this post, we will try to understand the basics of the Reactive programming, what are the core features of it and how to handle the...
Ankit AgrahariApr 9, 20226 minJavaAES Algorithm with GCM Mode in JavaIn this post we will encrypt and decrypt a given phrase using AES algorithm in GCM mode. This will be more on how to do it. I am not an...
Ankit AgrahariMar 28, 202212 minJavaDay to Day Lambda & Functional Programming in Java 8If you have seen lately, everyone has shifted to Java 8 and is more or less trying to move from lengthy code blocks to few lines/precise...
Ankit AgrahariFeb 12, 20224 minJavaCustom Iterators in JavaThis is a bit embarrassing to start with, but lets say I got this question and was quite dumb stuck on how to write a custom iterator....