Tag: reactive
I have created a tutorial “Building a web application with Vue”. You will find it here in a GitHub Repo. It is targeted at people who – like me …
Speaker: Lucas Jellema (four weeks of Vue3 experience)Language for this session: EnglishDate: Tuesday 22nd AugustTime: 17.00-20.30 CET Location: Conclusion Utrecht, Herculesplein 80, 16th floor / Digital via Teams Target …
Spring Framework version 5, released in Sept 2017, introduced Spring WebFlux. A fully reactive stack. In Dec 2019 Spring Data R2DBC was released, an incubator to integrate relational databases …
R2DBC provides non-blocking reactive APIs to relational database programmers in Java. It is an open specification, similar to JDBC. JDBC however uses a thread per connection while R2DBC can handle …
GraalVM is an open source polyglot VM which makes it easy to mix and match different languages such as Java, Javascript and R. It has the ability (with some …