Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into code-along
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Aug 10, 2023
2 parents 630876d + 83a3fb8 commit ae66292
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[![Spring Boot TDD Online Course](https://rieckpil.de/wp-content/uploads/2023/05/tsbdr-featured-image.png)](https://rieckpil.de/tdd-with-spring-boot-done-right/)
[![Spring Boot TDD Online Course](https://rieckpil.de/wp-content/uploads/2023/07/tdd-with-spring-boot-done-right-final-featured-image.png)](https://rieckpil.de/tdd-with-spring-boot-done-right/)

# TDD with Spring Boot Done Right
# TDD with Spring Boot Done Right Online Course

[![](https://img.shields.io/badge/Spring%20Boot%20Version-3.1.X-orange)](/pom.xml)
[![](https://img.shields.io/badge/Java%20Version-17-orange)](/pom.xml)
[![](https://img.shields.io/badge/Enroll-Now-orange)](https://rieckpil.de/tdd-with-spring-boot-done-right/)

`main` branch: [![Build & Test Maven Project](https://github.com/rieckpil/tdd-with-spring-boot-done-right/actions/workflows/maven.yml/badge.svg?branch=main)](https://github.com/rieckpil/tdd-with-spring-boot-done-right/actions/workflows/maven.yml)
- `main` branch: [![Build & Test Maven Project](https://github.com/rieckpil/tdd-with-spring-boot-done-right/actions/workflows/maven.yml/badge.svg?branch=main)](https://github.com/rieckpil/tdd-with-spring-boot-done-right/actions/workflows/maven.yml)
- `code-aling` branch: [![Build & Test Maven Project](https://github.com/rieckpil/tdd-with-spring-boot-done-right/actions/workflows/maven.yml/badge.svg?branch=code-along)](https://github.com/rieckpil/tdd-with-spring-boot-done-right/actions/workflows/maven.yml)

## Introduction

Expand All @@ -15,7 +18,13 @@ Boost your productivity with TDD (Test-Driven Development) and Spring Boot to ac
- **Real-World Examples**: TDD for a Game or Calculator is simple. That's playground and doesn't prepare you. We go for real world hands-on examples.
- **Productivity Boost:** Write more maintainable code. Get confidence by adding a covering test suite for your project to sleep better at night.

Enroll [here](https://rieckpil.de/tdd-with-spring-boot-done-right/) for the TDD with Spring Boot Done Right Online Course.
The TDD with Spring Boot Done Right Online Courses focuses on teaching the TDD with Java and Spring Boot.

We won't cover all technical details of testing with Spring Boot, but rather focus on the TDD methodology and how to apply it in.

If you're new to testing with Java and Spring Boot, we highly recommend to first work through the [Testing Spring Boot Applications Masterclass](https://rieckpil.de/testing-spring-boot-applications-masterclass/) before taking this course.

禄 Enroll [here](https://rieckpil.de/tdd-with-spring-boot-done-right/) for the TDD with Spring Boot Done Right Online Course.

## Further Resources and Links

Expand Down

0 comments on commit ae66292

Please sign in to comment.