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

Category - Boostrap 4

  • Boostrap 4
  • HTML
  • JPA
  • jQuery
  • Spring Boot
  • Spring MVC
  • Thymeleaf

Spring boot thymeleaf jQuery Datatable

August 22, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will discuss adding jQuery datatable to the Spring boot and Thymeleaf web application with full coding example Complete Example We will create this example step by step, follow this tutorial till the...

Continue reading

  • Boostrap 4
  • HTML
  • JPA
  • Spring Boot
  • Spring MVC
  • Thymeleaf

Spring boot thymeleaf Delete record from Database

August 21, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will discuss deleting a record from the database in Spring boot Thymeleaf with full coding example Overview th:each is a thymeleaf special attribute, used to iteration over collections th:text...

Continue reading

  • Boostrap 4
  • HTML
  • JPA
  • Spring Boot
  • Spring MVC
  • Thymeleaf

Spring Boot thymeleaf Update form

August 21, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will discuss Spring boot Thymeleaf updating the form data to the database with full coding example. Overview th:each is a thymeleaf special attribute, used to iteration over collections th:text...

Continue reading

  • Boostrap 4
  • HTML
  • JPA
  • Spring Boot
  • Spring MVC
  • Thymeleaf

Spring Boot thymeleaf form Submit Example

August 21, 2021
by Bushan Sirgur
8 min read
1 Comment

Hey guys in this post, we will discuss submitting the form data to the database in Spring boot and Thymeleaf with full coding example. Overview th:each is a thymeleaf special attribute, used to iteration over...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • jQuery

Javascript Random Joke API Project for Beginners

June 20, 2021
by Bushan Sirgur
3 min read
Add Comment

Hey guys in this post, we will create a Javascript random Joke project for Beginners. Follow this tutorial till the end to understand the javascript concepts. we will create this project step by step. The final version of the app...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • jQuery

Javascript Budget Project for Intermediates

June 18, 2021
by Bushan Sirgur
10 min read
Add Comment

Hey guys in this post, we will create a Javascript budget project for intermediates. Follow this tutorial till the end to understand the javascript concepts. we will create this project step by step. The final version of the app...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • jQuery

Javascript Flash Card Project for Beginners

June 16, 2021
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this post, we will create a Javascript flashcard project for beginners. Follow this tutorial till the end to understand the javascript concepts. we will create this project step by step. The final version of the app...

Continue reading

  • Boostrap 4
  • CSS
  • Javascript
  • jQuery

Javascript Form Based Project for Beginners

June 15, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will create Javascript form-based project for beginners. We will create this project step by step, follow this tutorial till the end to understand how to work with forms in javascript. The final version...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • jQuery

Javascript Simple Add to Cart Project for Beginners

June 8, 2021
by Bushan Sirgur
20 min read
Add Comment

Hey guys in this post, we will create a simple Javascript add-to-cart project. Follow this tutorial till the end to understand the Javascript basics. The project is already live on the internet. Topics covered This application...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • jQuery

Javascript Simple Todo Project for Beginners

June 7, 2021
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this post, we will create a simple Javascript Todo List project step-by-step. Follow this post till the end to learn about the Javascript basics. The project is already live on the internet. Topics covered This...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript

Simple Javascript Tip Calculator

June 4, 2021
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this post, we will create a simple Javascript Tip Calculator. Follow this tutorial, we will create the project step by step. The project is already live on the internet, you can click here to see the final version of...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript

Javascript Modal Project for Beginners

June 2, 2021
by Bushan Sirgur
20 min read
Add Comment

Hey guys, in this post we will create Javascript Modal step by step. The project is deployed to the Github pages, you can check the final version of the application here. Topics covered This application involves the following...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • jQuery

Javascript Filter Project for Beginners

June 1, 2021
by Bushan Sirgur
18 min read
Add Comment

Hey, guys in this post, we will create a simple javascript project and we will add the filter to search the items. The project is deployed to the Github pages, you can check the final version of the application here. Topics...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • Javascript Programs
  • jQuery

Testimonials JavaScript Project for Beginners

May 29, 2021
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this post, we will create a simple javascript testimonials application. The project is live on the web. Topics covered This application involves the following topics – DOM Manipulation Control...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • Javascript Programs
  • jQuery

Javascript Background Image Slider Project for Beginners

May 28, 2021
by Bushan Sirgur
3 min read
Add Comment

Hey guys in this post, we will create a simple javascript background image slider application. The project is live on the web. Topics covered This application involves the following topics – DOM Manipulation Control...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • Javascript Programs
  • jQuery

Javascript Counter Project for Beginners

