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

Binary Tree Traversal
In this post we will look into the different ways to traverse a Binary Tree. In a binary tree, you can traverse in two different ways:...
Ankit Agrahari
Nov 23, 20212 min read
14 views
0 comments

Target Machine Actively Refused it - MongoDB Issue
In this post we will discuss one of the issue encountered after installing MongoDB on my windows machine. This from the previous post...
Ankit Agrahari
Nov 19, 20212 min read
21 views
0 comments

CRUD operation in MongoDB
In this post we will create a Java application which will interact with MongoDB to perform all the CRUD operations. What is NoSQL...
Ankit Agrahari
Nov 18, 20214 min read
27 views
0 comments

Exploring Spring Thymeleaf
In this post we will be creating a registration form which will include textbox, dropdown with multi-select option, file pickers and then...
Ankit Agrahari
Nov 17, 20216 min read
2,333 views
0 comments

Set Swappiness in Linux
In 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 Agrahari
Nov 17, 20211 min read
16 views
0 comments

#LC438 - Find All Anagrams - Sliding Window Algorithm
In this topic we will cover the leetcode #438 Find all anagram programming question. Problem Statement: Given two strings s and p, return...
Ankit Agrahari
Nov 16, 20212 min read
53 views
0 comments

Maven - Manifest file and Jar with Dependencies
In 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 Agrahari
Nov 16, 20211 min read
11 views
0 comments
Contact
bottom of page