home.social

#vertx — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vertx, aggregated by home.social.

  1. 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

  2. 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 missing

    If you ever wondered how WebDAV really works under the hood, this is for you.

    the-main-thread.com/p/webdav-s

    #Java #Quarkus #Vertx #WebDAV #BackendEngineering #TheMainThread

  3. 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: bit.ly/3TCcCim

    #Java #Microservices #ReactiveProgramming

  4. 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