Mô tả

#1 HIGHEST RATED - FULL STACK ANGULAR+SPRING BOOT COURSE ON UDEMY - OVER 6,000 REVIEWS - 5 STARS!


NEW UPDATES: I ADDED NEW VIDEOS ON

- STRIPE CREDIT CARD PAYMENTS

- SECURITY: JWT, OAUTH2, OPENID CONNECT, SSL/TLS


---

Learn how to build a Full Stack E-commerce website with Angular and Java Spring Boot.

Angular and Spring Boot are two of the hottest technologies for developing Full Stack applications.

Knowing how to build Full Stack applications with Angular and Java Spring Boot can get you a job or improve the one you have.  These are hot skills and companies are desperately looking for developers. Some of the highest paying job posting are for Full Stack developers with Angular and Spring Boot experience.

This course will help you quickly get up to speed with Angular and Java Spring Boot. I will demystify the technology and help you understand the essential concepts to build a Full Stack application with Angular and Java Spring Boot.

You will also use modern development tools such as IntelliJ, Visual Studio Code, Maven and npm. All of the projects are based on Maven and npm, so you are free to use any tool that you want.

During the course you will build a full stack E-commerce application. You will develop the code for the product catalog, shopping cart and checkout. In the checkout section of the course, you will learn how to process credit card payments with Stripe.

The course also shows you how to add security to your application. We will use JWT, OAuth2, OpenID Connect and SSL/TLS. You will add login/logout features, protect access to sensitive data.

---

In this course, you will get:

- All source code is available for download

- Responsive Instructors: All questions answered within 24 hours

- PDFs of all lectures are available for download

- Professional video and audio recordings (check the free previews)

- High quality closed-captions / subtitles available for English and 10+ other languages (new!)

---


Compared to other Full Stack courses 

This course is up to date and covers the latest versions of Angular and Spring Boot. The course also includes new content on Credit Card Processing with Stripe.

Beware of other Udemy Full Stack courses. Most of them are outdated and use old versions of Angular and Spring Boot. Don’t waste your time or money on learning outdated technology.

Take my course where I show you how to develop a real-time full stack application with Angular and Spring Boot. You can type the code along with me in the videos, which is the best way to learn.

I am a very responsive instructor and I am available to answer your questions and help you work through any problems.

Finally, all source code is provided with the course along with setup instructions.


Student Reviews Prove This Course's Worth

Those who have reviewed the course have pointed out that the instruction is clear and easy to follow, as well as thorough and highly informative. 

Many students had also taken other Full Stack courses in the past, only to find that this Full Stack course was their favorite. They enjoyed the structure of the content and the high quality audio/video.


Amazing, above expectations!!!! Angular Spring Full Stack Best Course in Udemy ever!! - Driss Najih


This was not my first course on Angular and I am learning programming for over a year now, and I can say that it could have not been possible to present the material any better. This is how programming should be taught. Congrats Chad and Harinath, I wish you all the best. - Zoran Dzoic


Easy to follow , clear instructions, knowledgeable teacher and up to date material, I love it so far. Honestly, it is the best so far. - Ramzi Haddad


Quality Material

You will receive a quality course, with solid technical material and excellent audio and video production. I am a best-selling instructor on Udemy. Here's a list of my top courses.

  • Spring and Hibernate for Beginners

  • Hibernate: Advanced Development Techniques

  • Deploy Java Spring Apps Online to Amazon Cloud (AWS)

  • JSP and Servlets for Beginners

  • JavaServer Faces (JSF) for Beginners

These courses have received rave 5 star reviews and over 560,000 students have taken the courses. Also, these courses are the most popular courses in their respective categories. 

I also have an active YouTube channel where I post regular videos. In the past year, I’ve created over 800 video tutorials (public and private). My YouTube channel has over 6 million views and 38k subscribers. So I understand what works and what doesn’t work for creating video tutorials.


