home.social

#devservices — Public Fediverse posts

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

  1. Just shipped a new hands-on tutorial:
    Build a Global New Year Orchestrator with Quarkus.

    Quartz + WebSockets + PostgreSQL Dev Services + a live 3D globe.
    Time-zone aware scheduling done right.
    Full source included.

    Read here → the-main-thread.com/p/quarkus-

    #Java #Quarkus #DevServices #WebSockets #Quartz #OpenSource

  2. Quarkus 3.28 just shipped a feature I’ve wanted for years: Dashboards-as-Code.

    You can now bundle Grafana dashboards directly in META-INF/grafana/ and Dev Services auto-provisions them on startup.
    Metrics, dashboards, and even AI token tracking (LangChain4j + Ollama) — all versioned with your source code.

    A clean win for real #ObservabilityAsCode.

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

    #Java #Quarkus #Micrometer #Grafana #DevServices #LangChain4j

  3. Quarkus 3.28 just shipped a feature I’ve wanted for years: Dashboards-as-Code.

    You can now bundle Grafana dashboards directly in META-INF/grafana/ and Dev Services auto-provisions them on startup.
    Metrics, dashboards, and even AI token tracking (LangChain4j + Ollama) — all versioned with your source code.

    A clean win for real #ObservabilityAsCode.

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

    #Java #Quarkus #Micrometer #Grafana #DevServices #LangChain4j

  4. Quarkus 3.28 just shipped a feature I’ve wanted for years: Dashboards-as-Code.

    You can now bundle Grafana dashboards directly in META-INF/grafana/ and Dev Services auto-provisions them on startup.
    Metrics, dashboards, and even AI token tracking (LangChain4j + Ollama) — all versioned with your source code.

    A clean win for real #ObservabilityAsCode.

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

    #Java #Quarkus #Micrometer #Grafana #DevServices #LangChain4j

  5. Quarkus 3.28 just shipped a feature I’ve wanted for years: Dashboards-as-Code.

    You can now bundle Grafana dashboards directly in META-INF/grafana/ and Dev Services auto-provisions them on startup.
    Metrics, dashboards, and even AI token tracking (LangChain4j + Ollama) — all versioned with your source code.

    A clean win for real #ObservabilityAsCode.

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

    #Java #Quarkus #Micrometer #Grafana #DevServices #LangChain4j

  6. Quarkus 3.28 just shipped a feature I’ve wanted for years: Dashboards-as-Code.

    You can now bundle Grafana dashboards directly in META-INF/grafana/ and Dev Services auto-provisions them on startup.
    Metrics, dashboards, and even AI token tracking (LangChain4j + Ollama) — all versioned with your source code.

    A clean win for real #ObservabilityAsCode.

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

    #Java #Quarkus #Micrometer #Grafana #DevServices #LangChain4j

  7. New on The Main Thread: Build a real-time leaderboard with #Quarkus, #gRPC, and #Mutiny.
    Learn how to stream live updates, handle reactive clients, and master server streaming in Java.
    👉 the-main-thread.com/p/quarkus-

    #Java #Reactive #DevServices #Microservices

  8. Ever wondered how to secure your Quarkus REST endpoints with LDAP?
    I wrote a hands-on guide using Elytron + Compose Dev Services + OpenLDAP.
    Run it locally, test roles, and ship with confidence.
    the-main-thread.com/p/quarkus-

    #Java #Quarkus #LDAP #Security #DevServices

  9. Local PostgreSQL setup killing your dev flow?
    Quarkus Dev Services spins up DBs automatically for tests and dev mode.
    No more manual YAML. Just code → test → repeat.

    quarkus.io/spring/

  10. You’ve containerized your Spring app — but is it really cloud-native?
    Quarkus was made for Kubernetes: smaller images, fast boot, Dev Services for DBs, Kafka, and more.
    Level up from "just containerized" to fully optimized.

    quarkus.io/spring/

  11. Expose your database as a REST API in 5 minutes.
    With Quarkus Dev Services + Apache Camel, no boilerplate is needed: Just one route.

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

    #Java #Quarkus #Camel #RESTAPI #DevServices

  12. string.length() is lying to you.
    Unicode in Java is more complex than many realize. In this hands-on tutorial, I show how to handle code points, normalization, and emoji correctly with a Quarkus REST API.
    the-main-thread.com/p/java-uni

    #Java #Quarkus #Unicode #DevServices #FOSS

  13. Quarkus Dev Services: Zero-Config Development for Java Developers
    Streamline your workflow with automated database provisioning, live reloading, and seamless integration — no manual setup required.
    open.substack.com/pub/myfear/p
    #Quarkus #Java #DeveloperJoy #DevServices

  14. Here's my final on better Developer eXperience (). We've integrated @microcksio with @quarkusio for mocking and continuous -testing in your Inner Loop!
    I just published part 3 of a series on this topic
    👉 link.medium.com/d1AT8KinDCb

  15. 🎉 The @microcksio
    extension for @quarkusio is ready for a first launch 🚀

    It has never been so easy to mock your dependencies or do -testing in your inner-loop! All nicely integrate into the DevUI!

    👉 See github.com/microcks/microcks-q for more!