home.social

#openfeature — Public Fediverse posts

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

  1. Ever shipped code that was “done” but impossible to safely activate in production? #OpenFeature helps #Java teams decouple deployments from releases.

    Alexei Bratuhin explores rollout strategies, flagd & runtime control patterns: javapro.io/2026/05/14/openfeat

    #DevOps @OpenFeature

  2. Still redeploying apps just to change runtime behavior? Enterprise pipelines & maintenance windows make that painfully slow. #OpenFeature gives #Java teams cleaner rollouts & runtime control.

    Alexei Bratuhin shares patterns you can reuse: javapro.io/2026/05/14/openfeat

    @OpenFeature

  3. Finally got around to add OFREP provider support to dropwizard-openfeature github.com/sideshowcoder/dropw nice to see OFREP being supported by more and more services avoiding all the different providers! #openfeature #dropwizard

  4. Hot off the press! customers and industry analysts react to the acquisition of this week.

    The combination boosts users' direct control over software rollouts, but it's far from the only newly diversified tool available for shops looking to consolidate. techtarget.com/searchitoperati

  5. # Thiết kế hệ thống quản lý tính năng không "lỗi thời"

    Một bài viết chia sẻ những ghi chú thiết kế cho hệ thống quản lý tính năng với ưu tiên quản trị, phù hợp với OpenFeature. Các điểm chính: SDK-first với OpenFeature, vị trí đánh giá, triển khai xác định, ngôn ngữ biểu thức, cờ được gõ kiểu, vòng đời tích hợp, sự kiện hiển thị, RBAC và cơ sở hạ tầng nhỏ gọn.

    #phancodedev #featureflags #governance #openfeature #thietkelaptrinh #quantritinhnang

    reddit.com/r/programming/comme

  6. "usually risky to give a demo at a conference" ngl the "at conference" qualifier seems redundant #kubecon #openfeature

  7. I'm speaking today at #KubeCon London, as part of the #OpenFeature summit. Come hear my talk, Beyond Boolean, where I discuss some of the challenges teams face when flagging at scale and how we help you solve those problems at
    @growthbook

  8. #KubeCon has a nice track called #Contribfest where maintainers can meet with (prospective) contributors to solve problems.

    I randomly popped into the #OpenFeature slot w/o knowing anything about it (open standard for feature flags).

    Although I couldn't contribute to any issue, maintainer Todd Baert was helpful and patient in assisting me to get a sample Spring Boot app running locally with #OpenFeature & #flagd.

    A memorable encounter.

    Also got a shirt, now feeling obliged to give back lol

  9. #KubeCon has a nice track called #Contribfest where maintainers can meet with (prospective) contributors to solve problems.

    I randomly popped into the #OpenFeature slot w/o knowing anything about it (open standard for feature flags).

    Although I couldn't contribute to any issue, maintainer Todd Baert was helpful and patient in assisting me to get a sample Spring Boot app running locally with #OpenFeature & #flagd.

    A memorable encounter.

    Also got a shirt, now feeling obliged to give back lol

  10. Congrats on moving into CNCF incubation 👏
    Having been in in past life, and an advocate of open standards, this effort to create specification for feature flags is of high value in my view.
    cncf.io/blog/2023/12/19/openfe

  11. flagd - the Open Source feature flagging system now has its own website: flagd.dev #flagd #openfeature

  12. flagd - the Open Source feature flagging system now has its own website: flagd.dev #flagd #openfeature

  13. flagd - the Open Source feature flagging system now has its own website: flagd.dev #flagd #openfeature

  14. flagd - the Open Source feature flagging system now has its own website: flagd.dev

  15. Gave my first talk since The Pancake last night - an intro to #featureflags and #OpenFeature.

    A small crowd, but lovely and very engaged! It feels like feature flagging is a perennially interesting topic - most teams are doing it, most are looking for ways to get better at it.

  16. #OpenFeature project meeting done. #Pixie now and #Keptn this afternoon. Lots of fantastic innovation at #kubecon

  17. blurghed: adding feature flagging to a node app using OpenFeature.

    Get started with a simple hard-coded feature flag provider in literally a couple of minutes, with the option of a seamless future upgrade to the full-blown feature flagging frameworks that integrate with OpenFeature.

    blog.thepete.net/blog/2023/03/

    #FeatureFlags #openfeature #node #express #javascript #cncf

  18. My review of 5 leading open source standards: OpenTelemetry, OpenFeature, CloudEvents, CDEvents and the Open Cybersecurity Framework (OCSF).

    youtu.be/D6KqtJIVcts
    #opentelemetry #openfeature #cloudevents #cdfoundation #cdevents and #ocsf

  19. My review of 5 leading open source standards: OpenTelemetry, OpenFeature, CloudEvents, CDEvents and the Open Cybersecurity Framework (OCSF).

    youtu.be/D6KqtJIVcts
    #opentelemetry #openfeature #cloudevents #cdfoundation #cdevents and #ocsf

  20. My review of 5 leading open source standards: OpenTelemetry, OpenFeature, CloudEvents, CDEvents and the Open Cybersecurity Framework (OCSF).

    youtu.be/D6KqtJIVcts
    #opentelemetry #openfeature #cloudevents #cdfoundation #cdevents and #ocsf

  21. My review of 5 leading open source standards: OpenTelemetry, OpenFeature, CloudEvents, CDEvents and the Open Cybersecurity Framework (OCSF).

    youtu.be/D6KqtJIVcts
    and

  22. Do you use #featureflags ? With #openfeature it is a one-line change to switch from in-house to vendor. OpenFeature is tightly integrated with #opentelemetry so everything is #observable by default. docs.openfeature.dev for more info

  23. blurghed: what makes client-side #FeatureFlags different from server-side, and how we're extending the #openfeature API to support client-side flags:

    docs.openfeature.dev/blog/cate

    TL;DR:

    1) on the server-side the evaluation context for flagging decisions is highly dynamic (each request is for a different user), vs client-side where it's *mostly* static.

    2) on the client, feature flag evaluation is expensive/slow.

    This means on the client flags are typically pre-evaluated ahead of decision time

  24. Does anyone in #devrel world have a good resource for finding currently-open conference CFPs?

    After a several-year hiatus, I think it's time for me to get back to the conference circuit to do some promoting for #OpenFeature

  25. is a very cool project