So far I was using Redis as distributed session storage (it’s quite fine when integrating different systems), or fast application cache. The Spring Session project uses, among others, Redis and it solves…
WireMock
WireMock is for me an alternative for Postman, especially when I don’t want to share 3rd party APIs over the network (even with private token). Stubbing requests is quite easy, we can…