codedbychavez.hashnode.devUsing 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...Apr 25, 2024·8 min read
codedbychavez.hashnode.devUsing 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...Jan 18, 2024·8 min read
codedbychavez.hashnode.devFeature Flag Services Under $300A few weeks ago, I set out to find the best feature flag service to fit my $300 budget. Like most software developers, I turned to Google and searched for 'Best feature flag services under $300'. While the search results provided a few intriguing opt...Jan 16, 2024·8 min read
codedbychavez.hashnode.devSkipping Test Environments for Faster and Safer DeploymentsFor a long time, it was normal to initially release a new feature or update into a test environment. If the feature passed, it was then released to the production environment. While this approach was highly respected and beneficial, it introduced mor...Dec 16, 2023·6 min read
codedbychavez.hashnode.devHow 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...Nov 30, 2023·10 min read