Ankit AgrahariApr 1, 20223 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 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....
Ankit AgrahariFeb 10, 20224 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...
Ankit AgrahariJan 23, 20223 minWeb Socket Client - Receiving Stream of MessagesIn this post we will be creating a Web Socket Client which will receive all messages coming from the Web Socket Server. Web Sockets The...
Ankit AgrahariJan 19, 20222 minReading CSV file in Python with EncodingThis post will be to resolve a particular error I encountered while reading the csv files for one of my task. This csv file can contain...
Ankit AgrahariJan 12, 20224 minTransfer Files with Executor Service In this post we will move all files from one directory to another using Java's Executor Service and will also discuss on how we can...