Filter
Exclude
Time range
-
Near
🚧 Tired of long-lived feature branches? Use Unleash to manage your features at runtime—Java style. #FeatureToggles #JavaCode
4
1,152
Feature toggles enable teams to deploy new functionality safely, maintaining progress while minimizing the risk of accumulating technical debt. A useful practice in many software delivery processes. #TechDebt #DevOps #FeatureToggles
2
32
🔄 Feature toggles can boost flexibility but managing them requires careful strategy. Check our blog series on mastering #FeatureToggles, from effective implementation to team collaboration and #Testing practices. Dive in to ensure smoother releases: thght.works/43UUcwq
3
1,239
🛠️ Implement feature toggles for controlled rollouts. How-To: Use feature toggles to enable or disable features without deploying new code. #FeatureToggles #Deployment #SmartSnippet
1
48
17 Apr 2024
Our very own @nashjain will be speaking on "Feature Toggle Promotion via CI/CD Pipeline" today at @DevOpsDays Tokyo. Learn more: confengine.com/conferences/d… #CICD #FeatureToggles #FeatureHub #microservices
2
7
96
🚀 Ready to dive into the world of code deployment strategies? In this post, we'll explore various deployment patterns, their advantages, and how they can be applied in various Azure Services. Stay tuned if you're keen on improving your #DevOps practices! #SoftwareDeployment 🟦🟩 Blue/Green Deployment: In this strategy, two identical environments, Blue (live) and Green (idle), are maintained. The new version is deployed in Green, and once stable, traffic is routed to Green, reducing downtime and risk. #BlueGreenDeployment learn.microsoft.com/en-us/az… 🐦 Canary Deployment: Here, the new version is rolled out to a small subset of servers. Once confirmed stable, the update is extended to all servers. This strategy minimizes the impact of any potential issues. #CanaryDeployment learn.microsoft.com/en-us/az… 🔄 Rolling Deployment: The new version is gradually deployed across all servers. Each server is updated sequentially, minimizing the impact on capacity and providing a smooth transition between versions. #RollingDeployment learn.microsoft.com/en-us/az… 🅰️🅱️ A/B Testing: While not strictly a deployment pattern, it's a strategy where two versions (A and B) are deployed. A portion of users are directed to each, and performance is compared to decide which version to proceed with. #ABTesting github.com/Azure-Samples/dot… 🔀 Feature Toggles: In this pattern, new features are deployed 'off' by default and can be gradually enabled for subsets of users. This allows for safer deployments, easy rollbacks and testing in production. #FeatureToggles learn.microsoft.com/en-us/de… 🌓 Shadow Deployments: Here, the new version is released alongside the old one, with real-world requests sent to both. Only the responses from the old version are sent to users. This allows monitoring and testing the new version with real-world traffic. #ShadowDeployments microsoft.github.io/code-wit… 🎯 Choosing the right deployment strategy depends on your specific needs, capacity, risk tolerance, and the nature of your application. Each strategy has its strengths and is suited for different scenarios. 📣 If you found this post helpful, don't forget to retweet and follow for more insights into software development practices. Let's keep the conversation going. Happy coding! 🚀 #ContinuousDelivery #Azure #Cloud #MVPBuzz #AzureTips
2
16
1,507
Das Praktische an #FeatureToggles? Features können an- oder ausgeschaltet werden, ohne dabei zwingend den Code ändern zu müssen. Eine alltagstaugliche, praxiserprobte Implementierung zeigen Miriam und Philipp in ihrem Artikel bei @InformatikAktue: cclnk.de/48wNi3a
392
Dive into the insightful blog series by Paul on managing #FeatureToggles in teams and testing. Discover best practices and strategies to streamline your software development process. 💡💻 Read now for expert insights! thght.works/43UUcwq
1
5
2,184
Feature Toggles AKA Feature Flags/Bits/Flipping/Controls openpracticelibrary.com/prac… 🙏🏻 @valyonchev 🙏🏻 @tenfourty #FeatureToggles #FeatureFlags #FeatureFlipping #DevOps
1
2
65
27 Jan 2023

1
2
203
Do you like #sitecore AND #featuretoggles AND would rather your site not fall over completely as soon as you turn it on? Use #indexes and #caching. #tipsandtricks citizensitecore.com/2022/11/…

1
8
22 Oct 2022
自分の実装箇所でFeatureToggles入ってないところあるから差分が大きいときは気をつけないとなあと思う。 / “React+Reduxによる状態管理とフロントエンドの技術的負債 ─ 長く継続するサービスのアプリケーション設計 - エンジニアHub|Webエンジニアのキャリアを考える!” htn.to/achRCywjid

3
What would you recommend for a good feature toggle system for enterprise scale? #webdevelopment #featuretoggles
2
2
Why don’t all teams use trunk-based development? Short answer: It's not always easy. The solution: Adding #FeatureFlags into the process removes most of the risk while accelerating velocity. Learn more: bit.ly/3KFrCGE #DevOps #FeatureManagement #FeatureToggles

4
15 Apr 2022