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
  • Full Stack Applications
    • CRUD Applications
  • Advance Java/J2EE
    • JSP
    • Servlets
    • JSF
    • Thymeleaf
    • Spring MVC
    • Spring Boot
    • Spring Security
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Testing
  • About
  • Contact

Category - CSS

  • CSS
  • HTML

Google style login page

4 months ago
by Bushan Sirgur
3 min read
Add Comment

Hello everyone, today in this post I will show you how to design google style login page with HTML and CSS so let’s begin. index.html <!DOCTYPE html> <html lang="en"> <head> <meta...

Continue reading

  • CSS
  • HTML
  • Javascript

Background color change – Javascript Beginner [01]

7 months ago
by Bushan Sirgur
3 min read
Add Comment

Hey guys, welcome to the javascript beginner project series. In this post, we will create a javascript project which changes the background color of the webpage on click of the button. This project is for absolute beginners, we...

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

9 months ago
by Bushan Sirgur
3 min read
Add Comment

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

9 months ago
by Bushan Sirgur
3 min read
Add Comment

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

9 months ago
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

9 months ago
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

9 months ago
by Bushan Sirgur
5 min read
2 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

9 months ago
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

9 months ago
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

  • CSS
  • HTML
  • jQuery

Calculate AGE based on Date of birth using jQuery Calendar

July 7, 2018
by Bushan Sirgur
3 min read
6 Comments

Hi guys, Bushan here, welcome back to B2 Tech! Today in this video, I will show you how to calculate Age based on Date of birth using jQuery Calendar so let’s get started! If you are creating any kind of registration form...

Continue reading

About Author

View all posts

Support me


Love my tutorials? Please support me by donating:

Newsletter



Recent Posts

  • Spring Boot Thymeleaf for each with Example April 21, 2021
  • Most commonly used Java Math methods with Examples April 20, 2021
  • Spring Boot Thymeleaf CSS JS with Example April 12, 2021
  • Spring Boot Thymeleaf with Example April 11, 2021
  • Spring Data JPA Sort Multiple Columns with Examples April 9, 2021
  • Spring Data JPA Sort by Date with Example April 8, 2021
  • Spring Data JPA Pagination with Example April 7, 2021
  • Spring Data JPA Query Methods In with Examples April 3, 2021
  • Spring Data JPA Query Methods Like with Example April 2, 2021
  • Spring Data JPA Between Date Example March 29, 2021

Featured Posts

  • Spring Boot Thymeleaf for each with Example
  • Most commonly used Java Math methods with Examples
  • Spring Boot Thymeleaf CSS JS with Example
  • Spring Boot Thymeleaf with Example
  • Spring Data JPA Sort Multiple Columns with Examples

Most Viewed Posts

  • Angular 2 and Spring REST Simple CRUD Application (17,337)
  • Login Form in JavaFX with MySQL Database (16,656)
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (15,629)
  • Calculate AGE based on Date of birth using jQuery Calendar (12,165)
  • Complete CRUD Application in Spring MVC and Hibernate [XML Configuration] (11,607)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • Boostrap 4 (9)
  • Core Java (16)
  • Core Java Programs (33)
  • CRUD Applications (33)
  • CSS (12)
  • Express.js (7)
  • Hibernate (24)
  • High Charts (3)
  • HTML (13)
  • Interview Programs (33)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (13)
  • Javascript Programs (20)
  • JPA (32)
  • jQuery (7)
  • JSP (16)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (7)
  • REST Services (47)
  • Servlets (2)
  • SOAP Services (1)
  • Spring Boot (65)
  • Spring MVC (46)
  • Testing (1)
  • Thymeleaf (5)
  • Uncategorized (2)
Copyright © 2021. 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
  • Full Stack Applications
    • CRUD Applications
  • Advance Java/J2EE
    • JSP
    • Servlets
    • JSF
    • Thymeleaf
    • Spring MVC
    • Spring Boot
    • Spring Security
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Testing
  • About
  • Contact
  • Facebook
  • Twitter
  • Google Plus