MP4 | Video: AVC 1280×720 | Audio: AAC 48KHz 2ch | Duration: 10:45 Hours | Lec: 118 | 4.95 GB | Language: English | Sub: EnglishBuild Your First Full Stack Application with Angular and Spring Boot. Become a Full Stack Web Developer Now!What you’ll learnYou will Develop Your First FULL STACK Application with Angular and Spring BootYou will learn the Basics of Building AWESOME Frontend Applications with AngularYou will be introduced to Building Great RESTful APIs with Spring BootYou will Learn to use Spring Security to configure Basic Authentication and JWTYou will learn to Solve the Challenges of Connecting an Angular Frontend to a RESTful APIYou will learn the basics of Angular – Angular Modules, Components, Data Binding and RoutingYou will learn to connect REST API to JPA/Hibernate with Spring BootYou will understand the best practices in designing RESTful web servicesYou will learn to use a wide variety of Spring Boot Starter Projects – Spring Boot Web, and Spring Boot Data JPAYou will learn the magic of Spring Boot – Auto Configuration, Spring Initializr and Starter ProjectsYou will develop a Todo Management Full Stack Application step by step with login and logout functionalitiesYou will understand how to make best use of Spring Boot Actuator and Spring Boot Developer ToolsYou will learn to secure RESTful API with Spring Boot and Spring SecurityRequirementsYou have an attitude to learn while having fun ????You have some programming experience with JavaScript, Java and Spring.
We will help you learn the basics of Modern JavaScript, TypeScript, Spring Boot and JPAWe will help you install Chrome, Eclipse, Visual Studio Code and Node JS (for npm)DescriptionWelcome 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 Development for Java & Spring Developers.
Zero Experience with Angular, TypeScript and Modern JavaScript? No Problem. Start Learning Now!★★★★★ 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.
Lets combine these frameworks and create an awesome full stack web application.
******* What You Can Expect from Every in28Minutes Course *******in28Minutes created 20 Best Selling Courses providing Amazing Learning Experiences to 250,000 Learners across the world.
Each of these courses come with✔ Amazing Hands-on Step By Step Learning Experiences✔ Real Project Experiences using the Best Tools and Frameworks✔ Awesome Troubleshooting Guides with 200+ FAQs Answered✔ Friendly Support in the Q&A section✔ Free Udemy Certificate of Completion on Completion of Course✔ 30 Day “No Questions Asked” Money Back Guarantee!******* Step By Step Details *******OverviewStep01 – Understanding Full Stack Application ArchitectureStep02 – Quick Overview of Modern JavaScript and TypeScriptStep03 – Installing Angular CLI – Awesome Tool to create Angular ProjectsStep04 – Creating and Launching Angular Application with Angular CLIStep05 – Importing Angular App into Visual Studio CodeStep06 – Exploring Angular CLI Commands – test, lint, e2e, serve, buildStep07 – Exploring Angular CLI Project StructureGetting Hands on With AngularStep08 – Introduction to Angular Components – BasicsStep09 – Introduction to Angular Components – Playing with AppComponentStep10 – Generating Welcome Component with ng generateStep11 – Language Variations With an Example – Java, JavaScript and TypeScriptStep12 – Generating and Setting up Login ComponentStep13 – Understanding Event Binding – Adding click event on Login PageStep14 – Using ngModel with 2 Way Data Binding in Login PageStep15 – Quick Review of Data Binding ApproachesStep16 – Adding Hardcoded Authentication to Logic Component – ngIf directiveStep17 – Implementing Routes for Login, Welcome and Error ComponentsStep18 – Implementing Routing from Login to Welcome ComponentStep19 – Adding Route Parameter for Welcome ComponentStep20 – Create List Todos Component with ng generateStep21 – Create a Link to Todos in Welcome ComponentStep22 – Best Practice – Create a Todo ClassStep23 – Quick Introduction to Angular ModulesStep24 – Understanding Bootstrapping of Angular App with Root Module and ComponentStep25 – Quick Review – Angular Modules and ComponentsStep26 – Overview of Next Few Steps – Bootstrap, Menu, Footer and RefactoringStep27 – Adding Bootstrap Framework and Creating Components for Menu and FooterStep28 – Using Bootstrap to Create a Menu with Navigation LinksStep29 – Styling Footer and Other Components with CSS and BootstrapStep30 – Good Practice – Use RouterLink instead of href for RoutesStep31 – Creating an Independent Authentication Service ComponentStep32 – Using Session Storage to Store User Authentication TokenStep33 – Enabling Menu Links Based on User Authentication TokenStep34 – Implementing Logout to remove User Authentication TokenStep35 – Securing Components using Route Guards – Part 1Step36 – Securing Components using Route Guards – Part 2Step37 – Quick Review – Authentication Service, Dependency Injection and Route GuardsIntroduction to Web Services and RESTStep41 – What is a Web Service?Step42 – Important How Questions related to Web ServicesStep43 – Web Services – Key TerminologyStep44 – Introduction to RESTful Web ServicesGetting Up and Running with REST and Spring BootStep45 – Initializing a RESTful Services Project with Spring BootStep46 – Creating a Hello World ServiceStep47 – Enhancing the Hello World Service to return a BeanStep48 – 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 VariableConnecting Angular Frontend to Spring Boot Restful ServicesStep50 – Connecting Angular Frontend with Restful API – 1 – Creating Data ServiceStep51 – Connecting Angular Frontend with Restful API – 2 – HttpClientModule and HttpClientStep52 – Connecting Angular Frontend with Restful API – 3 – Understanding ObservableStep53 – Connecting Angular Frontend with Restful API – 4 – Understanding SubscribeStep54 – Connecting Angular Frontend with Restful API – 5 – Handling Error ResponsesStep55 – Calling Welcome HTTP Service with Path VariablesStep56 – Designing RESTful Services for Todo ResourceStep57 – Creating REST API for retrieving Todo ListStep58 – Connecting Angular Frontend with Todo List RESTful ServiceStep59 – Creating REST API to delete a Todo – DELETE Request MethodStep60 – Adding Delete Todo Feature to Angular FrontendStep61 – Creating Todo Component and Handle RoutingStep62 – Designing Todo Page with Bootstrap FrameworkStep63 – Creating Retrieve Tod0 Service and Connect Angular FrontendStep64 – Improve Todo Page AppearanceStep65 – Creating REST API for Updating Todo – PUT Request MethodStep66 – Creating REST API for Creating a Todo – POST Request MethodStep67 – Implementing Update Todo Feature in Angular FrontendStep68 – Implementing New Todo Feature in Angular FrontendStep69 – Improving Todo Form – Validation and Form Submit on Enter – ngSubmitStep70 – Enhancing Validation Messages on Todo PageImplementing Spring Security with Basic AuthenticationStep71 – Overview of Security with Basic Auth and JWTStep72 – Setting up Spring SecurityStep73 – Configure standard userid and passwordStep74 – Enhancing Angular Welcome Data Service to use Basic AuthStep75 – Configure Spring Security to disable CSRF and enable OPTION RequestsStep76 – Creating Angular HttpInterceptor to add Basic Auth HeaderStep77 – Configure HttpInterceptor as Provider in App ModuleStep78 – Create Basic Authentication RESTful Service in Spring BootStep79 – Create Angular Basic Authentication ServiceStep80 – Connect Login Page to Basic Authentication Service – Part 1Step81 – Connect Login Page to Basic Authentication Service – Part 2Step82 – Refactoring Angular Basic Authentication ServiceStep83 – Refactoring HttpInterceptor to use Basic Authentication TokenStep84 – Best Practice – Use Constants for URLs and TokensConnecting Spring Security with JWTStep85 – Introduction to JWTStep86 – Importing JWT Framework into EclipseStep87 – Quick Tip – Resolving JWT Compilation ErrorsStep88 – Executing JWT Resources – Get Token and Refresh TokenStep89 – Understanding JWT Spring Security Framework SetupStep90 – Creating a New User with Encoded PasswordStep91 – Using JWT Token in Angular FrontendConnecting REST API With JPA and HibernateStep92 – Setting up Todo Entity and Populating DataStep93 – Connecting GET REST APIs to JPA RepositoryStep94 – Connecting POST, PUT and DELETE REST APIs to JPA RepositoryWho this course is for?You want to develop your first full stack application with Angular and Spring BootYou are a Java Developer aiming to get started with Full Stack Development with Angular and Spring BootYou are a Spring Boot Developer looking to Build a Full Stack Application with AngularYou want to learn the fundamental building blocks of Angular Frontend FrameworkYou want to learn to build basic RESTful API and Services with Spring Boot FrameworkYou want to learn how to Secure REST API with Spring Boot and Spring Security with Basic Authentication and JWT