May 28, 2021
by Bushan Sirgur
3 min read
Add Comment

Hey guys in this post, we will create a simple counter application in Javascript. The project is live on the web. Topics covered The idea was to click on either one of two buttons that registered the count of the on-page...

Continue reading

  • Angular 9
  • Boostrap 4
  • CSS
  • HTML
  • Spring Boot

Angular 9 and Spring Boot CRUD Tutorial – Feature 6 sort expenses by name and amount

August 1, 2020
by Bushan Sirgur
3 min read
2 Comments

Hey in the previous post we discussed filtering expenses based on keyword, in this post, we will sort the expenses by expense name and amount. We will sort the expense name in ascending order and amount in descending order. So...

Continue reading

  • Angular 9
  • Boostrap 4
  • CSS
  • HTML
  • Spring Boot

Angular 9 and Spring Boot CRUD Tutorial – Feature 5 filter expenses by keyword

August 1, 2020
by Bushan Sirgur
3 min read
2 Comments

Hey in the previous post, we discussed deleting an expense, in this post let’s look at how to filter the expenses by keyword, meaning the user will enter the characters inside the textbox and we will filter the expenses...

Continue reading

  • Angular 9
  • Boostrap 4
  • CRUD Applications
  • CSS
  • HTML
  • JPA
  • REST Services
  • Spring Boot

Angular 9 and Spring Boot CRUD Tutorial – Feature 4 Delete expense details

July 30, 2020
by Bushan Sirgur
7 min read
Add Comment

Hey everyone, in the previous post we discussed updating the expense details, and in this post, we will discuss deleting an expense. we can delete expense from two different places, one is in the list expense page, where each...

Continue reading

  • Angular 9
  • Boostrap 4
  • CRUD Applications
  • CSS
  • HTML
  • JPA
  • REST Services
  • Spring Boot

Angular 9 and Spring Boot CRUD Tutorial – Feature 3 Update expense details

July 26, 2020
by Bushan Sirgur
6 min read
Add Comment

Hey in the previous post we covered saving the expense details to the database, in this post we will cover updating the expense details. We will continue with the same example which we created in the previous post. Let’s...

Continue reading

  • Angular 9
  • Boostrap 4
  • CRUD Applications
  • CSS
  • HTML
  • JPA
  • REST Services
  • Spring Boot

Angular 9 and Spring Boot CRUD Tutorial – Feature 2 Save the expense to database

July 26, 2020
by Bushan Sirgur
5 min read
3 Comments

Hey in this post, we will continue with the application which we created in our previous post. In this post, we will cover saving the expense record to the database. let’s begin… We will cover the following topics...

Continue reading

  • Angular 9
  • Boostrap 4
  • CRUD Applications
  • CSS
  • HTML
  • JPA
  • REST Services
  • Spring Boot

Angular 9 and Spring Boot CRUD Tutorial – Feature 1 Display list of records in browser

July 22, 2020
by Bushan Sirgur
10 min read
Add Comment

Hey in this post we will quickly create spring boot and angular 9 application and create rest endpoint to retrieve the list of records. We will also make HTTP GET requests from the angular application to the rest endpoint which...

Continue reading

  • Angular 9
  • Boostrap 4
  • CRUD Applications
  • CSS
  • HTML
  • JPA
  • REST Services
  • Spring Boot

Angular 9 and Spring Boot CRUD Tutorial – Introduction and Setup

July 20, 2020
by Bushan Sirgur
3 min read
1 Comment

Hey in this post, we will develop a full-stack web application using Angular 9 and Spring boot. We will connect this application to the MySQL database and perform the basic database operations like Create, Read, Update, and...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • Javascript
  • jQuery

Building Recepie App using HTML + CSS + Javascript + jQuery + Bootstrap 4

May 1, 2019
by Bushan Sirgur
8 min read
1 Comment

Hello guys, Bushan here welcomes back to B2 Tech. Today in this post, we will be creating a Recipe App using HTML, CSS, Javascript, jQuery, and Bootstrap. The fully working application is already deployed to the live web server...

Continue reading

  • Boostrap 4
  • CSS
  • HTML
  • jQuery

jQuery validation Example

October 19, 2018
by Bushan Sirgur
6 min read
Add Comment

Hello guys, Bushan here, Welcome back to B2 Tech. If we are creating any kind of web application and having a form in the web application is very very common. In such applications, validating a form fields plays a major role, we...

Continue reading

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

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,081)
  • Spring Data JPA findBy Column Name with Example (39,424)
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (35,662)
  • Login Form in JavaFX with MySQL Database (31,923)
  • 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