Developing reactive application with Spring WebFlux and Spring Data Redis - Part 1 of 2

preview_player
Показать описание
Have you ever wanted to see how building complete application looks like? In this video I go from scratch to fully functional application - Link Shortener - using reactive stack - Spring WebFlux and Spring Data Redis. Most of the code is implemented with TDD approach. I use TestContainers to spin up Redis for testing and local development environment.

---
Music: Summer - Bensound

Icons:
Рекомендации по теме
Комментарии
Автор

your part 1, 2 tutorials are Gift to Insatiable Learner like self :-)

kiranmb
Автор

Brother! you are humongous and awesome teacher for short learning Web flux. Thank :-)

kiranmb
Автор

Hey, great video and I really enjoy such format!

TheSunscratch
Автор

Another great tutorial Maciej :) just one comment, reactive spring is still unknown for many java/spring developers, so it would be nice to give very short intro for reactive terms (example : what Mono class is, etc).

StalosTech
Автор

Here's link to second part (perhaps add it to description?):

Also, super kudos for TDD approach.

markhadley
Автор

Cool stuff! one tiny comment fro the commons-lang3 you also don't need to specify the version, Spring Boot takes care of that.

ZoltanAltfatter
Автор

Can you please also make some videos for beginners in Spring in General, that kind of content is rare on youtube, like explaining the main uses and most useful features, etc ...
thanks

MrThebestoneman
Автор

cool stuff bro!! i have a request. can you make a tutorial on spring security using reactive? it will be cool

anggawardana
Автор

Thanks for the sharing. while I was following your steps, I found out that @Value from lombok is actually has no setter, it will break the code for CreateLinkRequest. because when parsing json string, it needs to create obj first, then sets the properties later.

shenyanliu
Автор

Stupid Spring -- when it returns you a list List<Person> lastname, String firstname);
why u can not do if list.contains (Bob) true : false

JohnWick-zcli
Автор

why u gotta make me feel dumb

You should explain what you're typing it would add tremendous value to this video

zacharyjones
Автор

I am not entirely sure what the purpose of this video was? There was no explanation about how webflux works but more just commentary on the lines you were writing. Just my honest opinion.

peterhall