home.social

#vertx — Public Fediverse posts

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

fetched live
  1. Schema-first GraphQL is where `quarkus-vertx-graphql` starts making sense.

    This walkthrough builds a Quarkus service from SDL first, wires GraphQL Java to `/graphql`, scopes queries with `X-Warehouse-Code`, and adds a live subscription without pretending annotations own the contract.

    the-main-thread.com/p/quarkus-

    #Quarkus #GraphQL #Vertx #Java

  2. Eclipse Vert.x vs Spring WebFlux a practical Java comparison of event-loop architecture, performance, and reactive programming with real code examples. hackernoon.com/going-beyond-sp #vertx

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

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

  5. @LunaFreyja This is why I really love vertx.io. Almost everything is compile-time checked. Almost everything is explicit. But it is still very easy to use. #Eclipse #Vertx #java #reactive

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

  7. Асинхронная работа с файловой системой в Vert.x

    Vert.x – это экосистема для создания реактивных приложений на JVM, которые могут масштабироваться и обрабатывать огромные объемы данных в реальном времени. Это полиглоттная платформа, поддерживающая не только Java, но и Kotlin, Groovy, Scala, и еще js. В контексте статьи работать будем на java Одна из фич vert.x - это набор абстракций и API для асинхронной работы с сетью, файловой системой и другими ресурсами. С его помощью можно легко создавать масштабируемые веб-приложения, микросервисы, сетевые утилиты и многое другое.

    habr.com/ru/companies/otus/art

    #java #vertx

  8. @steely_glint If you want an alternative language, you can use #Groovy. If you want a simple solution, you can use #jbang. If ou want dramatically high perfs, you can use #vertx or #quarkus

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

  10. @nurkiewicz SSE is easier in Java with the typical JAX-RS/Spring APIs... WebSockets are a dream if you use #VertX. I think the problem is not the technology, but the implementation in Java being overly complex.

  11. Some updates in adopt-tapir: adding #VertX as a server option for #ZIO, plus more idiomatic code when generating ZIO/cats-effect code. Thanks Krzysztof Atłasik!

    adopt-tapir.softwaremill.com

    #Scala

  12. @squidz @rmaclean #Quarkus, which is based on #VertX, which has been around for a decade.

  13. adopt-tapir gained an option to generate Vert.x-based servers. See: adopt-tapir.softwaremill.com

    Thanks to Michał Stopyra!

    #Scala #tapir #vertx

  14. We're planning to implement #OWASP Security Logging into #vertx.

    owasp.org/www-project-proactiv

    Anyone ever tried to integrate this with any popular #SIEM service?