top of page


Tutorials, Errors and Exceptions
Its a journey to understand things better. It will have tutorials, any error/exceptions encountered, its resolutions and lots of learning.

Search


Dynamic Scheduling any REST API's
Spring boot provides an easy option of scheduling tasks which will be triggered when the interval or time is right. We can use the...
Ankit Agrahari
Jul 19, 20224 min read
9,246 views
2 comments


Spring Boot Application External Configurations
Spring boot application provides a quick and elegant way to create REST API's with minimal boiler plate code and resolves any dependency...
Ankit Agrahari
May 29, 20225 min read
1,147 views
1 comment


Junit5 with Mockito Framework
In 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 Agrahari
Apr 18, 20227 min read
305 views
0 comments


AES Algorithm with GCM Mode in Java
In 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 Agrahari
Apr 9, 20226 min read
9,312 views
0 comments


Spring4Shell - Zero Day Vulnerability in Spring Framework
In the days of Vulnerabilities, the famous Spring framework is the latest victim, which has quite a turns of event for the CVE identified...
Ankit Agrahari
Apr 1, 20223 min read
156 views
0 comments


Day to Day Lambda & Functional Programming in Java 8
If 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 Agrahari
Mar 28, 202212 min read
3,091 views
0 comments


Custom Iterators in Java
This 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 Agrahari
Feb 12, 20224 min read
3,153 views
0 comments
Contact
bottom of page