Ankit AgrahariNov 19, 20212 minTarget Machine Actively Refused it - MongoDB IssueIn this post we will discuss one of the issue encountered after installing MongoDB on my windows machine. This from the previous post...
Ankit AgrahariNov 18, 20214 minCRUD operation in MongoDBIn this post we will create a Java application which will interact with MongoDB to perform all the CRUD operations. What is NoSQL...
Ankit AgrahariNov 17, 20216 minSpringExploring Spring ThymeleafIn this post we will be creating a registration form which will include textbox, dropdown with multi-select option, file pickers and then...
Ankit AgrahariNov 17, 20211 minSet Swappiness in LinuxIn this post we will look into how to change the swappiness value in Linux. Swappiness is the kernel parameter that defines how much your...
Ankit AgrahariNov 16, 20212 minLeetCode#LC438 - Find All Anagrams - Sliding Window AlgorithmIn this topic we will cover the leetcode #438 Find all anagram programming question. Problem Statement: Given two strings s and p, return...
Ankit AgrahariNov 16, 20211 minMaven - Manifest file and Jar with DependenciesIn this post, we will build a simple maven project which will create two jar files, which can be executed using below command java -jar...
Ankit AgrahariNov 15, 20212 minIV - Recognizing Parts Of Speech Using Apache OpenNLPIn this post we will discuss on recognizing parts of speech in a given sentence using Apache OpenNLP library. This is part of the series...