home.social

#featureflags — Public Fediverse posts

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

  1. Ever wanted someone to do the work and clean up any stale feature flags in your code base. Here you go

    hyphen.ai/docs/changelog/promp

    #featureflags #ai #development

  2. Ever wanted someone to do the work and clean up any stale feature flags in your code base. Here you go

    hyphen.ai/docs/changelog/promp

    #featureflags #ai #development

  3. Ever wanted someone to do the work and clean up any stale feature flags in your code base. Here you go

    hyphen.ai/docs/changelog/promp

    #featureflags #ai #development

  4. Ever wanted someone to do the work and clean up any stale feature flags in your code base. Here you go

    hyphen.ai/docs/changelog/promp

    #featureflags #ai #development

  5. Ever wanted someone to do the work and clean up any stale feature flags in your code base. Here you go

    hyphen.ai/docs/changelog/promp

    #featureflags #ai #development

  6. We just released enhanced editing for our feature flag service at Hyphen (hyphen.ai):

    - Syntax highlighting for improved readability
    - Line numbers for easier debugging and collaboration
    - Collapsible sections for navigating large or deeply nested JSON objects
    - Improved formatting and validation feedback

    docs.hyphen.ai/changelog/enhan

    #featureflags #development #engineering

  7. We just released enhanced editing for our feature flag service at Hyphen (hyphen.ai):

    - Syntax highlighting for improved readability
    - Line numbers for easier debugging and collaboration
    - Collapsible sections for navigating large or deeply nested JSON objects
    - Improved formatting and validation feedback

    docs.hyphen.ai/changelog/enhan

    #featureflags #development #engineering

  8. We just released enhanced editing for our feature flag service at Hyphen (hyphen.ai):

    - Syntax highlighting for improved readability
    - Line numbers for easier debugging and collaboration
    - Collapsible sections for navigating large or deeply nested JSON objects
    - Improved formatting and validation feedback

    docs.hyphen.ai/changelog/enhan

    #featureflags #development #engineering

  9. We just released enhanced editing for our feature flag service at Hyphen (hyphen.ai):

    - Syntax highlighting for improved readability
    - Line numbers for easier debugging and collaboration
    - Collapsible sections for navigating large or deeply nested JSON objects
    - Improved formatting and validation feedback

    docs.hyphen.ai/changelog/enhan

    #featureflags #development #engineering

  10. So they pointed a digital clairvoyant named Claude Code at a bunch of code repositories and it chose... to DIY everything? 🚀🔧 Apparently, when asked for feature flags, it builds its own config system out of sheer stubbornness—because why use tools when you can reinvent the wheel on every project? 🤦‍♂️ CustomDIY FTW!
    amplifying.ai/research/claude- #digitalclairvoyant #DIYcoding #featureflags #customtools #reinventthewheel #HackerNews #ngated

  11. So they pointed a digital clairvoyant named Claude Code at a bunch of code repositories and it chose... to DIY everything? 🚀🔧 Apparently, when asked for feature flags, it builds its own config system out of sheer stubbornness—because why use tools when you can reinvent the wheel on every project? 🤦‍♂️ CustomDIY FTW!
    amplifying.ai/research/claude- #digitalclairvoyant #DIYcoding #featureflags #customtools #reinventthewheel #HackerNews #ngated

  12. So they pointed a digital clairvoyant named Claude Code at a bunch of code repositories and it chose... to DIY everything? 🚀🔧 Apparently, when asked for feature flags, it builds its own config system out of sheer stubbornness—because why use tools when you can reinvent the wheel on every project? 🤦‍♂️ CustomDIY FTW!
    amplifying.ai/research/claude- #digitalclairvoyant #DIYcoding #featureflags #customtools #reinventthewheel #HackerNews #ngated

  13. So they pointed a digital clairvoyant named Claude Code at a bunch of code repositories and it chose... to DIY everything? 🚀🔧 Apparently, when asked for feature flags, it builds its own config system out of sheer stubbornness—because why use tools when you can reinvent the wheel on every project? 🤦‍♂️ CustomDIY FTW!
    amplifying.ai/research/claude- #digitalclairvoyant #DIYcoding #featureflags #customtools #reinventthewheel #HackerNews #ngated

  14. Feature flags are not booleans.
    They are runtime decisions.

    In this article, I walk through building a production-grade feature flag system in Quarkus:
    – database-backed flags
    – security-aware evaluation
    – runtime toggles without redeploys
    – a Qute UI that shows what’s actually enabled

    If you’ve ever shipped a feature “disabled by config” and regretted it later, this one’s for you.

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

    #Java #Quarkus #SoftwareArchitecture #FeatureFlags #BackendEngineering

  15. Feature flags are not booleans.
    They are runtime decisions.

    In this article, I walk through building a production-grade feature flag system in Quarkus:
    – database-backed flags
    – security-aware evaluation
    – runtime toggles without redeploys
    – a Qute UI that shows what’s actually enabled

    If you’ve ever shipped a feature “disabled by config” and regretted it later, this one’s for you.

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

    #Java #Quarkus #SoftwareArchitecture #FeatureFlags #BackendEngineering

  16. Feature flags are not booleans.
    They are runtime decisions.

    In this article, I walk through building a production-grade feature flag system in Quarkus:
    – database-backed flags
    – security-aware evaluation
    – runtime toggles without redeploys
    – a Qute UI that shows what’s actually enabled

    If you’ve ever shipped a feature “disabled by config” and regretted it later, this one’s for you.

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

    #Java #Quarkus #SoftwareArchitecture #FeatureFlags #BackendEngineering

  17. Feature flags are not booleans.
    They are runtime decisions.

    In this article, I walk through building a production-grade feature flag system in Quarkus:
    – database-backed flags
    – security-aware evaluation
    – runtime toggles without redeploys
    – a Qute UI that shows what’s actually enabled

    If you’ve ever shipped a feature “disabled by config” and regretted it later, this one’s for you.

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

    #Java #Quarkus #SoftwareArchitecture #FeatureFlags #BackendEngineering

  18. Feature flags are not booleans.
    They are runtime decisions.

    In this article, I walk through building a production-grade feature flag system in Quarkus:
    – database-backed flags
    – security-aware evaluation
    – runtime toggles without redeploys
    – a Qute UI that shows what’s actually enabled

    If you’ve ever shipped a feature “disabled by config” and regretted it later, this one’s for you.

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

    #Java #Quarkus #SoftwareArchitecture #FeatureFlags #BackendEngineering

  19. 🚀 Los feature flags te permiten activar o desactivar funciones sin tocar el código en producción. Aprende cómo funcionan y por qué los usan los mejores equipos de desarrollo. 💡

    Lee más 👉 soloingenieria.org/ingenieria-

    #FeatureFlags #IngenieríaDeSoftware #DesarrolloWeb #DevOps #ProgramaciónModerna #SoftwareDevelopment

  20. 💡 Un feature flag bien implementado puede ahorrarte horas de estrés. Separar el deploy del release es una de las mejores decisiones en desarrollo moderno.

    #FeatureFlags #IngenieríaDeSoftware #DesarrolloWeb #DevOps #ProgramaciónModerna #SoftwareDevelopment

  21. Apple sta preparando nuovi prodotti: AirTag 2 per 2025, AirPods con localizzazione avanzata 2026, Vision Pro con spatializer, Health+ AI e Siri potenziata. 🚀📱

    #apple #featureflags #tecnologia

  22. Apple sta preparando nuovi prodotti: AirTag 2 per 2025, AirPods con localizzazione avanzata 2026, Vision Pro con spatializer, Health+ AI e Siri potenziata. 🚀📱

    #apple #featureflags #tecnologia

  23. Apple sta preparando nuovi prodotti: AirTag 2 per 2025, AirPods con localizzazione avanzata 2026, Vision Pro con spatializer, Health+ AI e Siri potenziata. 🚀📱

    #apple #featureflags #tecnologia

  24. Apple sta preparando nuovi prodotti: AirTag 2 per 2025, AirPods con localizzazione avanzata 2026, Vision Pro con spatializer, Health+ AI e Siri potenziata. 🚀📱

    #apple #featureflags #tecnologia

  25. Apple sta preparando nuovi prodotti: AirTag 2 per 2025, AirPods con localizzazione avanzata 2026, Vision Pro con spatializer, Health+ AI e Siri potenziata. 🚀📱

    #apple #featureflags #tecnologia

  26. Also, a simple rule is to always keep every flag off by default when shipping the designed feature. It prevents quiet surprises and noisy rollouts.

    🏁 Follow my Software Engineering Journey at pierrehenry.dev

    #featureflags #releases #rollouts #softwaretesting

  27. Hardcode feature flags: In praise of a simple system for a useful and prod-sensitive feature. Complex feature flag systems often fail.
    code.mendhak.com/hardcode-feat
    #featureflags #programming #simplicity #+

  28. Hardcode feature flags: In praise of a simple system for a useful and prod-sensitive feature. Complex feature flag systems often fail.
    code.mendhak.com/hardcode-feat
    #featureflags #programming #simplicity #+

  29. Hardcode feature flags: In praise of a simple system for a useful and prod-sensitive feature. Complex feature flag systems often fail.
    code.mendhak.com/hardcode-feat
    #featureflags #programming #simplicity #+

  30. Hardcode feature flags: In praise of a simple system for a useful and prod-sensitive feature. Complex feature flag systems often fail.
    code.mendhak.com/hardcode-feat
    #featureflags #programming #simplicity #+

  31. Hardcode feature flags: In praise of a simple system for a useful and prod-sensitive feature. Complex feature flag systems often fail.
    code.mendhak.com/hardcode-feat
    #featureflags #programming #simplicity #+

  32. Sử dụng cờ tính năng giúp giảm căng thẳng khi triển khai phần mềm! Giờ đây, các tính năng mới được triển khai ẩn, cho phép phát hành dần, thử nghiệm A/B và dễ dàng tắt khi có lỗi. Điều này giúp kiểm soát lỗi tốt hơn, thử nghiệm beta hiệu quả và loại bỏ nỗi lo mỗi khi cập nhật. Rất đáng để áp dụng!

    #FeatureFlags #PhátTriểnPhầnMềm #DevOps #ProductManagement #CôngNghệ #SoftwareDevelopment

    reddit.com/r/SaaS/comments/1pf