Philippe Charrièrek33g.hashnode.dev·Jan 15, 2023Run WASM functions from Vert-x & Kotlin thanks to ExtismExtism? Extism is a WASM framework that implements the WASI specification. Extism offers two types of SDKs: Host SDKs for writing "host" applications (i.e. applications that can run WASM module functions) in multiple languages such as Rust, Go, C, C...Discuss·10 likes·549 readswasm
Juan Carlos González Cabreromalkomich.hashnode.dev·Aug 6, 2021Authenticating REST services with OAuth21. Introduction When it comes to adding authorization to call secured services, we realize not only that the configuration changes depending on which framework you are going to use, but that for each HTTP client you use, you must configure OAuth2 in ...Discuss·95 readsMicroservices
freeCodeCampforfreeCodeCampfreecodecamp.org·Feb 11, 2019How to set up Vertx in SpringBy Rick Lee Spring is probably the most popular framework in the Java space. We all love its dependency injection and all that autowired/configuration magic. It makes unit testing a piece of cake. On the other hand, Vertx.io, which is a newer toolkit...DiscussJava