Go Java Full Stack with Spring Boot and Angular
Go Java Full Stack with Spring Boot and Angular, available at $109.99, has an average rating of 4.46, with 183 lectures, 1 quizzes, based on 10220 reviews, and has 83388 subscribers.
You will learn about You will Develop Your First FULL STACK Application with Angular and Spring Boot You will learn the Basics of Building AWESOME Frontend Applications with Angular You will be introduced to Building Great RESTful APIs with Spring Boot You will Learn to use Spring Security to configure Basic Authentication and JWT You will learn to Solve the Challenges of Connecting an Angular Frontend to a RESTful API You will learn the basics of Angular – Angular Modules, Components, Data Binding and Routing You will learn to connect REST API to JPA/Hibernate with Spring Boot You will understand the best practices in designing RESTful web services You will learn to use a wide variety of Spring Boot Starter Projects – Spring Boot Web, and Spring Boot Data JPA You will learn the magic of Spring Boot – Auto Configuration, Spring Initializr and Starter Projects You will develop a Todo Management Full Stack Application step by step with login and logout functionalities You will understand how to make best use of Spring Boot Actuator and Spring Boot Developer Tools You will learn to secure RESTful API with Spring Boot and Spring Security This course is ideal for individuals who are You want to develop your first full stack application with Angular and Spring Boot or You are a Java Developer aiming to get started with Full Stack Development with Angular and Spring Boot or You are a Spring Boot Developer looking to Build a Full Stack Application with Angular or You want to learn the fundamental building blocks of Angular Frontend Framework or You want to learn to build basic RESTful API and Services with Spring Boot Framework or You want to learn how to Secure REST API with Spring Boot and Spring Security with Basic Authentication and JWT It is particularly useful for You want to develop your first full stack application with Angular and Spring Boot or You are a Java Developer aiming to get started with Full Stack Development with Angular and Spring Boot or You are a Spring Boot Developer looking to Build a Full Stack Application with Angular or You want to learn the fundamental building blocks of Angular Frontend Framework or You want to learn to build basic RESTful API and Services with Spring Boot Framework or You want to learn how to Secure REST API with Spring Boot and Spring Security with Basic Authentication and JWT.
Enroll now: Go Java Full Stack with Spring Boot and Angular
Summary
Title: Go Java Full Stack with Spring Boot and Angular
Price: $109.99
Average Rating: 4.46
Number of Lectures: 183
Number of Quizzes: 1
Number of Published Lectures: 167
Number of Curriculum Items: 184
Number of Published Curriculum Objects: 167
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- You will Develop Your First FULL STACK Application with Angular and Spring Boot
- You will learn the Basics of Building AWESOME Frontend Applications with Angular
- You will be introduced to Building Great RESTful APIs with Spring Boot
- You will Learn to use Spring Security to configure Basic Authentication and JWT
- You will learn to Solve the Challenges of Connecting an Angular Frontend to a RESTful API
- You will learn the basics of Angular – Angular Modules, Components, Data Binding and Routing
- You will learn to connect REST API to JPA/Hibernate with Spring Boot
- You will understand the best practices in designing RESTful web services
- You will learn to use a wide variety of Spring Boot Starter Projects – Spring Boot Web, and Spring Boot Data JPA
- You will learn the magic of Spring Boot – Auto Configuration, Spring Initializr and Starter Projects
- You will develop a Todo Management Full Stack Application step by step with login and logout functionalities
- You will understand how to make best use of Spring Boot Actuator and Spring Boot Developer Tools
- You will learn to secure RESTful API with Spring Boot and Spring Security
Who Should Attend
- You want to develop your first full stack application with Angular and Spring Boot
- You are a Java Developer aiming to get started with Full Stack Development with Angular and Spring Boot
- You are a Spring Boot Developer looking to Build a Full Stack Application with Angular
- You want to learn the fundamental building blocks of Angular Frontend Framework
- You want to learn to build basic RESTful API and Services with Spring Boot Framework
- You want to learn how to Secure REST API with Spring Boot and Spring Security with Basic Authentication and JWT
Target Audiences
- You want to develop your first full stack application with Angular and Spring Boot
- You are a Java Developer aiming to get started with Full Stack Development with Angular and Spring Boot
- You are a Spring Boot Developer looking to Build a Full Stack Application with Angular
- You want to learn the fundamental building blocks of Angular Frontend Framework
- You want to learn to build basic RESTful API and Services with Spring Boot Framework
- You want to learn how to Secure REST API with Spring Boot and Spring Security with Basic Authentication and JWT
Welcome to this Amazing Course on Full Stack Web Development with Angular and Spring Boot. This course is designed to be a Perfect First Step as an Introduction to Angular and Full Stack Developmentfor Java & Spring Developers.
Zero Experience with Angular, TypeScript (AND/OR) Modern JavaScript? No Problem. Start Learning Now!
UPDATE: NEW Section on Spring Security
WHAT OUR LEARNERS ARE SAYING:
5 STARS – This is the perfect course for Java developers to use to get familiar with Angular and do it beyond just an elementary kind of familiarity. Very good job, instructor. Thank you!
5 STARS – Yes the Journey was Amazing, the Tutor is Awesome. Not a single doubt & error i faced while following Step-by-Step videos. I would suggest this course to all those who really want to Learn Spring Boot + Angular. The Explanation was clear and systematic. I would like to thank Mr. Rangakaran as he is the best Tutor… 🙂
5 STARS – Wonderful course with practical content taught in a very intuitive way; building from lesson to lesson. As a web application developer with some experience in both Spring Boot and Angular, this course was perfect when providing a clear way use both technologies together. I really appreciate this instructor, and look forward to more courses.
5 STARS – Video explanations clear and easy to follow. Recommended!
5 STARS – Very good course. The instructor is very knowledgeable about the material and walks you through it in a clear way. Good start to learning about Full Stack development.
5 STARS – Awesome explanation, great course specially for Java developer who wants to groom herself/himself to full stack java development using Spring boot and Angular.
COURSE OVERVIEW
Developing your first full stack web application with Angular and Spring Boot is fun.
In this course, you will learn the basics of full stack web development developing a Basic Todo Management Application using Angular, Spring Boot, and Spring Security Frameworks. You will build the Todo Management Application step by step – in more than 100 steps.
You will be using Angular (Frontend Framework), TypeScript Basics, Angular CLI(To create Angular projects), Spring Boot (REST API Framework), Spring (Dependency Management), Spring Security (Authentication and Authorization – Basic and JWT), BootStrap (Styling Pages), Maven (dependencies management), Node (npm), Visual Studio Code (TypeScript IDE), Eclipse (Java IDE) and Tomcat Embedded Web Server.
We will help you set up each one of these.
Angular is a complete front end framework with a wide range of features. Spring Boot is an awesome framework to build RESTful API and Microservices. Let’s combine these frameworks and create an awesome full stack web application.
COURSE HIGHLIGHTS
Overview
Step01 – Understanding Full Stack Application Architecture
Step02 – Quick Overview of Modern JavaScript and TypeScript
Step03 – Installing Angular CLI – Awesome Tool to create Angular Projects
Step04 – Creating and Launching Angular Application with Angular CLI
Step05 – Importing Angular App into Visual Studio Code
Step06 – Exploring Angular CLI Commands – test, lint, e2e, serve, build
Step07 – Exploring Angular CLI Project Structure
Getting Hands on With Angular
Step08 – Introduction to Angular Components – Basics
Step09 – Introduction to Angular Components – Playing with AppComponent
Step10 – Generating Welcome Component with ng generate
Step11 – Language Variations With an Example – Java, JavaScript and TypeScript
Step12 – Generating and Setting up Login Component
Step13 – Understanding Event Binding – Adding click event on Login Page
Step14 – Using ngModel with 2 Way Data Binding in Login Page
Step15 – Quick Review of Data Binding Approaches
Step16 – Adding Hardcoded Authentication to Logic Component – ngIf directive
Step17 – Implementing Routes for Login, Welcome and Error Components
Step18 – Implementing Routing from Login to Welcome Component
Step19 – Adding Route Parameter for Welcome Component
Step20 – Create List Todos Component with ng generate
Step21 – Create a Link to Todos in Welcome Component
Step22 – Best Practice – Create a Todo Class
Step23 – Quick Introduction to Angular Modules
Step24 – Understanding Bootstrapping of Angular App with Root Module and Component
Step25 – Quick Review – Angular Modules and Components
Step26 – Overview of Next Few Steps – Bootstrap, Menu, Footer and Refactoring
Step27 – Adding Bootstrap Framework and Creating Components for Menu and Footer
Step28 – Using Bootstrap to Create a Menu with Navigation Links
Step29 – Styling Footer and Other Components with CSS and Bootstrap
Step30 – Good Practice – Use RouterLink instead of href for Routes
Step31 – Creating an Independent Authentication Service Component
Step32 – Using Session Storage to Store User Authentication Token
Step33 – Enabling Menu Links Based on User Authentication Token
Step34 – Implementing Logout to remove User Authentication Token
Step35 – Securing Components using Route Guards – Part 1
Step36 – Securing Components using Route Guards – Part 2
Step37 – Quick Review – Authentication Service, Dependency Injection and Route Guards
Introduction to Web Services and REST
Step41 – What is a Web Service?
Step42 – Important How Questions related to Web Services
Step43 – Web Services – Key Terminology
Step44 – Introduction to RESTful Web Services
Getting Up and Running with REST and Spring Boot
Step45 – Initializing a RESTful Services Project with Spring Boot
Step46 – Creating a Hello World Service
Step47 – Enhancing the Hello World Service to return a Bean
Step48 – Quick Review of Spring Boot Auto Configuration and Dispatcher Servlet – What’s happening in the background?
Step49 – Enhancing the Hello World Service with a Path Variable
Connecting Angular Frontend to Spring Boot Restful Services
Step50 – Connecting Angular Frontend with Restful API – 1 – Creating Data Service
Step51 – Connecting Angular Frontend with Restful API – 2 – HttpClientModule and HttpClient
Step52 – Connecting Angular Frontend with Restful API – 3 – Understanding Observable
Step53 – Connecting Angular Frontend with Restful API – 4 – Understanding Subscribe
Step54 – Connecting Angular Frontend with Restful API – 5 – Handling Error Responses
Step55 – Calling Welcome HTTP Service with Path Variables
Step56 – Designing RESTful Services for Todo Resource
Step57 – Creating REST API for retrieving Todo List
Step58 – Connecting Angular Frontend with Todo List RESTful Service
Step59 – Creating REST API to delete a Todo – DELETE Request Method
Step60 – Adding Delete Todo Feature to Angular Frontend
Step61 – Creating Todo Component and Handle Routing
Step62 – Designing Todo Page with Bootstrap Framework
Step63 – Creating Retrieve Tod0 Service and Connect Angular Frontend
Step64 – Improve Todo Page Appearance
Step65 – Creating REST API for Updating Todo – PUT Request Method
Step66 – Creating REST API for Creating a Todo – POST Request Method
Step67 – Implementing Update Todo Feature in Angular Frontend
Step68 – Implementing New Todo Feature in Angular Frontend
Step69 – Improving Todo Form – Validation and Form Submit on Enter – ngSubmit
Step70 – Enhancing Validation Messages on Todo Page
Implementing Spring Security with Basic Authentication
Step71 – Overview of Security with Basic Auth and JWT
Step72 – Setting up Spring Security
Step73 – Configure standard userid and password
Step74 – Enhancing Angular Welcome Data Service to use Basic Auth
Step75 – Configure Spring Security to disable CSRF and enable OPTION Requests
Step76 – Creating Angular HttpInterceptor to add Basic Auth Header
Step77 – Configure HttpInterceptor as Provider in App Module
Step78 – Create Basic Authentication RESTful Service in Spring Boot
Step79 – Create Angular Basic Authentication Service
Step80 – Connect Login Page to Basic Authentication Service – Part 1
Step81 – Connect Login Page to Basic Authentication Service – Part 2
Step82 – Refactoring Angular Basic Authentication Service
Step83 – Refactoring HttpInterceptor to use Basic Authentication Token
Step84 – Best Practice – Use Constants for URLs and Tokens
Connecting Spring Security with JWT
Step85 – Introduction to JWT
Step86 – Importing JWT Framework into Eclipse
Step87 – Quick Tip – Resolving JWT Compilation Errors
Step88 – Executing JWT Resources – Get Token and Refresh Token
Step89 – Understanding JWT Spring Security Framework Setup
Step90 – Creating a New User with Encoded Password
Step91 – Using JWT Token in Angular Frontend
Connecting REST API With JPA and Hibernate
Step92 – Setting up Todo Entity and Populating Data
Step93 – Connecting GET REST APIs to JPA Repository
Step94 – Connecting POST, PUT and DELETE REST APIs to JPA Repository
Start Learning Now. Hit the Enroll Button!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Chapter 2: Quick Overview of Modern JavaScript, TypeScript and Angular
Lecture 1: Step 000 – Getting Started with the Course
Lecture 2: Step 01 – Understanding Full Stack Application Architecture
Lecture 3: Step 02 – Quick Overview of Modern JavaScript and TypeScript
Lecture 4: Course Update – Use Latest Angular Version
Lecture 5: Step 03 – Installing Angular CLI – Awesome Tool to create Angular Projects
Lecture 6: Step 04 – Creating and Launching Angular Application with Angular CLI
Lecture 7: DO NOT SKIP – Join in28minutes Learning Community
Chapter 3: Getting Hands on With Angular
Lecture 1: Step 05 – Importing Angular App into Visual Studio Code
Lecture 2: Course Update – ng lint & ng e2e
Lecture 3: Step 06 – Exploring Angular CLI Commands – test, lint, e2e, serve, build
Lecture 4: Step 07 – Exploring Angular CLI Project Structure
Lecture 5: Step 08 – Introduction to Angular Components – Basics
Lecture 6: Step 09 – Introduction to Angular Components – Playing with AppComponent
Lecture 7: Step 10 – Generating Welcome Component with ng generate
Lecture 8: Step 11 – Language Variations With an Example – Java, JavaScript and TypeScript
Lecture 9: Standalone Update: Why Angular Standalone Components?
Lecture 10: Step 12 – Generating and Setting up Login Component
Lecture 11: Step 13 – Understanding Event Binding – Adding click event on Login Page
Lecture 12: Step 14 – Using ngModel with 2 Way Data Binding in Login Page
Lecture 13: Step 15 – Quick Review of Data Binding Approaches
Lecture 14: Standalone Update: Import NgIf directive
Lecture 15: Step 16 – Adding Hardcoded Authentication to Logic Component – ngIf directive
Lecture 16: Step 17 – Implementing Routes for Login, Welcome and Error Components
Lecture 17: Step 18 – Implementing Routing from Login to Welcome Component
Lecture 18: Step 19 – Adding Route Parameter for Welcome Component
Lecture 19: Standalone Update: Add Imports in ListTodosComponent
Lecture 20: Step 20 – Create List Todos Component with ng generate
Lecture 21: Standalone Update: Add Imports in WelcomeComponent
Lecture 22: Step 21 – Create a Link to Todos in Welcome Component
Lecture 23: Step 22 – Best Practice – Create a Todo Class
Lecture 24: Step 23 – Quick Introduction to Angular Modules
Lecture 25: Step 24 – Understanding Bootstrapping of Angular App with Root Module and Compon
Lecture 26: Step 25 – Quick Review – Angular Modules and Components
Lecture 27: Step 26 – Overview of Next Few Steps – Bootstrap, Menu, Footer and Refactoring
Lecture 28: Step 27 – Adding Bootstrap Framework and Creating Components for Menu and Footer
Lecture 29: Step 28 – Using Bootstrap to Create a Menu with Navigation Links
Lecture 30: @ not working in footer
Lecture 31: Step 29 – Styling Footer and Other Components with CSS and Bootstrap
Lecture 32: Standalone Update: Import routerLink to menu.component.ts
Lecture 33: Step 30 – Good Practice – Use RouterLink instead of href for Routes
Lecture 34: Course Update – Strict Typing of Parameters and Variables
Lecture 35: Step 31 – Creating an Independent Authentication Service Component
Lecture 36: Step 32 – Using Session Storage to Store User Authentication Token
Lecture 37: Course Update: hardcodedAuthenticationService
Lecture 38: Step 33 – Enabling Menu Links Based on User Authentication Token
Lecture 39: Step 34 – Implementing Logout to remove User Authentication Token
Lecture 40: Step 35 – Securing Components using Route Guards – Part 1
Lecture 41: Step 36 – Securing Components using Route Guards – Part 2
Lecture 42: Step 37 – Quick Review – Authentication Service, Dependency Injection and Route
Chapter 4: Introduction to Web Services and REST
Lecture 1: Step 41 – What is a Web Service?
Lecture 2: Step 42 – Important How Questions related to Web Services
Lecture 3: Step 43 – Web Services – Key Terminology
Lecture 4: Step 44 – Introduction to RESTful Web Services
Chapter 5: Getting Up and Running with REST and Spring Boot
Lecture 1: Fastest Approach to Solve Your Exceptions
Lecture 2: DO NOT SKIP: New to Spring Boot?
Lecture 3: Step 45 – Initializing a RESTful Services Project with Spring Boot
Lecture 4: Step 46 – Creating a Hello World Service
Lecture 5: Step 47 – Enhancing the Hello World Service to return a Bean
Lecture 6: Step 48 – Quick Review of Spring Boot Auto Configuration and Dispatcher Servlet
Lecture 7: Step 49 – Enhancing the Hello World Service with a Path Variable
Chapter 6: Connecting Angular Frontend to Spring Boot Restful Services
Lecture 1: Reminder – Course Update – Strict Typing of Parameters and Variables
Lecture 2: Step 50 – Connecting Angular Frontend with Restful API – 1 – Creating Data Servi
Lecture 3: Step 51 – Connecting Angular Frontend with Restful API – 2 – HttpClientModule an
Lecture 4: Step 52 – Connecting Angular Frontend with Restful API – 3 – Understanding Obser
Lecture 5: Step 53 – Connecting Angular Frontend with Restful API – 4 – Understanding Subsc
Lecture 6: Step 54 – Connecting Angular Frontend with Restful API – 5 – Handling Error Resp
Lecture 7: Step 55 – Calling Welcome HTTP Service with Path Variables
Lecture 8: Step 56 – Designing RESTful Services for Todo Resource
Lecture 9: Step 57 – Creating REST API for retrieving Todo List
Lecture 10: Step 58 – Connecting Angular Frontend with Todo List RESTful Service
Lecture 11: Step 59 – Creating REST API to delete a Todo – 1 – Create DELETE Request Method
Lecture 12: Step 59 – Creating REST API to delete a Todo – 2 – Execute DELETE Request Method
Lecture 13: Step 60 – Adding Delete Todo Feature to Angular Frontend
Lecture 14: Step 61 – Creating Todo Component and Handle Routing
Lecture 15: Step 62 – Designing Todo Page with Bootstrap Framework
Lecture 16: Step 63 – Creating Retrieve Tod0 Service and Connect Angular Frontend
Lecture 17: Step 64 – Improve Todo Page Appearance
Lecture 18: Step 65 – Creating REST API for Updating Todo – PUT Request Method
Lecture 19: Step 66 – 1 – Creating REST API for Creating a Todo – POST Request Method
Lecture 20: Step 66 – 2 – RESTful Web Services – Best Practices
Lecture 21: Step 67 – Implementing Update Todo Feature in Angular Frontend
Lecture 22: Step 68 – Implementing New Todo Feature in Angular Frontend
Lecture 23: Step 69 – Improving Todo Form – Validation and Form Submit on Enter – ngSubmit
Lecture 24: Step 70 – Enhancing Validation Messages on Todo Page
Chapter 7: Implementing Basic Authentication with Spring Boot and Spring Security
Lecture 1: Step 71 – Overview of Security with Basic Auth and JWT
Lecture 2: Step 72 – Setting up Spring Security
Lecture 3: Step 73 – Configure standard userid and password
Lecture 4: Step 74 – Enhancing Angular Welcome Data Service to use Basic Auth
Lecture 5: Next Lecture – Configure Basic Authentication
Lecture 6: Step 75 – Configure Spring Security to disable CSRF and enable OPTION Requests
Lecture 7: Solving Your Problems with Basic Authentication
Lecture 8: Step 76 – Creating Angular HttpInterceptor to add Basic Auth Header
Instructors
-
in28Minutes Official
DevOps, Azure, GCP, Docker, Kubernetes, Java & Spring Boot
Rating Distribution
- 1 stars: 111 votes
- 2 stars: 145 votes
- 3 stars: 963 votes
- 4 stars: 3826 votes
- 5 stars: 5174 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024