Kindson The Tech Pro
Kindson The Tech Pro
  • Видео 1 094
  • Просмотров 9 276 950
Password Reset in Spring Boot - Part 4 (Display the Reset Password Form)
In this tutorial, you will learn how to display the password reset form when the user clicks on the link in the email.
User Account email verification tutorial for beginners in Spring Boot - shorturl.at/6osOA
Step by Step procedure here - www.kindsonthegenius.com/spring-boot/spring-boot-password-reset/
FleetMSv2 codes on GitHub here - github.com/KindsonTheGenius/fleetms-v2
Part 1 here - ruclips.net/video/pGXddqI2dVc/видео.html
Part 2 - ruclips.net/video/0X_uTnstRKk/видео.html
Part 3 - ruclips.net/video/r81q52BNTgo/видео.html
Part 4 - ruclips.net/video/aMkEw7y37mY/видео.html
www.kindsonthegenius.com
www.datarmatics.com
www.munonye.com
Learn Programming by joining International Computer Programmers Gr...
Просмотров: 29

Видео

Password Reset in Spring Boot - Part 3 (Send the Forgot Password Email)
Просмотров 6517 часов назад
In this tutorial, you will learn how to implement user password reset in a Spring Boot application step by step. User Account email verification tutorial in Spring Boot - shorturl.at/6osOA Step by Step procedure here - www.kindsonthegenius.com/spring-boot/spring-boot-password-reset/ FleetMSv2 codes on Github here - github.com/KindsonTheGenius/fleetms-v2 Part 1 here - ruclips.net/video/pGXddqI2d...
Password Reset in Spring Boot - Part 2 (Display the Forgot Password Form)
Просмотров 5119 часов назад
In this tutorial, you will learn how to implement user password reset in a Spring Boot application step by step. Step by Step procedure here - www.kindsonthegenius.com/spring-boot/spring-boot-password-reset/ FleetMSv2 codes on Github here - github.com/KindsonTheGenius/fleetms-v2 Part 1 Understanding the Password reset flow - ruclips.net/video/pGXddqI2dVc/видео.html Part 2 Display for Forgot Pas...
Password Reset in Spring Boot - Part 1 (Understanding the Workflow)
Просмотров 8722 часа назад
In this tutorial, you will learn how to implement user password reset in a Spring Boot application step by step. Step by Step procedure here - www.kindsonthegenius.com/spring-boot/spring-boot-password-reset/ FleetMSv2 codes on Github here - github.com/KindsonTheGenius/fleetms-v2
Spring Boot Email Verification - Part 13 (Setup the /verify URL and Function)
Просмотров 95День назад
This is Part 13 of Spring Boot User Registrationn Email Verification. In this part, we would setup the /verify url and the function to run the verify logic Step by stetp tutorial page can be found here - www.kindsonthegenius.com/spring-boot/springboot-email-verification/ Complete Playlist here shorturl.at/Zhmuf All Part here 👉 Part 1 - Add Dependencies - ruclips.net/video/o9PzVE5Sl0k/видео.html...
Spring Boot Email Verification - Part 14 (Update the User Principal)
Просмотров 61День назад
This is Part 10 of Spring Boot User Registrationn Email Verification. In this part, we would update the isEnabled method in the UserPrincipal class to use the getAccountVerified method of the user class Step by stetp tutorial page can be found here - www.kindsonthegenius.com/spring-boot/springboot-email-verification/ Complete Playlist here shorturl.at/Zhmuf All Part here 👉 Part 1 - Add Dependen...
Spring Boot Email Verification - Part 12 (Update the SecurityConfig)
Просмотров 34День назад
This is Part 12 of Spring Boot User Registrationn Email Verification. In this part, we update the security configuration to allow the /verify route Step by stetp tutorial page can be found here - www.kindsonthegenius.com/spring-boot/springboot-email-verification/ Complete Playlist here shorturl.at/Zhmuf All Part here 👉 Part 1 - Add Dependencies - ruclips.net/video/o9PzVE5Sl0k/видео.html 👉 Part ...
Let's Choose our Preferred Tech Stack
Просмотров 380День назад
I would need us to choose our preferred Tech Stack our of the 16 options. ✅ Monolith 1. PHP/Laravel 2. SpringBoot Thymeleaf 3. Python/Django 4. MS.Net/Razor ✅ Node API 5. Node API & Angular UI 6. Node API & React UI 7. Node API & Vue.js UI ✅ PHP API 8. PHP API & Angular UI 9. PHP API & React UI 10. PHP API & Vue.js UI ✅ SpringBoot API 11. SpringBoot API & Angular UI 12. SpringBoot API & React U...
Let's Choose the Next Project 😊
Просмотров 102День назад
I made this video so we can make a choice of the next project to work on. We have 5 options: 👉 1. Complete application in PHP/Laravel 👉 2. Complete application in Node.js/Angular 👉 3. Complete application n Node.js/Reach 👉 4. Complete application in Python/Django 👉 5. Other We need to choose and then kickstart the project. FleetMSv2 Complete Tutorial here - shorturl.at/0SXym
Spring Boot Email Verification - Part 10 - Implement the sendRegistrationConfirmationEmail Function
Просмотров 133День назад
This is Part 10 of Spring Boot User Registrationn Email Verification. In this part, we would implement the sendRegistrationConfirmationEmail function. Step by stetp tutorial page can be found here - www.kindsonthegenius.com/spring-boot/springboot-email-verification/ Complete Playlist here shorturl.at/Zhmuf All Part here 👉 Part 1 - Add Dependencies - ruclips.net/video/o9PzVE5Sl0k/видео.html 👉 Pa...
Spring Boot Email Verification - Part 11 - Update the HTML Templates
Просмотров 80День назад
This is Part 11 of Spring Boot User Registrationn Email Verification. In this part, we would update the HTML templates Step by stetp tutorial page can be found here - www.kindsonthegenius.com/spring-boot/springboot-email-verification/ Complete Playlist here shorturl.at/Zhmuf All Part here 👉 Part 1 - Add Dependencies - ruclips.net/video/o9PzVE5Sl0k/видео.html 👉 Part 2 - Create the SecureToken Mo...
Spring Boot Email Verification - Part 3 (Update the User Model)
Просмотров 87День назад
This is Part 3 of Spring Boot User Registrationn Email Verification. In this part, we would update the User model to include fields for working with SecureToken Step by stetp tutorial page can be found here - www.kindsonthegenius.com/spring-boot/springboot-email-verification/ Complete Playlist here shorturl.at/Zhmuf All Part here 👉 Part 1 - Add Dependencies - ruclips.net/video/o9PzVE5Sl0k/видео...
Spring Boot Email Verification - Part 1 (Add Dependencies)
Просмотров 82День назад
This is Part 1 of Spring Boot User Registrationn Email Verification. In this part, we would add the neccessary dependencies work working with email verification Step by stetp tutorial page can be found here - www.kindsonthegenius.com/spring-boot/springboot-email-verification/ Complete Playlist here shorturl.at/Zhmuf All Part here 👉 Part 1 - Add Dependencies - ruclips.net/video/o9PzVE5Sl0k/видео...
Spring Boot Email Verification - Part 9 (Implement the SecureTokenService)
Просмотров 37День назад
This is Part 9 of Spring Boot User Registrationn Email Verification. In this part, we would implement the SecureTokenService Step by stetp tutorial page can be found here - www.kindsonthegenius.com/spring-boot/springboot-email-verification/ Complete Playlist here shorturl.at/Zhmuf All Part here 👉 Part 1 - Add Dependencies - ruclips.net/video/o9PzVE5Sl0k/видео.html 👉 Part 2 - Create the SecureTo...
Spring Boot Email Verification - Part 4 (Create the AbstractEmailContext)
Просмотров 41День назад
This is Part 4 of Spring Boot User Registrationn Email Verification. In this part, we would create the AbstractEmailContext Step by stetp tutorial page can be found here - www.kindsonthegenius.com/spring-boot/springboot-email-verification/ Complete Playlist here shorturl.at/Zhmuf All Part here 👉 Part 1 - Add Dependencies - ruclips.net/video/o9PzVE5Sl0k/видео.html 👉 Part 2 - Create the SecureTok...
Spring Boot Email Verification - Part 5 (Create the AccountVerificationEmailContext)
Просмотров 53День назад
Spring Boot Email Verification - Part 5 (Create the AccountVerificationEmailContext)
Spring Boot Email Verification - Part 8 (Create the SecureTokenRepository)
Просмотров 52День назад
Spring Boot Email Verification - Part 8 (Create the SecureTokenRepository)
Spring Boot Email Verification - Part 7 (Create and Implement the EmailService)
Просмотров 30День назад
Spring Boot Email Verification - Part 7 (Create and Implement the EmailService)
Spring Boot Email Verification - Part 8.1 (Implement the SecureTokenService)
Просмотров 35День назад
Spring Boot Email Verification - Part 8.1 (Implement the SecureTokenService)
Spring Boot Email Verification - Part 2 (Create the SecureToken Model)
Просмотров 54День назад
Spring Boot Email Verification - Part 2 (Create the SecureToken Model)
Spring Boot - User Registration Email Verification - Step by Step Tutorial
Просмотров 24514 дней назад
Spring Boot - User Registration Email Verification - Step by Step Tutorial
How to Enable Live Reload with spring-boot-devtools
Просмотров 5 тыс.9 месяцев назад
How to Enable Live Reload with spring-boot-devtools
Simple GUI Calculator in Python With Tkinter - Step by Step Tutorial
Просмотров 1,3 тыс.10 месяцев назад
Simple GUI Calculator in Python With Tkinter - Step by Step Tutorial
Complete Generics Tutorial with Java Code Examples
Просмотров 2,3 тыс.Год назад
Complete Generics Tutorial with Java Code Examples
Instagram System Design - Step by Step
Просмотров 3,6 тыс.Год назад
Instagram System Design - Step by Step
WhatsApp System Design - Step by Step
Просмотров 1,6 тыс.Год назад
WhatsApp System Design - Step by Step
TikTok System Design - Step by Step (Part 2)
Просмотров 1,7 тыс.Год назад
TikTok System Design - Step by Step (Part 2)
TikTok System Design - Step by Step (Part 1)
Просмотров 2,2 тыс.Год назад
TikTok System Design - Step by Step (Part 1)
SDK vs API in Python Example
Просмотров 4,2 тыс.Год назад
SDK vs API in Python Example
Github Actions Simplified - Create Workflows - Step by Step Tutorial
Просмотров 3,8 тыс.2 года назад
Github Actions Simplified - Create Workflows - Step by Step Tutorial

