Ankit AgrahariDec 24, 20214 minCustom Java Class : Peculiar CasesThis post is about understanding the type of interview questions which can come from a Custom Java class where we can override equals,...
Ankit AgrahariDec 19, 20212 minLog4j Vulnerability - Saga Continues To everyone's surprise, the latest release of log4j 2.16.0 is now effected by Denial of Service vulnerability and is claimed to be fixed...
Ankit AgrahariDec 16, 20212 minLog4j Vulnerability - ContinuedThere was second discovery of a new vulnerability on the recent version of log4j 2.15.0. Denial of Service Attack If the service or...
Ankit AgrahariDec 13, 20212 minLog4JShell VulnerabilityEveryone has used log4j libraries for logging in their application or for learning. It is also talk of the town after CVE Remote Code...
Ankit AgrahariDec 7, 20214 minFork-Join Framework in JavaThis post will discuss on the Fork Join framework introduced in Java 7. It utilizes the maximum available processors to compute any...
Ankit AgrahariDec 3, 20213 minSpringSpring Data JPA with MongoDBIn this post we will create a simple Spring JPA project which will connect to MongoDB and create a document, where we will save records...
Ankit AgrahariDec 1, 20213 minSpringTesting in MicroservicesIn this post we will go through the integration testing of the controller of any Spring Boot project. We will be using an existing Spring...