Unit testing in Spring Webflux using StepVerifier and Mockito

In the last post I showed you how to build simple reactive web application with Spring Webflux and MongoDB from scratch. You can find it here – LINK.  But one important element is missing in this app – the tests. If you want to build high quality app, you can’t avoid them. Today I will show you how to write […]

Simple reactive REST API with Spring Webflux and MongoDB using Domain Driven Design

In the last time I’m taking course of reactive programming with Webflux. It’s great technology, that will be winning on popularity in the future. Why ? Because is much faster than classic (thread-per-request) approach.Today I will present you simple apllication which shows basics of Webflux, reactive MongoDB, Domain Driven Design. In the future blog posts I will deep deeper in […]

Initial commit: about this blog

Hello! Welcome to a new tech place on the web! You will find here some nice things from the programming world, at most around backend with Java and frontend.  Currently I’m working as a backend developer and in my free time I’m taking some courses (most with the great teacher Krzysztof Makowski, owner of the KM Programs). I’ve opened this […]