Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 20 hours on-demand video
  • 5 articles
  • 6 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Software Engineering Web Development

Test Driven Web Development with Spring Boot & React

Build a complete application with Spring Boot & React by following TDD methodology - JUnit, Jest, React Testing Library
Rating: 4.7 out of 54.7 (111 ratings)
1,373 students
Created by Basar Buyukkahraman
Last updated 12/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Practice Test Driven Development in a complete project from beginning to the end.
  • How to test your java projects with JUnit.
  • How to test your javascript projects with Jest.
  • How to use React Testing Library with React tests. Handling user actions and querying the tree items.
  • How to mock external dependencies in testing.
  • Create a fully functional application with Spring Boot.
  • Learn how to build a RestFul API.
  • Secure Spring application with Spring Security. Practice method level security.
  • Practice Spring Data with custom query methods, pagination and specification.
  • Learn how to run application in different environment profiles with different configurations.
  • Serve static files.
  • How to handle exceptions and create default custom error object model in spring application.
  • JPA Entity relationships, @OneToOne, @OneToMany..
  • Built in Validation and custom validations. Validating file type.
  • Supporting internationalization, i18n, and responding user based on their locale when validation errors are occuring.
  • Scheduled tasks with spring.
  • Create a fully functional frontend application with React.
  • Learn all the different component types in React. Class, functional.
  • Practice lifecycle methods of class components.
  • Convert class components to functionals and using Hooks.
  • Create our own hook.
  • Use React Router for building single page application.
  • Global state management with Redux.
  • Create reusable components
  • Feel how the test driven development is giving confidence when refactoring our application. You will feel the freedom to apply any implementation you want when you cover your application behavior with tests.

Course content

21 sections • 191 lectures • 20h 15m total length

  • Preview02:27
  • Preview01:26
  • Methodology
    01:09

  • Backend
    06:33
  • Backend Project Creation Warning
    00:46
  • Frontend
    03:19
  • Frontend Test Dependencies Reminder
    00:53
  • Frontend Test Configuration
    02:27
  • Project Source Code
    00:05

  • Preview01:01
  • Preview12:32
  • Preview11:24
  • Preview05:59
  • Preview08:57
  • Preview07:44
  • Preview06:52
  • Preview09:00
  • Preview12:58
  • Preview03:32
  • Preview07:34
  • Preview12:57

  • Preview00:55
  • User Validation (Backend)
    12:51
  • Error Modelling (Backend)
    08:20
  • Error Messages Internationalization (Backend)
    11:48
  • Custom Constraint (Backend)
    15:56
  • Preview05:21
  • Form Input Component (Frontend)
    19:07
  • Clientside Validation (Frontend)
    09:24

  • Preview00:59
  • Login (Backend)
    08:50
  • Login Errors (Backend)
    12:06
  • Authentication (Backend)
    09:28
  • Authenticated User (Backend)
    05:18
  • User View Model (Backend)
    07:47
  • Login Page (Frontend)
    05:22
  • Handling Input Change (Frontend)
    03:34
  • Click Handling (Frontend)
    11:58
  • Sending Request to Backend (Frontend)
    03:13
  • Progress Indicator (Frontend)
    07:00

  • Preview00:32
  • New Pages (Frontend)
    03:04
  • React Router (Frontend)
    11:14
  • Login Success Routing (Frontend)
    04:59
  • Signup Success Routing (Frontend)
    01:48
  • TopBar (Frontend)
    11:22

  • Preview00:35
  • Redux (Frontend)
    01:37
  • Redux Initial Configuration (Frontend)
    04:21
  • Connecting to Redux (Frontend)
    07:55
  • Dispatching Action (Frontend)
    04:39
  • Connecting LoginPage to Redux (Frontend)
    07:52
  • Connecting UserSignupPage to Redux (Frontend)
    04:33
  • Redux Middleware (Frontend)
    11:11
  • Combining Signup And Login Actions (Frontend)
    07:19
  • Storing State in LocalStorage (Frontend)
    05:27
  • Axios Authorization Configuration (Frontend)
    06:09

  • Preview01:08
  • Get Users (Backend)
    09:36
  • User Modelling JsonView (Backend)
    06:39
  • User Modelling Projection (Backend)
    03:06
  • User Modelling UserVM (Backend)
    03:07
  • Pagination (Backend)
    11:34
  • Excluding Logged in User (Backend)
    02:35
  • Creating Random Users (Backend)
    02:16
  • User List Api (Frontend)
    04:05
  • User List (Frontend)
    14:42
  • User List Item (Frontend)
    05:44
  • User List Page (Frontend)
    09:35
  • Load Errors (Frontend)
    04:12
  • Navigation (Frontend)
    03:18

  • Preview00:46
  • Get User By Name (Backend)
    06:49
  • User Get Api (Frontend)
    01:01
  • Load User Success (Frontend)
    06:40
  • Load User Failure (Frontend)
    03:19
  • Navigating From User To My Profile (Frontend)
    07:52
  • Profile Card (Frontend)
    06:39
  • Profile Image With Default (Frontend)
    06:44
  • Profile Loading (Frontend)
    05:58

  • Preview00:30
  • Security (Backend)
    08:48
  • Update Model (Backend)
    07:14
  • User Update Api (Frontend)
    01:17
  • Edit Button (Frontend)
    06:02
  • User Edit Layout (Frontend)
    07:13
  • User Interactions (Frontend)
    03:56
  • Sending Update Request (Frontend)
    07:05
  • Cancelling Update (Frontend)
    05:06
  • Progress Indicator (Frontend)
    06:26

