Abhinav Pandey
Abhinav Pandey's Blogs

Abhinav Pandey's Blogs

Follow
homebadges

The Ultimate Guide to Backtracking

Apr 20, 20229 min read

Backtracking explained step by step with problems · Backtracking is a technique for solving problems by exploring all possible solutions. Backtracking...

The Ultimate Guide to Backtracking

10 SEO tips to increase the reach of your blogs.

Apr 5, 20227 min read

Whether you're a blogger, startup, or business, blogging is a long-term strategy to build a strong presence in front of humans as well as search...

10 SEO tips to increase the reach of your blogs.

12 Common uses of Java Streams

Mar 9, 20226 min read

12 Common uses of Java Streams with code examples · Java Streams API was introduced in Java 8. Its aim is to provide a less verbose and concise way to...

12 Common uses of Java Streams

Effective Session Management using Supertokens

Feb 8, 20228 min read

In the previous article, we looked at the fundamentals of session management. We also looked at two types of access tokens and how both of them are...

Effective Session Management using Supertokens

Session Management Fundamentals

Jan 20, 20228 min read

Introduction Session management is the process of maintaining a session " between a client and a server", "for a user", "for a period of time". A...

Session Management Fundamentals

The Core Java roadmap

Dec 19, 20213 min read

Below is a roadmap of topics to learn for absolute beginners to become proficient in general programming in Java. · The prerequisites Before starting...

The Core Java roadmap