Where we go through a journey from reactive programming to reactive systems. Our journey will happen through a series of short lecture (Youtube) followed by an educational programming challenge.
- If you have an overall knowledge about reactive programming but never tried it before.
- If you have tried reactive programming but it never worked
- Decent Java programming skills
- Reading Reactive manifesto
- projectreactor
- Overall Understanding of Webflux
- Josh Long book: reactive-spring
- watch video from spring
- Functors, category theory and Java
In this repo we have recordings of interactive educational shows, experiments and blog posts.
- During each episode, after the lecture, we will work on some programming challenges. When you solved one (in your group or alone), feel free to create a PR.
- Master branch (called
main
), will contain challenges and their solutions. - If you want challenges without answers, you can check out the commit id corresponding to each episode. Of course that commit will contain answers to challenges of previous episodes.
- At this point in time, it might be hard to create merge able to master PRs due to required effort to rebase. So please enjoy resolving challenges in your local (checkout from commit id) branch, and use the current state of the master branch to verify your solutions.