Requirements

  • Experience with Java or JavaScript required

Description

This course is purely built on practice. And it's built on three main topic. Spring Boot, React and Test Driven Development.


After completing this course you'll be able to see the use cases of these frameworks and why they are so popular, and also you'll experience the power of test driven development methodology. We will do refactoring a lot, and we will not break anything because of our tests.


We will be building a real life application. Each code piece we write, will be for our actual application implementation.


In each section we will gradually build our application. We will not jump ahead and add functionality not needed for that moment. We will implement one requirement at a time. Each implementation will bring the next requirement to us. And following this path will help us to feel and understand what are the frameworks doing and how they are easing application development.


We will see various practices about

  • how we can build a restful web service with spring boot with all necessary functionalities like validation, internationalization (i18n), static resource serving, caching, json manipulation

  • how we can handle database operations with spring data

  • how we can secure our application with spring security

  • how we can build a single page application (spa) with react

  • what is redux and how we can use it

  • how we can use react router

  • how we can replace class components with functional components by using hooks

and we will see

  • how test driven development (tdd) works.

  • how it's affecting our code quality, reusability

  • how it's giving us the confidence about refactoring our implementation

because of the tests we have for our components, we will easily convert our components from class to function. And we will use hooks and tests will make sure nothing will be broken after that changes.


The course is up to date with the latest Spring Boot version 2.4 and React 17

Who this course is for:

  • Developers who are interested in Fullstack Web Application Development with Spring and React
  • Developer who wants to see Test Driven Development in action

Featured review

Eduard Toma
Eduard Toma
254 courses
2 reviews
Rating: 5.0 out of 5a year ago
The course covers the implementation part as well as the testing of features. It is a very good course to give you a general idea about frontend, backend and testing. You will have a knowledgeable and communicative instructor who will answer all your questions, I recommend!

Instructor

Basar Buyukkahraman
Software Engineer
Basar Buyukkahraman
  • 4.7 Instructor Rating
  • 287 Reviews
  • 2,092 Students
  • 5 Courses

I have experience on

• Java (Java 8 features)

• Java EE specifications JAX-RS (Jersey), JPA (Hibernate)

• Spring Framework (Spring Boot, Security, Data)

• Spring Cloud components & microservices frameworks

• JavaScript (ES6, TypeScript) and JS Frameworks (React (and Redux), Express.js, AngularJS)

• Testing frameworks (For Java pojects JUnit, Mockito, AssertJ, Cucumber / for Javascript projects Jest and React Testing Library)

I've been teaching Spring Boot, React and Test Driven Development to newly graduate engineers and interns either in class environment or one on one.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.