How2Do

java
mysql
jdbc
hibernate
spring
spring boot
microservice
Slide1
Slide2
Slide3
Slide4
Slide5
Slide6
Slide7
PlayPause
previous arrowprevious arrow
next arrownext arrow
Slide1
Slide2
Slide3
Slide4
Slide5
Slide6
Slide7
previous arrow
next arrow
Shadow

how2do

Introduction of How2Do

Welcome to my blog – How2Do.co.in, where I share practical tips and tutorials for Java programming. As a Java developer with 5 years of experience, I’m passionate about helping others learn and grow in their programming journey.

Topics covered

Here are some of the topics you’ll find on my blog: Java basics, advanced Java concepts, Java frameworks like Spring and Hibernate, Java libraries, Java tools like STS and Eclipse, and Java coding techniques – Machine Test – Coding Round Question.

Latest posts

Check out my latest blog posts in the latest post section.

Search function

Use the search bar to find specific topics or articles on my blog.

Navigation menu

Explore my blog using the navigation menu: Home, Java, MySQL, JDBC, Spring Framework, Hibernate, Microservice, Coding Techniques, About Me, Contact Me etc..

Call to action

Subscribe to my newsletter to receive weekly updates on new blog posts and exclusive content. Join the How2Do.co.in community today!

About the author

Hi, I’m Ram Chadar, a Java developer with 7 years of experience. I’m passionate about writing clean, efficient code and helping others do the same. In my free time, I enjoy writing Java content.

Contact information

Want to get in touch? follow me on LinkedIn click here.

Resources

Here are some resources I recommend for learning Java: thekiranacademy, javabykiran

Angular project folder structure

Angular project folder structure In this article, I will provide a detailed overview of the Angular project folder structure. We’ll explore the various folders and …

Read More
How to reverse a string in Java

You can reverse a string in Java by using the StringBuilder class which has a built-in reverse() method. Here's an example code:

Read More
Data Binding in Angular

In this article, we will explore Data Binding in Angular, along with understanding the various types of Data Binding in Angular available with their implementations. …

Read More
Spring Security With JWT

What is Spring Security Spring Security With JWT is a robust and flexible framework that provides authentication, authorization, and other security features for Java applications. …

Read More
Code Quality Analysis

Code Quality Analysis is the measure of how well a software codebase meets specific standards, including readability, maintainability, reliability, efficiency, and security. It remains a key concern in software development owing to the following critical reasons:

Read More
SonarQube Server

SonarQube Server is an open-source platform designed to continuously inspect code quality throughout the development process. It provides developers and teams with tools to analyze, track, and manage code quality, security vulnerabilities, and technical debt in their software projects.

Read More
Read Excel Files in Java Using Apache POI

"How to Read Excel Files in Java Using Apache POI" tutorial will be your guide to how to process the Excel tables data in a step by step order, which will make work with and usage of Java for Excel tables an easy process. Obtained a firm grasp on Excel file processing in Apache POI for a...

Read More
Validation In Spring Boot

Spring Boot provides several ways to perform data validation in your applications. Validation in Spring Boot is essential to ensure that the data your application receives or processes is valid and meets the required criteria.

Read More
annotations in spring boot

Advanced annotations in spring boot often involve more specialized use cases and fine-grained control over various aspects of your Spring Boot application. These annotations are typically used in specific scenarios or for customizing the behavior of your application.

Read More
spring boot annotations

In this blog post, we'll explore a selection of essential spring boot annotations that every developer should be familiar with. From defining RESTful endpoints to managing database transactions, these annotations will help you harness the full potential of Spring Boot effortlessly.

Read More

The Java Collections Framework provides a rich set of classes that form a Collection hierarchy in java for organizing and manipulating collections of objects. Here are the key classes in the collection hierarchy

Read More