No Risk – Udemy Refund 

Finally, there is no risk. You can preview 25% of the course for free. Once you purchase the course, if for some reason  you are not happy with the course, Udemy offers a 30-day refund (based on Udemy's Refund Policy).

So you have nothing to lose, sign up for this course and learn how to build Full Stack E-Commerce website with Angular and Java Spring Boot from scratch! 

It is time to level up your career and become a Full Stack developer with Angular and Java Spring Boot.


Target Audience

Java Developers with Spring Boot experience

No experience required for Angular. I will teach you Angular from the beginning.

Bạn sẽ học được gì

Develop a Full Stack E-commerce application with Angular front-end and Spring Boot back-end

Learn how to build Angular front-end applications .... all from the beginning. We assume no prior knowledge of Angular.

Develop a Spring Boot back-end using REST APIs and MySQL database

Develop a shopping cart with Angular frontend and Spring Boot backend integration

Process credit card payments using Stripe API

Develop your code using modern development tools such as IntelliJ, VS Code, Maven and npm

I am a RESPONSIVE INSTRUCTOR ... post your questions and I will RESPOND in 24 hours.

Join an ACTIVE COMMUNITY of 80,000+ students that are already enrolled! Over 6,000+ Reviews - 5 STARS

Full Stack developers with Angular and Spring Boot are in HIGH-DEMAND. Level up your career and become a FULL STACK developer!

You can DOWNLOAD all source code and PDFs. Perfect for offline LEARNING and REVIEW.

Yêu cầu

  • Spring Boot experience is required.
  • No experience required for Angular. I will teach you Angular from the beginning.

Nội dung khoá học

38 sections

Introduction

3 lectures
Introduction
02:23
How To Take This Course and How To Get Help
00:51
Download the Source Code and PDF Files
00:56

Angular Overview

1 lectures
Angular Overview
05:39

Set Up Development Tools

1 lectures
Set Up Development Tools
02:20

TypeScript Crash Course - Fundamentals

7 lectures
TypeScript Overview
06:21
Creating our first TypeScript application
05:10
Defining Variables - Overview
05:54
Defining Variables - Write Some Code
06:47
Creating Loops and Arrays - Overview
04:37
Creating Loops and Arrays - Write Some Code - Part 1
05:32
Creating Loops and Arrays - Write Some Code - Part 2
05:40

TypeScript Crash Course - Creating Classes

7 lectures
Creating Classes - Overview
06:13
Creating Classes - Write Some Code
04:56
Defining Accessors - Overview
06:54
Defining Accessors - Write Some Code
07:40
Configuring Compiler Options with tsconfig.json
03:28
Parameter Properties
05:22
TypeScript Modules: Import and Export
06:18

TypeScript Crash Course - Inheritance and Interfaces

9 lectures
Inheritance - Overview
06:11
Inheritance - Creating the Superclass and Subclass
05:35
Inheritance - Pulling it all together in a Main App
02:44
Inheritance - Developing a second Subclass
04:49
Inheritance - Adding Shapes to an Array
03:30
Abstract Classes - Overview
04:05
Abstract Classes - Write Some Code
05:00
Interfaces - Overview
02:50
Interfaces - Write Some Code
06:26

Angular Crash Course - Fundamentals

10 lectures
Getting Started with Angular
05:21
Exploring the Angular Project
03:48
Creating a New Angular Project
08:51
Behind The Scenes of An Angular Project - Overview
02:38
Behind The Scenes of An Angular Project - Demo
04:28
Creating a New Angular Component - Overview - Part 1
04:09
Creating a New Angular Component - Overview - Part 2
04:37
Creating a New Angular Component - Write Some Code - Part 1
05:48
Creating a New Angular Component - Write Some Code - Part 2
02:40
Creating a New Angular Component - Write Some Code - Part 3
05:38

Angular Crash Course - Bootstrap CSS, Conditionals and Formatting

5 lectures
Integrating Angular and Bootstrap CSS - Overview
03:35
Integrating Angular and Bootstrap CSS - Write Some Code
06:51
Angular Conditionals and Formatting - Overview
04:44
Angular Conditionals and Formatting - Write Some Code
04:33
FAQ: Angular Conditionals: How to highlight table row
00:10

eCommerce Project - Spring Boot Backend

10 lectures
Project Overview
03:07
Spring Boot Project Set Up
09:21
HEADS UP: Eclipse and Lombok
00:18
Set Up Database Tables
04:10
Create Spring Boot Starter Project
03:57
Develop JPA Entities - Part 1
06:37
Develop JPA Entities - Part 2
06:18
Create REST APIs with Spring Data JPA Repositories and Spring Data REST
05:39
REST APIs - Configure for Read Only - Overview
03:23
REST APIs - Configure for Read Only - Write Some Code
09:39

eCommerce Project - Angular Front End - Product List

9 lectures
Angular Project Overview - Part 1
05:59
Angular Project Overview - Part 2
04:41
Angular Project - Setup
06:18
Angular Project - Create Product class and Product Service - Part 1
05:12
Angular Project - Create Product class and Product Service - Part 2
04:08
Angular Project - Update Angular Component
06:37
Angular Project - Integrating Angular and Spring Boot for Full Stack App!
02:57
Angular Project - Building an HTML Table
04:20
Angular Project - Adding Product Images
04:48

eCommerce Project - Integrating Online Shop Template

10 lectures
Angular Project - Template Integration Overview
03:49
Angular Project - Download Starter Files
03:48
Angular Project - Tour of HTML Template Files
03:18
Angular Project - Install Bootstrap CSS Styles with npm
03:57
Angular Project - Add local custom CSS styles
06:08
Angular Project - Integrate Template Files and Logos
05:30
Angular Project - Run the App
06:28
Angular Project - Add support for Product Grid
05:46
Angular Project - Enhance Application with Product Images
05:54
FAQ: Should I Store Images as BLOBs in Database or Files on file system?
00:32

eCommerce Project - Search for Products by Category

8 lectures
Angular Project - Search for Products by Category - Overview - Part 1
06:58
Angular Project - Search for Products by Category - Overview - Part 2
05:03
Angular Project - Search for Products by Category - Overview - Part 3
05:38
Angular Project - Search for Products by Category - Code - Define routes
04:50
Angular Project - Search for Products by Category - Code - Define Router Outlet
04:17
Angular Project - Search for Products by Category - Code - Enhance ProductList
07:48
Angular Project - Search for Products by Category - Code - Update Spring Boot
04:12
Angular Project - Search for Products by Category - Code - Update ProductService
03:22

eCommerce Project - Search for Products by Category (Dynamic Search Component)

9 lectures
Angular Project - Search for Products by Category (Dynamic Search Component 1)
04:23
Angular Project - Search for Products by Category (Dynamic Search Component 2)
03:56
HEADS UP FOR SPRING BOOT 3: Imports for EntityManager and EntityType
00:13
Angular Project - Dynamic Search Component - Modify Spring Boot App
06:17
Angular Project - Dynamic Search Component - Create Component
05:04
Angular Project - Dynamic Search Component - Call Product Service
04:58
Angular Project - Dynamic Search Component - Add Dynamic Code to HTML
05:35
Angular Project - Dynamic Search Component - View Console Logs
02:44
FAQ: Display Category Name in Product List Grid
00:14

eCommerce Project - Search for Products by Keyword

9 lectures
Angular Project - Search for Products by Keyword - Overview - Part 1
02:51
Angular Project - Search for Products by Keyword - Overview - Part 2
03:23
Angular Project - Search for Products by Keyword - Overview - Part 3
03:08
Angular Project - Search for Products by Keyword - Modify Spring Boot App
03:08
Angular Project - Search for Products by Keyword - Angular Search Component
02:35
Angular Project - Search for Products by Keyword - Send Data to search route
07:26
Angular Project - Search for Products by Keyword - Enhance ProductList Component
05:50
Angular Project - Search for Products by Keyword - Update ProductService API
05:31
Angular Project - Search for Products by Keyword - Handle for No Products Found
04:33

eCommerce Project - Product Master-Detail View

7 lectures
Angular Project - Product Master-Detail View - Overview
05:57
Angular Project - Product Master-Detail View - Create new component and route
04:18
Angular Project - Product Master-Detail View - Add router links on Master page
04:16
Angular Project - Product Master-Detail View - Enhance the Details Component
04:34
Angular Project - Product Master-Detail View - Update Product Service and HTML
04:48
Angular Project - Product Master-Detail View - Add more Product Details
05:55
IDE Extension - Angular Language Service
07:08

eCommerce Project - Pagination

14 lectures
Angular Project- Pagination Overview
05:28
Angular Project - Pagination Development Process - Part 1
03:55
Angular Project - Pagination Development Process - Part 2
04:08
Angular Project - Pagination - Install ng-bootstrap
05:14
Angular Project - Pagination - Add Pagination support to Product Service
05:15
Angular Project - Pagination - Update Product List Component for Pagination
09:28
Angular Project - Pagination - Enhance HTML template to use Pagination Component
05:49
Angular Project - Pagination Demo
05:25
Angular Project - Pagination - Selecting Page Size - Part 1
04:53
Angular Project - Pagination - Selecting Page Size - Part 2
05:14
Angular Project - Pagination - Setting Max Size and Adding Boundary Links
03:39
Angular Project - Pagination - Keyword Search Overview
01:48
Angular Project - Pagination - Keyword Search - Update ProductService
03:05
Angular Project - Pagination - Keyword Search - Update ProductListComponent
09:42

eCommerce Project - Shopping Cart Status Component

14 lectures
Angular Project - Shopping Cart Status Overview - Basics
03:11
Angular Project - Shopping Cart Status - Create new component
06:15
Angular Project - Shopping Cart Status - Add Click Handler
04:42
Angular Project - Shopping Cart Status Overview - Advanced
04:55
Angular Project - Shopping Cart Status Overview - Advanced - Cart Service
04:26
Angular Project - Shopping Cart Status Overview - Create model class: CartItem
02:33
Angular Project - Shopping Cart Status - Develop CartService - Add to Cart
06:28
Angular Project - Shopping Cart Status - Develop CartService - Compute Totals
05:47
Angular Project - Shopping Cart Status - Call CartService
03:59
Angular Project - Shopping Cart Status - Subscribe to CartService Display Totals
06:13
Angular Project - Shopping Cart Status - Refactor Cart Service Overview
03:23
Angular Project - Shopping Cart Status - Refactor Cart Service - Write the Code
03:25
Angular Project - Shopping Cart Status - Add To Cart From Details View
02:38
Angular Project - Shopping Cart Status - Add To Cart From Details View - Coding
06:13

eCommerce Project - Shopping Cart Items CRUD

13 lectures
Angular Project - List Shopping Cart Items - Overview
03:54
Angular Project - List Shopping Cart Items - Create CartDetailsComponent
04:39
Angular Project - List Shopping Cart Items - Create HTML Table
03:24
Angular Project - List Shopping Cart Items - Retrieve data from Cart Service
04:02
Angular Project - List Shopping Cart Items - Loop over Cart Items in HTML
03:03
Angular Project - List Shopping Cart Items - Display Cart Totals
05:08
Angular Project - List Shopping Cart Items - Handle an Empty Cart
05:25
Angular Project - Increment Item Quantity - Overview
01:33
Angular Project - Increment Item Quantity - Layout the Buttons
04:19
Angular Project - Increment Item Quantity - Add Event Handlers
02:43
Angular Project - Decrement/Remove Item Quantity - Overview
04:07
Angular Project - Decrement Item Quantity - Write Some Code
05:18
Angular Project - Remove Item - Write Some Code
04:12

eCommerce Project - Checkout Form Layout

10 lectures
Angular Project - Checkout Form Layout - Overview - Part 1
03:46
Angular Project - Checkout Form Layout - Overview - Part 2
04:38
Angular Project - Checkout Form Layout - Generate Checkout Component
04:33
Angular Project - Checkout Form Layout - Add support for Reactive Forms
04:23
Angular Project - Checkout Form Layout - Layout Form Controls in HTML
06:10
Angular Project - Checkout Form Layout - Add Event Handling for Submit
05:33
Angular Project - Checkout Form Layout - Shipping Address
07:54
Angular Project - Checkout Form Layout - Billing Address
06:59
Angular Project - Checkout Form Layout - Credit Card
05:31
Angular Project - Checkout Form Layout - Review Your Order
02:53

eCommerce Project - Checkout Form - Drop-Down Lists

20 lectures
Angular Project - Checkout Form - Populate Credit Card Dates - Overview
07:06
Angular Project - Checkout Form - Create Form Service
06:53
Angular Project -Checkout Form - Retrieve Months and Years from Service
04:06
Angular Project - Checkout Form - Populate Drop-Down Lists for Months and Years
04:22
Angular Project - Checkout Form - Dependent Fields - Overview
03:22
Angular Project - Checkout Form - Dependent Fields - Write Some Code
06:23
Angular Project - Checkout Form - Populate Countries and States - Overview
08:16
Angular Project - Checkout Form - Populate Countries and States - Create DB
02:49
Angular Project - Checkout Form - Populate Countries and States - JPA Entities
06:15
Angular Project - Checkout Form - Populate Countries and States - Repositories
04:42
Angular Project - Checkout Form - Populate Countries and States - Repositories 2
03:43
Angular Project - Checkout Form - Populate Countries and States - REST Config
05:09
Angular Project - Checkout Form - Populate Countries and States - Frontend
06:21
Angular Project - Checkout Form - Populate Countries and States - Create Classes
03:15
Angular Project - Checkout Form - Populate Countries and States - Component
05:18
Angular Project - Checkout Form - Populate Countries and States - Event Handler
07:19
Angular Project - Checkout Form - Populate Countries and States - States
05:38
Angular Project - Checkout Form - Populate Countries and States - Billing
05:50
Angular Project - Checkout Form - Populate Countries and States - Console logs
03:29
Angular Project - Checkout Form - Populate Countries and States - Bug Fix
04:02

eCommerce Project - Checkout Form - Validation

17 lectures
Angular Project - Checkout Form - Validation Overview - Part 1
05:00
Angular Project - Checkout Form - Validation Overview - Part 2
03:41
Angular Project - Checkout Form - Add Validation Rules
06:00
Angular Project - Checkout Form - Display Validation Error Messages
04:47
Angular Project - Checkout Form - Display Validation Error Messages continued
06:20
Angular Project - Checkout Form - Custom Validator Rule - Overview
04:50
Angular Project - Checkout Form - Custom Validator Rule - Define the Rule
07:19
Angular Project - Checkout Form - Custom Validator Rule - Apply the Rule
05:29
Angular Project - Checkout Form - Shipping Validation - Part 1
06:38
Angular Project - Checkout Form - Shipping Validation - Part 2
03:48
Angular Project - Checkout Form - Shipping Validation - Part 3
05:33
Angular Project - Checkout Form - Billing Validation - Part 1
02:43
Angular Project - Checkout Form - Billing Validation - Part 2
05:17
Angular Project - Checkout Form - Billing Validation - Part 3
05:35
Angular Project - Checkout Form - Credit Card Validation - Part 1
05:14
Angular Project - Checkout Form - Credit Card Validation - Part 2
04:41
Angular Project - Checkout Form - Credit Card Validation - Part 3
02:23

eCommerce Project - Checkout Form - Review Cart Totals

4 lectures
Angular Project - Checkout Form - Review Cart Totals - Overview Part 1
07:59
Angular Project - Checkout Form - Review Cart Totals - Overview Part 2
07:02
Angular Project - Checkout Form - Review Cart Totals - Coding Part 1
03:06
Angular Project - Checkout Form - Review Cart Totals - Coding Part 2
06:34

eCommerce Project - Checkout Form - Save the Order to Database - Backend

12 lectures
eCommerce Project - Checkout Form - Save the Order to Database - Overview
04:01
eCommerce Project - Checkout Form - Save the Order to Database - Run DB Script
02:04
eCommerce Project - Checkout Form - Save the Order to Database - Entities - 1
05:19
eCommerce Project - Checkout Form - Save the Order to Database - Entities - 2
05:50
eCommerce Project - Checkout Form - Save the Order to Database - Entities - 3
05:19
eCommerce Project - Checkout Form - Save the Order to Database - Entities - 4
06:41
eCommerce Project - Checkout Form - Save the Order to Database - Create DTOs
03:44
eCommerce Project - Checkout Form - Save the Order to Database - Repo+Service 1
04:57
eCommerce Project - Checkout Form - Save the Order to Database - Repo+Service 2
05:55
eCommerce Project - Checkout Form - Save the Order to Database - Repo+Service 3
05:03
eCommerce Project - Checkout Form - Save the Order to Database - REST Controller
06:09
eCommerce Project - Checkout Form - Save the Order to Database - Postman Test
03:53

eCommerce Project - Checkout Form - Save the Order to Database - Frontend

8 lectures
eCommerce Project - Checkout Form - Save the Order - Frontend Overview
00:53
eCommerce Project - Checkout Form - Save the Order - Frontend - Common Classes
05:40
eCommerce Project - Checkout Form - Save the Order - Frontend - Checkout Service
02:49
eCommerce Project - Checkout Form - Save the Order - Frontend - Injection
04:27
eCommerce Project - Checkout Form - Save the Order - Frontend - Order Items
03:35
eCommerce Project - Checkout Form - Save the Order - Frontend - Purchase
04:07
eCommerce Project - Checkout Form - Save the Order - Frontend - Call Service
06:36
eCommerce Project - Checkout Form - Save the Order - Frontend - Test App
03:51

Release 3.0 - Security - Login/Logout

17 lectures
Security - Login/Logout - Release 3 Tasks
00:47
Security - Login/Logout - Security Concepts - Part 1
02:38
Security - Login/Logout - Security Concepts - Part 2
06:00
Security - Login/Logout - Okta Integration - Authorization Server
05:30
Security - Login/Logout - Okta Integration - App Configuration
05:23
Security - Login/Logout - Okta Integration - Sign-In Widget
05:12
Security - Login/Logout - Okta Integration - Login Status Component
05:45
Security - Login/Logout - Coding - Create OIDC Client App
04:56
Security - Login/Logout - Coding - Develop App Configuration
04:55
Security - Login/Logout - Coding - Install Okta Dependencies
04:59
Security - Login/Logout - Coding - Create the Login Component
09:34
Security - Login/Logout - Coding - Render the Sign-In Widget
03:34
Security - Login/Logout - Coding - Develop Login Status Component
06:35
Security - Login/Logout - Coding - Add CSS for Login Status Component
06:02
Security - Login/Logout - Coding - More CSS for Login Status Component
04:10
Security - Login/Logout - Coding - Connecting Routes
04:38
Security - Login/Logout - Coding - App Module Configuration
06:59

Release 3.0 - Security - VIP Member Access - Protected Routes

4 lectures
Release 3.0 - Security - VIP Member Access - Protected Routes - Overview
05:08
Release 3.0 - Security - VIP Member Access - Protected Routes - Component Dev
02:53
Release 3.0 - Security - VIP Member Access - Protected Routes - Configuration
07:06
Release 3.0 - Security - VIP Member Access - Protected Routes - Testing Access
05:05

Release 3.0 - Security - Handling Browser Refresh

5 lectures
Release 3.0 - Security - Handling Browser Refresh - Overview Part 1
06:27
Release 3.0 - Security - Handling Browser Refresh - Overview Part 2
03:29
Release 3.0 - Security - Handling Browser Refresh - Loading and Persisting Items
03:48
Release 3.0 - Security - Handling Browser Refresh - Running the Application
05:57
Release 3.0 - Security - Handling Browser Refresh - Exploring Storage in Browser
02:58

Release 3.0 - Refactoring

9 lectures
Release 3.0 - Refactoring - Handle Customer By Email - Overview
05:06
Release 3.0 - Refactoring - Handle Customer By Email - Coding
05:35
Release 3.0 - Refactoring - Handle Customer By Email - Run the App
04:59
Release 3.0 - Refactoring - Backend Configs - Overview - Part 1
04:10
Release 3.0 - Refactoring - Backend Configs - Overview - Part 2
03:25
Release 3.0 - Refactoring - Backend Configs - Coding - Fix Deprecated Method
04:16
Release 3.0 - Refactoring - Backend Configs - Coding - Configure CORS Mapping
03:55
Release 3.0 - Refactoring - Backend Configs - Coding - Configure @RestController
06:07
Release 3.0 - Refactoring - Backend Configs - Coding - Disable HTTP PATCH method
05:08

Release 3.0 - Security - Order History - Base Functionality

10 lectures
Release 3.0 - Security - Order History - Backend Overview
04:18
Release 3.0 - Security - Order History - Backend Coding
06:21
Release 3.0 - Security - Order History - Frontend Overview
07:39
Release 3.0 - Security - Order History - Frontend Coding - Track User's Email
04:44
Release 3.0 - Security - Order History - Frontend Coding - OrderHistory Service
04:53
Release 3.0 - Security - Order History - Frontend Coding - OrderHistoryComponent
05:40
Release 3.0 - Security - Order History - Frontend Coding - Update HTML Page
06:43
Release 3.0 - Security - Order History - Frontend Coding - Add Orders Button
05:07
Release 3.0 - Security - Order History - Frontend Coding - Run the App
05:46
Release 3.0 - Security - Order History - Frontend Coding - Sort Orders by Date
04:05

Release 3.0 - Security - Order History - Secure Backend

6 lectures
Release 3.0 - Security - Order History - Secure Backend Overview
07:55
Release 3.0 - Security - Order History - Secure Backend - Set Up Okta App
01:59
Release 3.0 - Security - Order History - Secure Backend - Configure Properties
03:35
HEADS UP FOR SPRING BOOT 3 AND OKTA 3
01:01
Release 3.0 - Security - Order History - Secure Backend - Protect Endpoints
04:38
Release 3.0 - Security - Order History - Secure Backend - Testing the App
08:42

Release 3.0 - Security - Order History - Secure Frontend

7 lectures
Release 3.0 - Security - Order History - Secure Frontend Overview - Part 1
03:32
Release 3.0 - Security - Order History - Secure Frontend Overview - Part 2
06:01
Release 3.0 - Security - Order History - Secure Frontend - Create an Interceptor
03:54
Release 3.0 - Security - Order History - Secure Frontend - Pass Access Token
05:05
Release 3.0 - Security - Order History - Secure Frontend - Register Interceptor
02:06
Release 3.0 - Security - Order History - Secure Frontend - Test the App
02:39
Release 3.0 - Security - Order History - Secure Frontend - Resolve Checkout
05:15

Secure Communication with HTTPS - Angular Frontend

5 lectures
Secure Communication with HTTPS - Angular Frontend - Overview
08:00
Secure Communication with HTTPS - Angular Frontend - Coding Part 1
05:07
Secure Communication with HTTPS - Angular Frontend - Coding Part 2
05:23
Secure Communication with HTTPS - Okta Updates - Overview
02:15
Secure Communication with HTTPS - Okta Updates - Configuration
05:52

Secure Communication with HTTPS - Spring Boot Backend

3 lectures
Secure Communication with HTTPS - Spring Boot Backend - Overview
04:43
Secure Communication with HTTPS - Spring Boot Backend - Coding Part 1
05:22
Secure Communication with HTTPS - Spring Boot Backend - Coding Part 2
03:27

Angular Environment Configuration

9 lectures
Angular Environment Configuration - Overview
05:37
HEADS UP: Angular 15 and Environments
00:12
Angular Environment Configuration - Coding
06:08
Angular Environment Configuration - Add New Environment - Overview Part 1
02:56
Angular Environment Configuration - Add New Environment - Overview Part 2
05:01
Angular Environment Configuration - Add New Environment - Overview Part 3
01:31
Angular Environment Configuration - Add New Environment - Coding Part 1
05:14
Angular Environment Configuration - Add New Environment - Coding Part 2
03:55
Angular Environment Configuration - Add New Environment - Coding Part 3
02:48

Credit Card Payment Processing with Stripe

31 lectures
Credit Card Payment Processing Overview
02:52
Payment Processing - Stripe API Overview
04:35
Payment Processing - Stripe Integration Options - Part 1
04:33
Payment Processing - Stripe Integration Options - Part 2
04:07
Payment Processing - Stripe Development Process Overview - Part 1
06:21
Payment Processing - Stripe Development Process Overview - Part 2
04:47
Payment Processing - Stripe - Backend Coding Setup - Maven
05:31
Payment Processing - Stripe - Backend Coding Setup - API Keys
02:39
Payment Processing - Stripe - Backend Coding - Checkout Service
08:51
Payment Processing - Stripe - Backend Coding - Checkout Controller
03:05
Payment Processing - Stripe - Frontend Overview - Part 1
06:34
Payment Processing - Stripe - Frontend Overview - Part 2
07:01
Payment Processing - Stripe - Frontend Overview - Part 3
05:43
Payment Processing - Stripe - Frontend Coding - Part 1
05:24
Payment Processing - Stripe - Frontend Coding - Part 2
03:42
Payment Processing - Stripe - Frontend Coding - Part 3
04:40
Payment Processing - Stripe - Frontend Coding - Part 4
04:01
Payment Processing - Stripe - Frontend Coding - Part 5
05:58
Payment Processing - Stripe - Frontend Coding - Part 6
05:17
Payment Processing - Stripe - Frontend Coding - Part 7
06:04
Payment Processing - Stripe - Frontend Coding - Part 8
04:49
Payment Processing - Stripe - Bug Fix for Total Amount
10:42
Payment Processing - Stripe - Bug Fix for Browser Reload after Checkout
05:45
Payment Processing - Stripe - Add Customer Details - Overview
01:55
Payment Processing - Stripe - Add Customer Details - Coding Part 1
02:21
Payment Processing - Stripe - Add Customer Details - Coding Part 2
04:02
Payment Processing - Stripe - Disable Payment Button - Overview
02:19
Payment Processing - Stripe - Disable Payment Button - Coding
05:56
Payment Processing - Stripe - Email Receipts - Overview
03:19
Payment Processing - Stripe - Email Receipts - Coding Part 1
04:08
Payment Processing - Stripe - Email Receipts - Coding Part 2
02:46

Course Summary

1 lectures
Thank You and Please Leave a Rating for Course
01:33

Appendix

1 lectures
Set Up Guides
00:04

Bonus

1 lectures
Bonus
00:49

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.