Engineer's CodingHub
Engineer's CodingHub
  • Видео 47
  • Просмотров 5 804
Complete JWT Authentication using Spring Boot 3 & Spring Security | Latest Implementation 2024
In this comprehensive tutorial, you'll learn how to implement JWT authentication using Spring Boot 3, Spring Security, MySQL, and Spring Data JPA with the latest and non-deprecated classes. I provide a deep dive into the JWT (JSON Web Token) authentication process, explaining how JWT works from the ground up, including the role of the authentication server, authorization server, token generation, and validation.
Before watching this video must watch this
Create REST-APIs using Spring boot - ruclips.net/video/XuMfJyYRSko/видео.htmlsi=y-P_8MWn98pMhB-D
CRUD operation using Spring Boot - ruclips.net/video/LRJbOclhS3E/видео.htmlsi=kPLylHtLb0795966
Here's what you'll learn in this video:
- JWT Basic...
Просмотров: 91

Видео

Lecture - 15 | Interface in Java with Interview questions | Interface vs Abstract Class
Просмотров 812 часов назад
"In this video, we dive deep into the core concepts of Interfaces and Abstract Classes in Java. Learn when to use interfaces over abstract classes, and understand the differences with practical examples. Whether you're a beginner or an experienced developer, this video will clarify how to effectively utilize interfaces and abstract classes to achieve multiple inheritance and polymorphism in you...
Lecture - 14 | Abstract Classes and Methods in Java: Complete Guide for Beginners and Interview Prep
Просмотров 816 часов назад
In this video we will discuss about abstract classes and methods in Java with this comprehensive tutorial! Perfect for beginners and those preparing for coding interviews. In this video, we cover: • Definition and purpose of abstract classes • Key features of abstract classes and methods • How to implement abstract classes and methods with practical examples • Use cases and best practices • Imp...
Login & Register Flow using Spring Boot, MySQL, HTML, CSS & JavaScript | Complete web applicaiton
Просмотров 54День назад
"Master full-stack web development with this comprehensive, step-by-step tutorial! Learn how to build a complete web application with login and registration functionality using industry-standard practices. This video covers everything from backend development with Spring Boot, Data JPA, and MySQL to frontend creation using HTML, CSS, and JavaScript. Key topics covered: • Setting up a Spring Boo...
Login & Register Flow using Spring Boot , Angular and MySQL | Complete Web Application
Просмотров 18614 дней назад
Unlock the power of full-stack development by learning how to build a complete web application with Angular, Spring Boot, and MySQL. This in-depth tutorial covers everything you need to know about creating a secure login and registration system, using industry-standard MVC patterns. From API creation in Spring Boot to calling these APIs in Angular, handling forms, dynamic data display, and mana...
Complete Web Application : Login & Registration flow with React, Spring Boot, MySQL with MVC Pattern
Просмотров 26121 день назад
In this comprehensive tutorial, learn how to build a complete web application with Login and Registration features using React, Spring Boot, and MySQL. Following industry standards and the MVC pattern, this video walks you through every step, from setting up your backend with Spring Boot Data JPA to connecting it seamlessly with a dynamic React front-end. You'll master form handling, API integr...
Lecture - 13 | Detailed explanation about 'super' keyword in java | 'super' vs 'this' keyword
Просмотров 928 дней назад
In this video, we explain about super keyword in Java and its essential role in object-oriented programming. Learn how to use super to call parent class constructors, handle overridden methods, and understand the key differences between super and this. Whether you're a beginner or an experienced developer, this tutorial will help you write cleaner, more efficient Java code. Topics Covered: - Wh...
Complete CRUD operation using Spring Boot, HTML, CSS and Javascript | Build web application
Просмотров 221Месяц назад
In this comprehensive tutorial, you'll learn how to build a fully functional Student Management System using Spring Boot, Spring Data JPA, MySQL, HTML, CSS, and JavaScript. This video covers every step of the development process, from creating the user interface to connecting the frontend with the backend, and building robust APIs following the MVC pattern and industry standards. Create APIs fo...
Lecture 12 | Detailed explanation about 'final' keyword | final data member, methods and final class
Просмотров 46Месяц назад
In this video, we will explain you, about the final keyword in Java and its three main uses: defining constants, preventing method overriding, and preventing class inheritance. Learn how to use final with data members, methods, and classes to make your code more predictable and secure. This video covers: - What is the final keyword? - How to use final with data members. - How to use final with ...
CRUD operations + React Js + Spring Boot | Build complete web application with Industry-Standard
Просмотров 859Месяц назад
In this comprehensive tutorial, I guide you through creating a full-fledged web application using Spring Boot and React with industry-standard practices. This video is perfect for beginners and advanced developers looking to enhance their skills in modern web development. Here's what you'll learn: - Spring Boot & Spring Data JPA: Setting up the backend with MySQL, creating a robust API for a St...
Lecture - 11 | Details explaination of 'this' keyword in Java | Constructor Chaining with practical
Просмотров 12Месяц назад
In this video, we about 'this' keyword in Java. Learn how 'this' is used to refer to the current object, resolve instance variable shadowing, perform constructor chaining, and more. This tutorial includes practical examples and detailed explanations to help you understand the nuances of the 'this' keyword in Java. Whether you're a beginner or looking to solidify your Java skills, this video is ...
Lecture - 10 | Detailed explanation about Static Variables, Methods , Blocks & Nested Classes
Просмотров 7Месяц назад
Welcome to our OOPS placement series! In this video, we'll explore the static keyword in Java, a crucial concept for memory management. You'll learn about: Detailed explanation about - - Static Variables - Static Methods - Static Blocks - Static classes Example Code Included: - Static Variables: Track instance counts across objects. - Static Methods: Simplify arithmetic operations. - Static Blo...
CRUD Operations using Spring Boot, Angular and MySQL | CRUD operations + spring boot + angular
Просмотров 543Месяц назад
Welcome to our comprehensive tutorial on performing CRUD operations using Spring Boot and Angular! In this video, we walk you through every step needed to build a full-stack application, connecting a Spring Boot backend to an Angular frontend. Whether you're preparing for an interview, enhancing your development skills, or working on a project, this tutorial covers all the essential topics. Wha...
Build web application using HTML, CSS , Javascript , Spring Boot, JPA, MySQL with Practical
Просмотров 874Месяц назад
Unlock the Secrets to Building a Modern Web Application from Scratch! 🚀 In this comprehensive tutorial, you'll learn how to create a powerful web application using a range of essential technologies: - Spring Boot: For developing a robust backend with RESTful APIs. - MySQL: To manage and interact with your database. - Spring Data JPA: For seamless database integration. - HTML & CSS: To design an...
Lecture - 9 | Abstraction in OOPS with real example | how to achieve abstraction in java
Просмотров 25Месяц назад
"Welcome to Lecture 9! In this video we will understand the concept of Abstraction in Object-Oriented Programming (OOPs) with a focus on achieving it effectively in Java. Explore real world examples and common interview questions to deepen your understanding. Learn how abstraction simplifies complex systems, illustrated with real-world examples such as the Zoom app. Whether you're a student or ...
Lecture - 8 | Understanding Binding in OOPS | Early and Late Binding in Java with practical
Просмотров 41Месяц назад
Lecture - 8 | Understanding Binding in OOPS | Early and Late Binding in Java with practical
Lecture 7 | Polymorphism in OOPS: Compile-Time and Run-Time Polymorphism with Practicals
Просмотров 33Месяц назад
Lecture 7 | Polymorphism in OOPS: Compile-Time and Run-Time Polymorphism with Practicals
CRUD Operations with Spring Boot: Build REST APIs for CRUD Operations using Spring Boot, JPA, MySQL
Просмотров 269Месяц назад
CRUD Operations with Spring Boot: Build REST APIs for CRUD Operations using Spring Boot, JPA, MySQL
Lecture - 6 | Method Overriding in Java with example | Interview Questions | OOPS Placement series
Просмотров 30Месяц назад
Lecture - 6 | Method Overriding in Java with example | Interview Questions | OOPS Placement series
Lecture - 5 | Inheritance in Java with practicals | Types of Inheritance | with Interview Questions
Просмотров 33Месяц назад
Lecture - 5 | Inheritance in Java with practicals | Types of Inheritance | with Interview Questions
Creating REST API using Spring Boot , JPA , MySQL with MVC Architecture | GET, POST | Postman
Просмотров 449Месяц назад
Creating REST API using Spring Boot , JPA , MySQL with MVC Architecture | GET, POST | Postman
Lecture - 4 | Method Overloading in Java with practicals | OOPS for Placement and Interview
Просмотров 24Месяц назад
Lecture - 4 | Method Overloading in Java with practicals | OOPS for Placement and Interview
Lecture - 3 | Understanding Encapsulation in OOPS with practicals | Data Security in OOPS
Просмотров 28Месяц назад
Lecture - 3 | Understanding Encapsulation in OOPS with practicals | Data Security in OOPS
Lecture -2 | Default, Parameterized, Copy Constructor and Getters, Setters with practical
Просмотров 252 месяца назад
Lecture -2 | Default, Parameterized, Copy Constructor and Getters, Setters with practical
Lecture -1 | Introduction of OOPS & Understanding Classes and Objects in Java with practical
Просмотров 1022 месяца назад
Lecture -1 | Introduction of OOPS & Understanding Classes and Objects in Java with practical
React + Spring Boot : Create Web Application using React, Spring Boot and MySQL | REST-API
Просмотров 4002 месяца назад
React Spring Boot : Create Web Application using React, Spring Boot and MySQL | REST-API
Complete Joins in SQL : INNER, LEFT, RIGHT, FULL OUTER JOIN and SELF JOIN Explained with Examples
Просмотров 472 месяца назад
Complete Joins in SQL : INNER, LEFT, RIGHT, FULL OUTER JOIN and SELF JOIN Explained with Examples
Mastering ACID Properties in DBMS : Atomicity, Consistency, Isolation, Durability Explained
Просмотров 152 месяца назад
Mastering ACID Properties in DBMS : Atomicity, Consistency, Isolation, Durability Explained
Angular + Spring Boot | Create Web Application using Angular Spring Boot and MySQL | REST-API
Просмотров 2082 месяца назад
Angular Spring Boot | Create Web Application using Angular Spring Boot and MySQL | REST-API
Joins in SQL : Understanding SELF JOIN in SQL with Example
Просмотров 342 месяца назад
Joins in SQL : Understanding SELF JOIN in SQL with Example

