Chand Sheikh

Chand Sheikh

S04L07 – Spring security login, overide loadUserByUsername

Implementing and Debugging Spring Security Login in a Spring Boot Application Table of Contents

Introduction to Spring Security Login Spring Security is a powerful and highly customizable authentication and access-control framework for the Spring ecosystem. Implementing a secure login…

S04L04 – Adding login user form

Adding Login Functionality with Spring Security: A Comprehensive Guide Table of Contents Introduction – Page 1 Setting Up the Login Functionality – Page 2 Creating the Login Controller Designing the Login View Integrating Spring Security – Page 4 Adding Dependencies…

S04L03 – Adding register account form

Building a Registration Form in Spring Boot: A Comprehensive Guide Table of Contents Introduction Setting Up the Account Controller Creating the Registration Template Integrating the Registration Form Handling Form Submission Testing the Registration Process Conclusion Introduction Creating a user registration…

S04L02 – Updating the seed data

Updating Seed Data in a Spring Boot Application: A Comprehensive Guide Table of Contents Introduction Setting Up the Account Model Creating the Repository Layer Developing the Service Layer Adding Seed Data to the Database Running the Application and Verifying Data…

S04L01 – Adding Account models in Spring Boot

Implementing User Management in Spring Boot: Adding Account Models Table of Contents Introduction…………………………………….Page 1 Defining the Account Entity Configuring the ID Generation Strategy Establishing Relationships Between Entities….Page 4 One-to-Many Relationship Many-to-One Relationship Handling Database Operations………Page 6 Seed Data Initialization Managing…

S03L04 – Adding seed data in the database

Adding Seed Data to Your Database: A Comprehensive Guide Table of Contents Introduction………………………………………………………………….1 Understanding Seed Data……………………………………3 2.1 What is Seed Data? 2.2 Importance of Seed Data 2.3 When and Where to Use Seed Data Implementing Seed Data in Spring Boot…………6…

S03L01 – Updating application properties

Integrating H2 Local Database with Spring Boot: A Comprehensive Guide Table of Contents Introduction Setting Up the Spring Boot Application Project Structure Configuring application.properties Understanding H2 Database Configuration Database Properties H2 Console Settings Seeding the Database Running and Testing the…

S02L04 – Finalizing the template for the application

Finalizing the Template for Your Spring Application: A Comprehensive Guide Author: [Your Name] Published: October 2023 Table of Contents Introduction ………………………………………………… 1 Updating Contact Information ………….. 3 Modifying the Home Controller ………. 7 Simplifying the Header Section ………. 11 Updating…

S02L03 – Adding Fragments, header, footers to web pages

Extracting Headers and Footers in Spring Boot with Thymeleaf: A Comprehensive Guide Table of Contents Introduction ……………………………………… 3 Understanding the Importance of Fragments ……………………………………… 5 Setting Up Your Spring Boot Project ……………………………………… 7 Creating Fragment Files ……………………………………… 10 4.1 Head…

S02L02 – The template and external files

Integrating Templates with Spring Boot: A Comprehensive Guide Table of Contents Introduction ……………………………………………………….. 1 Understanding the Project Structure ………… 2 Adding Templates and Static Resources …….. 4 Configuring Spring Boot Controller …………. 6 Running and Testing the Application ………. 8…

S01L02 – Spring Starter project

Setting Up Your Spring Boot Development Environment with VS Code Table of Contents Introduction …………………………………………………. 1 Prerequisites ………………………………………………. 3 Installing Visual Studio Code ………. 4 Configuring Java Development Kit (JDK) ……………… 6 Setting Up Spring Boot with Maven … 8…

S04L15 – Wrapup

Developing a Robust Albums API: A Comprehensive Guide Table of Contents Introduction ……………………………………………………………1 Understanding the Albums API ……………..2 Backend Overview ………………………………….2 Frontend Development …………………………..3 Key Features of the Albums Application ………………………………………………………………4 User Authentication and Authorization ………………………………………………………………4 Album Management ……………………………..5 Photo…

S04L13 – Download photo action

Download Photo Action in JavaScript: A Comprehensive Guide Table of Contents Introduction – Page 1 Understanding the Download Photo Functionality – Page 2 Implementing the Download Link – Page 4 Creating the Handle Download Method – Page 6 Making the…

S04L12 – Delete actions

Implementing Delete Functionality in React Applications Table of Contents Introduction………………………………………………………………..1 Understanding Delete Operations………………….3 Types of Delete Operations……………………3 When to Use Delete Operations…………….4 Enhancing Delete Functionality………………..6 Implementing Confirmation Boxes……….6 Handling Delete Actions in Components……………………………………………………………………….8 Integrating Backend APIs for Deletion……….10 Using Axios…

S04L10 – Edit album and photo action

Editing Album Actions in React: A Comprehensive Guide Table of Contents Introduction ……………………………………… 1 Setting Up the Edit Album Feature ………………….. 5 Understanding the Header Element Modifying the Edit Album Button Creating the Edit Album Page ……………………….. 12 Cloning the…

S04L09 – Add album and photo actions

Enhancing Photo Gallery Functionality: A Comprehensive Guide Table of Contents Introduction ……………………………………….. 1 Understanding the Current Photo Gallery Setup ………… 2 Modifying Album and Photo Actions ……………………………………….. 4 Removing Unnecessary Buttons ……………………. 4 Adding New Action Buttons ……………………………. 5 Implementing…