I'm Dhanjeet Kumar Thakur, a dedicated backend developer skilled in Core Java, Spring frameworks, Hibernate, and web tech like HTML, CSS, and JavaScript. With a sharp eye for detail, I create strong backend solutions for seamless user experiences. Git and GitHub are my allies for effective collaboration and code integrity. Always learning, I'm on a mission to elevate my skills and make an impact in Java backend development.
Nothing here yet.
As a backend Java Developer, I've always been curious about how to implement a feature that sends an OTP to a registered email address when users click on the 'forgot password' link. This curiosity led me to discover something called the Java Mail AP...

What is Inheritance? Inheritance is nothing but acquiring the properties and behavior of a Parent class to the child class. Here we create a new class from the existing class using the extends keyword. The new class will be called a Sub-Class or Chil...

Objective : This blog aims to introduce beginners to essential Java concepts: classes, objects, and methods. By explaining these concepts with clear examples, it helps readers understand how Java programs are structured. Introductions of Class & Obje...

What are Git and GitHub? Git is a powerful version control system used by developers to track changes in their code over time. Basically, it is used to maintain or store the history of our repository ( Changes done in the repository ). whereas GitHub...