Комментарии

  • @adrianomorais9151
    @adrianomorais9151 День назад

    Poste mais videos com html, css, javascript, java spring boot e mysq. Ensinando como que funciona para conectar front com backend por favor, estou gostando muito dos vídeos continue assim

  • @ShashankDeepCRP
    @ShashankDeepCRP 2 дня назад

    why you convert user to optional at 24:52

  • @user-nh3sy6lu6v
    @user-nh3sy6lu6v 7 дней назад

    Hindi use karo yaar

    • @AmanGupta-5mrc
      @AmanGupta-5mrc 5 дней назад

      I use both Hindi and English because it is easy for you to give the answers in interviews

    • @user-nh3sy6lu6v
      @user-nh3sy6lu6v 4 дня назад

      @@AmanGupta-5mrc sir ek request hai ki ek project bano na. Spring boot and react js use karke for resume

  • @radhe.krishan
    @radhe.krishan 10 дней назад

    Please sir make a full project using angular and springboot

    • @AmanGupta-5mrc
      @AmanGupta-5mrc 5 дней назад

      I am planning to launch a playlist for creating a major project with an innovative idea.

  • @mangalyadav3772
    @mangalyadav3772 14 дней назад

    I thought you would create logout functionality with session token after watching your last video

    • @AmanGupta-5mrc
      @AmanGupta-5mrc 10 дней назад

      Yes, I will definitely create a video with proper authentication and authorization using JWT token.

    • @mangalyadav3772
      @mangalyadav3772 10 дней назад

      @@AmanGupta-5mrc Thank you

  • @aankitvickyy
    @aankitvickyy 19 дней назад

    Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null

  • @kingshort.0
    @kingshort.0 22 дня назад

    Thanku sir

  • @Shubhxz
    @Shubhxz 29 дней назад

    Keep it bhai Love you the way you are teaching and working

    • @Shubhxz
      @Shubhxz 29 дней назад

      @shubhanshuPandey

  • @jagapro2539
    @jagapro2539 29 дней назад

    Thank you sir❤❤

  • @sannygoswami5039
    @sannygoswami5039 Месяц назад

    i want to learn springboot with realworld project. i want to connect with you

    • @AmanGupta-5mrc
      @AmanGupta-5mrc Месяц назад

      I am planning to upload real world project with industry standards, and i will definitely upload it you can connent with me on intagram - instagram.com/engcodinghub7024/

  • @ankulsinghsomvanshi
    @ankulsinghsomvanshi Месяц назад

    Only for how much is used in springboot

    • @AmanGupta-5mrc
      @AmanGupta-5mrc Месяц назад

      Spring Boot is extensively used for creating standalone, production-ready Spring applications, simplifying configurations, and integrating key features like embedded servers, security, and data access. It's ideal for building microservices, RESTful APIs, and handling complex backend operations efficiently.

  • @ankulsinghsomvanshi
    @ankulsinghsomvanshi Месяц назад

    Sir please upload react js playlist

  • @ankulsinghsomvanshi
    @ankulsinghsomvanshi Месяц назад

    Very helpful

  • @skillcraze-j9k
    @skillcraze-j9k Месяц назад

    Hello, Can you provide your contact details! We would like to know more about your courses!

    • @AmanGupta-5mrc
      @AmanGupta-5mrc Месяц назад

      I don't have any professional courses as of now. I am a software developer and just share my experience with students so that no one has to struggle to get jobs. you can follow my OOPS and SQL playlist where i have explained each and everything with interview questions For learning these types of things daily, you can connect with me on Instagram - instagram.com/engcodinghub7024/

  • @amitkori3414
    @amitkori3414 Месяц назад

    Helpful 👍

  • @jagapro2539
    @jagapro2539 Месяц назад

    I also wants contact with you ❤

  • @jagapro2539
    @jagapro2539 Месяц назад

    Always looking for this type of video Thanks sir

  • @rishabhtripathi9376
    @rishabhtripathi9376 Месяц назад

    Nice video bhai i need your help can i get something like insta

  • @ramjikhaira4907
    @ramjikhaira4907 Месяц назад

    👏👏👏👏

  • @itxnomi1218
    @itxnomi1218 2 месяца назад

    Bro Why Did You Started From Oops Anyway I Like It I was thinking somone should Start From Oops Because In Java everything is in a class and object

    • @AmanGupta-5mrc
      @AmanGupta-5mrc Месяц назад

      Yes, you are right but before starting OOPS you have to be basic knowledge of java

  • @harshrajak4761
    @harshrajak4761 2 месяца назад

    Great way of explanation 🔥

  • @deepaklodha-eb9fh
    @deepaklodha-eb9fh 2 месяца назад

    please daily upload these project video

  • @deepaklodha-eb9fh
    @deepaklodha-eb9fh 2 месяца назад

    thank you for starting spring boot + Reacts.js course with intelliJ IDEA

  • @RahulKumar-co8sl
    @RahulKumar-co8sl 2 месяца назад

    It is very helpful for me to crack my interview.

  • @Ace._.1199
    @Ace._.1199 2 месяца назад

    Didn’t knew about regexp…now i know it..great stuff

  • @sudhanshukhare7615
    @sudhanshukhare7615 3 месяца назад

    Helpful❤

  • @irfanlatif907
    @irfanlatif907 3 месяца назад

    Kindly make minimum 100 videos in hindi. Thanks

  • @amitkori3414
    @amitkori3414 3 месяца назад

    Helpful ❤️

  • @PCGameChannelTG
    @PCGameChannelTG 3 месяца назад

    👍

  • @ritiksharma-fr7si
    @ritiksharma-fr7si 3 месяца назад

    Keep it up 💪 bro

  • @soyashtiwari9807
    @soyashtiwari9807 3 месяца назад

    Helpful ✓

  • @localkitchen8934
    @localkitchen8934 3 месяца назад

    Great

  • @akshayjain3459
    @akshayjain3459 3 месяца назад

    Helpful 😊

  • @amitkori3414
    @amitkori3414 3 месяца назад

    Great explanation 👍

  • @amitkori3414
    @amitkori3414 3 месяца назад

    Please make the video about ACID properties

  • @kingshort.0
    @kingshort.0 3 месяца назад

    Sir you are the grate master in SQL ❤❤

  • @kingshort.0
    @kingshort.0 3 месяца назад

    Aag laga di sir❤

  • @sparshdubey2766
    @sparshdubey2766 3 месяца назад

    Hindi mee btaoo kreee

  • @harshrajak4761
    @harshrajak4761 3 месяца назад

    Great explanation 👌🏻

  • @kingshort.0
    @kingshort.0 3 месяца назад

    Too useful sir please next part ..

  • @PCGameChannelTG
    @PCGameChannelTG 3 месяца назад

    Sir mahare ko google hack krna h sql krke, kese krunga

  • @dprsdileep999
    @dprsdileep999 3 месяца назад

    Great explanation! I finally understand how to use aggregate functions in SQL.

  • @FunOfLife-DP
    @FunOfLife-DP 3 месяца назад

    Wonderful Sir 🎉

  • @Dipesh_kumar.adlak12
    @Dipesh_kumar.adlak12 3 месяца назад

    Sir how to crack TCS

  • @Dipesh_kumar.adlak12
    @Dipesh_kumar.adlak12 3 месяца назад

    Wahh starting

  • @akshayjain3459
    @akshayjain3459 3 месяца назад

    Helpful😊

  • @Shubhxz
    @Shubhxz 3 месяца назад

    Next part kb aayega sir

  • @RahulKumar-co8sl
    @RahulKumar-co8sl 3 месяца назад

    It is very helpful for us....

  • @Dipesh_kumar.adlak12
    @Dipesh_kumar.adlak12 3 месяца назад

    That' nice

  • @amitkori3414
    @amitkori3414 3 месяца назад

    Great start 🎉 Keep going 👍🏻