Ankit AgrahariMay 295 minSpring 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 minJunit5 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 minAES 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 minJava 8Day 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 114 minJava 8Custom 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....
Ankit AgrahariFeb 94 minMulti Release FunctionalityIn this post we will explore one of the best feature provided by Java 9, its importance in present day development and how it will be a...