Комментарии

  • @Cavdar2012
    @Cavdar2012 19 часов назад

    thanks a lot. how can i get to the next parts?

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

    🎉🎉🎉🎉Spring boot React 🎉🎉🎉🎉 POS

  • @TochukwuVictor-qe4xd
    @TochukwuVictor-qe4xd 2 дня назад

    Straight to the point.

  • @novocainetrivin9638
    @novocainetrivin9638 3 дня назад

    no 4 (Python/Django)

  • @timyeremeyev2184
    @timyeremeyev2184 3 дня назад

    Keep doin, your description is really easy to understand :)

  • @user-sp6bo9bv5t
    @user-sp6bo9bv5t 3 дня назад

    if i want to MySQL Server Convert to MS SQL Database do the same right?

  • @dougrush742
    @dougrush742 3 дня назад

    Good presentation

  • @JustEnjoyL1fe
    @JustEnjoyL1fe 3 дня назад

    Great job! But in your video you mentioned some errors and that you would update/change them, but when i go to your website its still not updated.

  • @dpinched
    @dpinched 4 дня назад

    pd.read_json???

  • @chuksnwume2890
    @chuksnwume2890 4 дня назад

    Thank you for nailing it for me, excellent job!

  • @habebayimran16
    @habebayimran16 5 дней назад

    sir pls if u could do a react frontend for this and if u handle the data from backend using axios it would be great helpful

    • @KindsonTheTechPro
      @KindsonTheTechPro 4 дня назад

      Noted. Remember to subscribe so you know when i publish www.youtube.com/@KindsonTheTechPro

  • @motivation-nova
    @motivation-nova 6 дней назад

    poor sound quality, I find it confusing

    • @KindsonTheTechPro
      @KindsonTheTechPro 4 дня назад

      I agree with you and I've gotten a pro mic since then 😊

  • @olanrewajusaka3991
    @olanrewajusaka3991 7 дней назад

    12. Spring Boot API & React UI Inventory Management System Sir

  • @benardkiprotich916
    @benardkiprotich916 7 дней назад

    I would suggest e commerce in Spring Boot + React

  • @GOLDY-em2vy
    @GOLDY-em2vy 8 дней назад

    Thank you...its very useful.

  • @Bongzorow
    @Bongzorow 8 дней назад

    11 - springboot+ react

  • @thiernohann1497
    @thiernohann1497 8 дней назад

    Thank you for your time and efforts. M'y picks : Sprinboot + React or Node.Js + React

  • @thiernohann1497
    @thiernohann1497 8 дней назад

    Thank you for your Time and efforts. M'y picks : Spring Boot+React or Node.js + React

  • @petrodrobov
    @petrodrobov 8 дней назад

    12 or 13

  • @Temarsene
    @Temarsene 8 дней назад

    Hello sir. I find difficulties automatically adding new destinations in a table using java. Could someone be of help please?

    • @KindsonTheTechPro
      @KindsonTheTechPro 7 дней назад

      @Tamarsene, sure we can help you! Could you please provide some details of what issue you have. Could you show the form? fill and submit? Does the script work? Do you have the database tables setup?

  • @mapletech_22
    @mapletech_22 8 дней назад

    12

  • @chamnapkeo8110
    @chamnapkeo8110 8 дней назад

    I would love number 10 and 13. It would be great if you could create laravel with vue js, instead of raw PHP. Whatever you create, I always love. Thank

  • @SamerTipsAndTricks
    @SamerTipsAndTricks 8 дней назад

    python djingo monolithic applixation

  • @rocotbrent
    @rocotbrent 8 дней назад

    5 Node+ Angular

  • @snapcaselled1201
    @snapcaselled1201 8 дней назад

    I remember my college thesis is a full Document Management System written in visual basic 9.0 😅. It will be interesting to see a spring boot + react or angular Document Control System but anything in your example applications is great for learning! I chose java because it was the most in demand skill in my local area along with c# dotnet.

  • @banjokoabiodun3050
    @banjokoabiodun3050 8 дней назад

    12. SpringBoot API & React UI : Payroll System we should be looking towards API because of scalability

  • @rocotbrent
    @rocotbrent 8 дней назад

    2 please

  • @benardkiprotich916
    @benardkiprotich916 9 дней назад

    I’m always looking forward to your content!, Have been checking for your latest posts

  • @SamerTipsAndTricks
    @SamerTipsAndTricks 9 дней назад

    Laravel PHP

  • @KubanzaConsultoria
    @KubanzaConsultoria 9 дней назад

    2. Node.js/Angular

  • @olanrewajusaka3991
    @olanrewajusaka3991 9 дней назад

    I would suggest Spring boot and Angular or React to build a Complete Inventory Management System

  • @placidenduwayezu9610
    @placidenduwayezu9610 9 дней назад

    3. Node.js/React

  • @chamnapkeo8110
    @chamnapkeo8110 9 дней назад

    I would suggest to add one more option in project Laravel or Springboot / vue js 3. Thank you

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

    You need to get a better mic

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

      Many thanks for the feedback. I'll get that fixed.

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

    Great works 💪

  • @mohamedaslam8918
    @mohamedaslam8918 11 дней назад

    Thank you so much, i am using m1 so i did some alterations while installing the packages..

  • @kehindeobajimi1993
    @kehindeobajimi1993 12 дней назад

    Is it possible to install ProsgreSQL when XAMPP is already installed on a PC?

    • @KindsonTheTechPro
      @KindsonTheTechPro 11 дней назад

      Yes you can. XAMPP server sets up MySQL running on a different port and would not affect an installation of PostgreSQL.

    • @kehindeobajimi1993
      @kehindeobajimi1993 11 дней назад

      @@KindsonTheTechPro Thanks for the response. Most importantly, can I install the ProsgreSQL in the same C:\ drive with XAMPP or I have to install the software on another drive?

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

    the best

  • @snapcaselled1201
    @snapcaselled1201 15 дней назад

    finally! Kindson remember his youtube password

  • @NolandArbaugh
    @NolandArbaugh 16 дней назад

    Why u put this video earlier Now its late

  • @koffijeanclaudekouame8033
    @koffijeanclaudekouame8033 16 дней назад

    Hey, it's been a while, welcome back

  • @olanrewajusaka3991
    @olanrewajusaka3991 16 дней назад

    Wow!!!!! Legend Its been a while....Miss your lectures, tutorial...

  • @banjokoabiodun3050
    @banjokoabiodun3050 16 дней назад

    It's been a while Kindson

  • @frankmhoja2460
    @frankmhoja2460 17 дней назад

    Now in 2024 still we are learning.. Thanks more mr

  • @primefindz
    @primefindz 18 дней назад

    what about t-SNE?

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

      tSNE (T-distributed Stochastic Neighbor Embedding) is a tool for visualizing high-dimentional data. Did I mention this in my vidoe??

  • @ALLOFMIGHTY12345
    @ALLOFMIGHTY12345 18 дней назад

    print("Select an operation to perform: ") print("1. ADD") print("2. SUBTRACT") print("3. MULTIPLY") print("4. DIVIDE") operation = input() if operation == "1": num1 = input("Enter first number: ") num2 = input("Enter second number: ") print("The sum is " + str(int(num1) + int(num2))) elif operation == "2": num1 = input("Enter first number: ") num2 = input("Enter second number: ") print("The difference is " + str(int(num1) - int(num2))) elif operation == "3": num1 = input("Enter first number: ") num2 = input("Enter second number: ") print("The product is " + str(int(num1) * int(num2))) elif operation == "4": num1 = input("Enter first number: ") num2 = input("Enter second number: ") print("The result is " + str(int(num1) / int(num2))) else: print("Invalid Entry")

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

    exactly what i was looking for

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

      Good you found this! Do remember to subscribe to my channel for more like this 😄

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

    Getting errors when installimg juPyter on my tensorflow