B2 Tech

Web Dev Snippets

  • Facebook
  • Twitter
  • Google Plus
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS

Author - Bushan Sirgur

  • Javascript

Adding JavaScript to a Web Page

2 months ago
by Bushan Sirgur
5 min read
Add Comment

Hey, guys welcome back to yet another interesting post. In this article, we will discuss the different ways of adding Javascript to a webpage. So read the full post to understand more. Read More: Check the Complete JUnit 5...

Continue reading

  • Cloud
  • Spring Boot

Deploy Spring Boot Application to Railway.App Service

2 months ago
by Bushan Sirgur
6 min read
Add Comment

Hey, guys welcome back to yet another interesting post. In this post, we will discuss deploying the Spring Boot application to the production server using Railway.app service. If you are following my youtube channel, then you...

Continue reading

  • Linux
  • Tools
  • Utilities

Most Important Commands For A Newbie Linux User

3 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, I will write the most important commands for a newbie Linux user. Read the article completely to learn about Linux basic commands. Read More: Check the Complete JUnit 5 Tutorial Check the Complete...

Continue reading

  • Tools

Git Commands List with Examples

4 months ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this article, I will discuss some of the most important and commonly used Git commands. The below git commands cheat sheet will help you to use it in our day to day development. Also, these git commands explained with...

Continue reading

  • JPA
  • JUnit 5
  • REST Services
  • Spring Boot

Spring Boot REST API Integration Testing with JUnit 5

6 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this post, we will learn about writing JUnit integration test cases for Spring Boot REST API. In the previous posts, we discussed writing the JUnit test cases for the Repository layer, Service layer, and Controller...

Continue reading

  • JUnit 5
  • Spring Boot

Spring Boot Unit Testing with JUnit Mockito and MockMvc

6 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, we will learn about writing Unit test cases for Spring Boot applications using JUnit, Mockito, and MockMvc with easy to understand examples. This is the third part of the tutorial where we will learn...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot File Upload and Download with Filesystem

7 months ago
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this article, we will learn upload and download the image to a database using Spring Boot and Data JPA. We will create a Spring Boot REST API to upload and download the image. There are two different ways to store the...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot

Spring Boot File Upload and Download with Database

7 months ago
by Bushan Sirgur
10 min read
Add Comment

Hey guys in this article, we will learn upload and download the image to a database using Spring Boot and Data JPA. We will create a Spring Boot REST API to upload and download the image. There are two different ways to store the...

Continue reading

  • JUnit 5
  • Spring Boot

Spring Boot Unit Testing with JUnit Mockito and MockMvc

7 months ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this article, we will learn about writing Unit test cases for Spring Boot applications using JUnit, Mockito, and MockMvc with easy to understand examples. This is the second part of the tutorial where we will learn...

Continue reading

  • JPA
  • JUnit 5
  • Spring Boot

Spring Boot Unit Testing with JUnit Mockito and MockMvc

7 months ago
by Bushan Sirgur
10 min read
Add Comment

Hey guys in this article, we will learn about writing Unit test cases for Spring Boot applications using JUnit, Mockito, and MockMvc with easy to understand examples. This is the first part of the tutorial where we will learn...

Continue reading

  • JUnit 5

JUnit5 assertNull() Example

8 months ago
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this post, we will discuss the Junit5 assertNull() method with easy to understanding example Read More: Check the Complete JUnit 5 Tutorial Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

  • JUnit 5

JUnit 5 assertNotEquals() Example

8 months ago
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this post, we will discuss the Junit5 assertNotEquals() method with easy to understand example Read More: Check the Complete JUnit 5 Tutorial Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring...

Continue reading

  • JUnit 5

JUnit 5 assertEquals() Example

8 months ago
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this post, we will discuss the Junit5 assertEquals() method with easy to understand example Read More: Check the Complete JUnit 5 Tutorial Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

  • JUnit 5

JUnit Display Name Best Practices

9 months ago
by Bushan Sirgur
2 min read
1 Comment

Hey guys in this post, we will discuss some of the best practices of @DisplayName annotation in JUnit. Read More: Check the Complete JUnit 5 Tutorial Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

  • JUnit 5

Write First JUnit Test

9 months ago
by Bushan Sirgur
3 min read
Add Comment

Hey everyone in this article, Let’s write the very first JUnit 5 test case with easy to understanding example. Read More: Check the Complete JUnit 5 Tutorial Check the Complete JavaServer Faces (JSF) Tutorial Check the...

Continue reading

  • JUnit 5

