Ankit AgrahariJul 194 minSpringDynamic Scheduling any REST API'sSpring boot provides an easy option of scheduling tasks which will be triggered when the interval or time is right. We can use the...
Ankit AgrahariMay 295 minSpringSpring Boot Application External ConfigurationsSpring boot application provides a quick and elegant way to create REST API's with minimal boiler plate code and resolves any dependency...
Ankit AgrahariApr 187 minSpringJunit5 with Mockito FrameworkIn this blog post we will talk about one of the testing framework which I wanted to try it on, and rather use it in my day to day coding....
Ankit AgrahariApr 96 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 AgrahariApr 13 minSpringSpring4Shell - Zero Day Vulnerability in Spring FrameworkIn the days of Vulnerabilities, the famous Spring framework is the latest victim, which has quite a turns of event for the CVE identified...
Ankit AgrahariMar 2812 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 124 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....