Chand Sheikh

Chand Sheikh

S08L01 – Remember me

Implementing the “Remember Me” Feature in Spring Boot Applications Table of Contents Introduction – Page 1 Understanding the “Remember Me” Feature – Page 3 What is “Remember Me”? Benefits and Drawbacks Setting Up the “Remember Me” Feature – Page 6…

S07L01 – Adding Profile page on the Blog application

Adding a Profile Page to Your Blog Application: A Comprehensive Guide Table of Contents Introduction…………………………………………………………………3 Understanding the Profile Feature…………4 What is the Profile Feature?……………………….4 Pros and Cons………………………………………………………….5 When and Where to Use the Profile Feature……………………………………………………..5 Comparison Table: Profile Feature vs.…

S06L03 – Section Wrap up

Finalizing Application Validations in Your Spring Boot Blog Project Table of Contents Introduction Setting Up Seed Data Implementing Model Validations Updating Views for Client-Side Validation Modifying Controllers for Validation Handling Testing Your Validations Common Issues and Troubleshooting Conclusion Introduction Building…

S05L11 – Section wrap up

Managing Blog Posts in Spring Boot: A Comprehensive Guide Author: [Your Name] Date: October 27, 2023 Table of Contents Introduction Getting Started with Spring Boot Setting Up Seed Data User Authentication and Authorization CRUD Operations for Blog Posts Creating a…

S05L10 – Add warning model for Delete operation

Adding a Warning Modal for Delete Operations in Your Spring Blog Application Table of Contents Introduction……………………………1 Understanding Bootstrap Modals………3 Integrating the Modal into Your Spring Blog………..5 Setting Up the Modal Structure……………..5 Customizing Modal Buttons………………..7 Implementing the Delete Operation……….9 Connecting the…

S05L08 – Handle edit post in Spring Boot Blog application

Handling Edit Posts in Spring Boot: A Comprehensive Guide Table of Contents Introduction to Editing Posts in Spring Boot…………………………………………….1 Formatting Dates with Thymeleaf in Spring Boot………………………………….3 Updating the Post Model with Timestamps………………………………………………..5 Modifying PostService for Timestamp Management………………………………….7 Handling Controller Updates…

S05L06 – Handle post add in Spring Boot

Handling Add Post in Spring Boot: A Comprehensive Guide Table of Contents Introduction ………………………………………………………………… 1 Setting Up the Post Controller ……………… 3 Securing Your Endpoints ………………………………. 7 Handling Form Submission …………………………….. 11 Managing View Templates with Thymeleaf …. 17 Troubleshooting…

S05L05 – Add WYSIWYG text Editor in the Add post page

Integrating CKEditor: Enhancing Your Spring Blog with a WYSIWYG Editor Table of Contents Introduction ………………………………………………….. 1 Understanding WYSIWYG Editors ……….. 3 Why Choose CKEditor? ……………………………… 5 Integrating CKEditor into Your Spring Blog ……………………………………………………. 7 Adding CKEditor Scripts ………………… 8 Configuring…

S05L03 – View a post with edit options

Building Blog Functionality in Spring Boot: Viewing Posts with Owner Options Table of Contents Introduction ……………………………………………………….. 1 Fixing Static Resource Issues in Spring Boot ………………………………… 2 Displaying Post Information Dynamically ……………………………………… 4 Implementing Edit Functionality for Post Owners ……………………………………… 6…

S05L01 – Update homepage, for post links

Updating the Homepage in Spring Blog: Enhancing Post Links with Thymeleaf Table of Contents Introduction ………………………………………………….. 1 Setting Up the Home Page ……………………. 3 Modifying home.html Updating the Home Controller Enhancing the Header ………………………………… 7 Implementing Hyperlinks with Thymeleaf …..…

S04L13 – Add users with Roles and Authorities continues

Enhancing Spring Applications with Roles and Authorities: A Comprehensive Guide Table of Contents Introduction…………………………………………………1 Understanding Roles and Authorities in Spring………………………3 Configuring Lazy Loading in Spring……………………………………..6 Implementing Roles and Authorities………………………………….10 Modifying the Account Model…………………………………………..11 Updating Controllers………………………………………………………..15 Creating Admin Panels and Securing…

S04L12 – Add users with Roles and Authorities

Implementing User Roles and Authorities in Spring Boot: A Comprehensive Guide Table of Contents Introduction ………………………………………….. 1 Setting Up Sample Users ……………….. 3 Assigning Roles to Users ……………….. 6 Managing Roles and Authorities … 10 Updating Seed Data ………………………….. 14…

S04L11 – Add Authorities to User Account in Spring boot

Enhancing User Management: Adding Authority Tables in Spring Boot Table of Contents Introduction ………………………………………………….. 1 Setting Up the Authority Entity …………… 3 Creating the Authority Repository and Service ……………………………………………………….. 7 Defining Privileges with Enums ……………… 11 Populating Seed Data …………………………………..…

S04L10 – Adding Roles to user account

Table of Contents Introduction Understanding User Roles in SpringBlog What Are User Roles? Setting Up Roles in SpringBlog Integrating Roles into User Accounts Modifying the Account Model Creating the Roles Enumeration Configuring the Account Service Testing the Role Integration Verifying…

S04L09 – Spring Boot Role and Authorities

Managing Roles and Authorities in Spring Boot: A Comprehensive Guide Table of Contents

Introduction In the realm of web application security, managing user access effectively is crucial. Spring Boot, a powerful framework for building Java-based applications, offers robust mechanisms…

S04L08 – Update the Webtemplate with Thymeleaf tags

Updating Web Templates with Thymeleaf and Spring Security Table of Contents Introduction……………………………………………………..1 Understanding Thymeleaf and Spring Security……………………….3 Updating Web Templates with Thymeleaf Tags……………………………5 Conditional Display of Navigation Links…………………………….8 Integrating Spring Security with Thymeleaf………………………………12 Implementing Authentication Checks in Thymeleaf Templates……………………………16 Testing…