When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Spring Boot and React with Test Driven Development
Learn Spring Boot & React by building a complete application with TDD (JUnit, Jest, React Testing Library)

This Course Includes
udemy
4.4 (270 reviews )
20h 17m
english
Online - Self Paced
professional certificate
Udemy
About Spring Boot and React with Test Driven Development
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 nothing will be broken. Because our tests will be confirming the application is behaving as it's supposed to be. 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.5 and React 17
What You Will 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. Show moreShow less.