Zayyad Muhammad Sanizayyadms.hashnode.dev·Nov 12, 2024Using OpenFeature with ConfigCatLet's say you've heard about the benefits of using feature flags for gradual feature rollouts, and you're ready to adopt them in your organization. The next step would be deciding whether to "build or buy." If you choose to develop your feature flagg...Discuss feature flags
Olufemi Oyedepoolufemioyedepo.hashnode.dev·Sep 16, 2024Implement feature flags using GrowthBookWhat is GrowthBook? GrowthBook is a modern, feature-rich & an open-source feature flagging and experimentation platform designed to help teams optimize product development through A/B testing and feature management. It provides tools for conducting e...Discuss·143 readsVue.js
Gitar, Incgitar.hashnode.dev·Aug 15, 2024How to develop comprehensive testing infrastructureAt Gitar, we rely on a comprehensive testing infrastructure to move quickly and with high quality. The core of our initial product is a code analysis and rewrite engine that works across programming languages and frameworks. This is challenging becau...DiscussTesting
Gitar, Incgitar.hashnode.dev·Jul 24, 2024Dead Code, Dead Weight: The Unseen Drain on Your ResourcesIn the fast-paced world of software development, dead code is a silent but costly adversary. It’s an insidious form of technical debt that can significantly impact your business’s efficiency, time, and finances. Here’s a closer look at the repercussi...DiscussDevops
Vivekheyvivek.com·Jul 7, 2024How I Became the Victim of One More Feature Trap While Building Hire.winBeing a tech lead with several years of experience in software development, I was proud of my project management skills and the ability to deliver on time like any other decent tech lead. However, even devoted and seasoned developers sometimes fall i...Discuss·10 likesone more feature trap
Chavez Harrischavezharris.com·Apr 25, 2024Using Feature Flags with Machine Learning ModelsMachine learning models are the core building blocks of artificial intelligence. As of this writing, a popular AI chatbot circulating in the media and tech industry is ChatGPT. It uses several large generative language models under the hood and can p...Discuss feature flags
Parth P Shahparthpshah.hashnode.dev·Feb 24, 2024Launch Darkly: Feature control with flags!In modern agile software development, feature management is a best practice to reduce risk and speed up code delivery. This blog will explore why and how we can use it. Why Use a Feature Flag? Feature flags enable us to fine-tune how we ship features...Discuss·67 readslaunchdarkly
Chavez Harrischavezharris.com·Jan 18, 2024Using ConfigCat for Staged Rollouts and Canary ReleasesThe primary goal of software developers is to ensure user satisfaction with the features or updates they introduce. However, achieving this goal can be challenging without the right release strategy. The question often asked, then, is, "How can devel...Discussstaged-rollouts
Zayyad Muhammad Sanizayyadms.hashnode.dev·Dec 24, 2023A quick guide to Feature Flag Naming ConventionsCan naming feature flags be hard? Yes. Just like variables in programming, naming feature flags can get tricky if you don't follow a naming standard. When feature flags don't have good names, it can be difficult for people using them to remember what...Discussshort-lived-flags
Chavez Harrischavezharris.com·Nov 30, 2023How to Use ConfigCat Feature Flags with DockerDocker is a platform that enables developers to build apps and run them in mini virtual machines called containers. As a result, developers can just focus on writing code without needing to set up or configure an environment for running that code. Do...Discuss feature flags