#vertx — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vertx, aggregated by home.social.
-
I was thinking to be fluent in another #ProgrammingLanguage/framework.
The low hanging fruit would be #Java, but either way I'd have to learn #Springboot. Even thoudh I'd love to work with #vertx.
But I was thinking about a low level language like #Cpp or #Rust.Any suggestions or tips? Is it even possible (or sustainable) this? How to keep up in the loop in both worlds?
#Programming #Developer #SoftwareDeveloper #DeveloperExperience #Career #BolhaDev #Programmer
-
I built a full WebDAV server with Quarkus + Vert.x.
Not a toy. Not a demo. Something you can actually mount in macOS Finder.This article walks through:
– Handler-based WebDAV architecture
– PROPFIND, PUT, MKCOL, LOCK, DELETE
– Vert.x file I/O without blocking
– Why Finder breaks when LOCK is missingIf you ever wondered how WebDAV really works under the hood, this is for you.
https://www.the-main-thread.com/p/webdav-server-java-quarkus-vertx
#Java #Quarkus #Vertx #WebDAV #BackendEngineering #TheMainThread
-
Assembling a small runtime image of a modular Vert.x application with jlink https://vertx.io/docs/howtos/jlink-howto/
#Java #Jlink #Eclipse #Vertx -
This #InfoQ article discusses the shift from blocking I/O (BIO) to non-blocking I/O (NIO) and asynchronous I/O (AIO) models, highlighting their role in modern software development.
Mohit Palriwal focuses on #vertx - a toolkit for building reactive applications on the JVM, featuring the Multi-Reactor Pattern, Event Bus, and Verticles.
Vert.x is ideal for Cloud, Big Data, and IoT, as shown through benchmarks and real-world examples.
Read now: https://bit.ly/3TCcCim
-
In Java and JavaScript there are libraries that ingest an #OpenAPI definition and create validations and Routes for #webservers like #expressjs or #vertx
Is there a similar library for #rust ? #RocketRS #actix #warp