Overview of Testing in Java with JUnit

9 months ago
by Bushan Sirgur
3 min read
Add Comment

Hey everyone in this article, we will quickly discuss about the Unit testing Java JUnit. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate Tutorials Check the Complete Spring...

Continue reading

  • Docker

MySQL Docker Image Example

10 months ago
by Bushan Sirgur
3 min read
Add Comment

This article will teach you how to use MySQL server using docker. We don’t have to install the MySQL server on our local machine if the docker is installed already. Read More: Check the Complete JavaServer Faces (JSF)...

Continue reading

  • Core Java
  • DevOps
  • Docker

Dockerize Hello World Java Program

11 months ago
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this article, we will discuss how to dockerize the simple Hello World Java Program with easy to understand steps. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • Core Java
  • Core Java Programs
  • Interview Programs

Write a Program to find the second largest number in array in Java

April 1, 2022
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this article, we will discuss finding the second largest number in array using Java. First, let’s look at the solution then I will explain the solution. Watch the Video Solution public class...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Containing condition

March 17, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Ending With condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Ending With condition

March 14, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Ending With condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Starting With condition

February 25, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Starting With condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Not Like condition

February 22, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Not Like condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Like condition

February 11, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Like condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using IsNotNull condition

February 9, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the IsNotNull condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using IsNull condition

February 8, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the IsNull condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Before condition

February 8, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Before condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using After condition

January 31, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the After condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL query using GreaterThanEqual condition

January 28, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the GreaterThanEqual condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to...

Continue reading

  • JPA
  • Spring Boot

JPQL query using GreaterThan condition

January 27, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the GreaterThan condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to...

Continue reading

1 2 3 … 13 Next
Build Real Time REST APIs with Spring Boot, JPA and MySQL

Build Real Time Web Application with Spring Boot, JPA and MySQL

Full Stack Application with React (React Hooks) and Spring Boot

Build Real Time Application with JSP and Servlets for Beginners

Support me


Love my tutorials? Please support me by donating:

About Author

Bushan Sirgur

Hey guys, I am Bushan Sirgur from Banglore, India. Currently, I am working as an Associate project in an IT company.

View all posts

Support me


Love my tutorials? Please support me by donating:

Newsletter



Recent Posts

  • Adding JavaScript to a Web Page February 9, 2023
  • Deploy Spring Boot Application to Railway.App Service February 6, 2023
  • Most Important Commands For A Newbie Linux User January 2, 2023
  • Git Commands List with Examples December 16, 2022
  • Spring Boot REST API Integration Testing with JUnit 5 October 12, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc September 28, 2022
  • Spring Boot File Upload and Download with Filesystem September 2, 2022
  • Spring Boot File Upload and Download with Database September 1, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 29, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 23, 2022

Featured Posts

  • Adding JavaScript to a Web Page
  • Deploy Spring Boot Application to Railway.App Service
  • Most Important Commands For A Newbie Linux User
  • Git Commands List with Examples
  • Spring Boot REST API Integration Testing with JUnit 5

Most Viewed Posts

  • Spring Data JPA findBy Multiple Columns with Example (41,088)
  • Spring Data JPA findBy Column Name with Example (39,428)
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (35,664)
  • Login Form in JavaFX with MySQL Database (31,924)
  • Angular 2 and Spring REST Simple CRUD Application (25,564)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • AWS (1)
  • Boostrap 4 (25)
  • Cloud (1)
  • Core Java (45)
  • Core Java Programs (41)
  • CRUD Applications (34)
  • CSS (28)
  • Design Patterns (2)
  • DevOps (1)
  • Docker (2)
  • Express.js (8)
  • Golang (6)
  • GraphQL (5)
  • Hibernate (27)
  • High Charts (3)
  • HTML (53)
  • Interview Programs (34)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (36)
  • Javascript Programs (23)
  • JDBCTemplate (6)
  • JPA (89)
  • jQuery (20)
  • JSF (21)
  • JSP (42)
  • JUnit 5 (10)
  • Linux (1)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (8)
  • React.js (12)
  • REST Services (103)
  • Servlets (4)
  • SOAP Services (1)
  • Spring Boot (159)
  • Spring MVC (131)
  • Spring Security (17)
  • Testing (2)
  • Thymeleaf (10)
  • Tools (3)
  • Uncategorized (5)
  • Utilities (2)
Copyright © 2023. Created by Bushan Sirgur. Powered by B2 Tech.
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS
  • Facebook
  • Twitter
  • Google Plus