Full-Stack Development with Spring Boot and Angular - Helion
Tytuł oryginału: Full-Stack Development with Spring Boot and Angular
ISBN: 9781803234533
stron: 491, Format: ebook
Księgarnia: Helion
Cena książki: 119,00 zł
Książka będzie dostępna od października 2022
Spring Boot provides JavaScript users with a platform to get an application up and running with just a few lines of code. At the same time, Angular is a component-based framework that makes building a web application's front-end easy. This book explains how Spring Boot and Angular work together to help you create full-stack applications quickly and effectively.
In this book, you will begin by exploring why Spring Boot and Angular are in-demand frameworks, before being guided by expert solutions and best practices to build your own web application. Regarding the back-end, you will see how Spring Boot allows you to build applications efficiently by letting the Spring Framework and Spring Boot extension do the heavy lifting while using Spring Data JPA & Postgres dependencies in your project to save or persist data in a database. With the front-end, you will use Angular to construct a project architecture, build Reactive forms, and add authentication to avoid malicious users stealing data from the application.
Finally, you will see how to test services with Mockito, deploy applications through continuous integration and continuous deployment, and integrate Spring Boot and Angular to create a single package so that by the end of the book, you will be able to build your very own full-stack web application.
Zobacz także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Spring Boot and Angular. Hands-on full stack web development with Java, Spring, and Angular eBook -- spis treści
- 1. Spring Boot and Angular – The Big Picture
- 2. Setting Up the Development Environment
- 3. Moving into Spring Boot
- 4. Setting Up the Database and Spring Data JPA
- 5. Building APIs with Spring
- 6. Documenting APIs with OpenAPI Specification
- 7. Adding Spring Boot Security with JWT
- 8. Logging Events in Spring Boot
- 9. Writing Tests in Spring Boot
- 10. Setting Up Our Angular Project and Architecture
- 11. Building Reactive Forms
- 12. Managing States with NgRx
- 13. Saving, Deleting, and Updating with NgRx
- 14. Adding Authentication in Angular
- 15. Writing Tests in Angular
- 16. Packaging Backend and Frontend with Maven
- 17. Deploying Spring Boot and the Angular App