Guides and Tutorials 5 Steps to a Continuous Deployment Culture Deploying software into production so that your users can access it is one of the key areas of software development. Whether you are a two-person start-up using the latest tools and frameworks, a small business integrating multiple SaaS applications, or an enterprise business with 40 years of legacy systems to
OpenFeature How Jackson Used DevCycle and OpenFeature to Achieve a Zero-Downtime Migration Today's DevCycle Spotlight features Jackson Kasi, a developer who won the OpenFeature Aficionado prize for our first ever DevCycle Feature Flag Challenge on Dev.to where we challenged developers to build a fun or creative project using DevCycle! Jackson won the OpenFeature Aficionado prize for the most innovative
Guides and Tutorials How to use DevCycle to configure your Pieces-powered Generative AI app This blog post explains using DevCycle to configure a generative AI app with Pieces , focusing on a Star Wars-themed copilot. It covers managing LLM configurations with feature flags for quick experimentation and highlights the benefits of using LLM abstractions for efficient model integration.
Guides and Tutorials Creating a Star Trek-Inspired GenAI Copilot Using Pieces and DevCycle In this post, we show you how DevCycle and Pieces for Developers make experimenting with AI as smooth as a warp-speed jump.
Guides and Tutorials Beam Me Up, SQLite: Running Real-Time Performance Experiments with DevCycle This post guides you through setting up an engineering-led experiment to compare the performance of SQLite (local), Turso, and SQLiteCloud using the SQLite Trek app and DevCycle.
Guides and Tutorials Set Phasers to Experiment: Using Feature Flags to Drive SQLite Performance Tests In this blog post, we explore how feature flags are essential for effective experimentation and introduce a practical example of performance testing across different SQLite options to showcase DevCycle's experimentation capabilities.
OpenFeature Recipe for Change: Unlocking Feature Flag Flexibility in a Hyperapp with OpenFeature and the Multi-Provider Utility Are your feature flags as flexible as they could be? If they are hard-coded static configurations, the answer is likely no. In this guide, we'll explore how OpenFeature can unlock the full potential of feature flags using a fun (although maybe impractical) example—a Recipe Manager app where
OpenFeature Featured Migrating from In-House Feature Flagging with OpenFeature Discover how the OpenFeature standard and new Multi-Provider utility can help you migrate away from your in-house flagging solution.
OpenFeature Planting a (Feature) Flag at the Summit: Extending AlpineJS with OpenFeature & DevCycle Learn how to build a simple plugin that adds OpenFeature compliant feature flagging functionality to AlpineJS using the DevCycle Javascript SDK.
OpenFeature Serving Up Feature Flags on an Airtable with OpenFeature In this blog post, I'll show you how to build a simple AirTable Provider for OpenFeature so you can upgrade from that quick snack to a more "filling" feature flag system, all while securing your seat at the DevCycle Buffet.
OpenFeature How OpenFeature Was the Key to Escaping Feature Flag Vendor Lock-in: A Vue.js Story Discover how we effortlessly transitioned a VueJS project to a new feature flag Provider in just a few lines of code thanks to OpenFeature.
OpenFeature Powering Up PHP Feature Flags with OpenFeature See just how easy it is to break free from vendor lock-in with OpenFeature in our latest blog post, where we detail the straightforward process of tweaking our PHP example app to embrace the OpenFeature standard.
Guides and Tutorials What We Learned From Developing DevCycle's Next.js SDK Building DevCycle's Next.js Feature Flagging SDK was a technical adventure filled with unique challenges and valuable learning experiences. As we navigated the intricacies of integrating feature flagging with Next.js's combination of client- and server-rendering, we encountered obstacles that pushed us to learn the inner
Guides and Tutorials Building an Early Access Site with DevCycle's EdgeDB & Directus Flows When launching a new app, creating an early buzz is crucial. A well-crafted early access program can be the key to this. The challenge? Providing exclusive onboarding content to new users, while also securing their private data and building a foundation for scalability. Enter DevCycle and Directus.
Explained What is a Canary Release? A canary release is a strategy similar to blue-green deployment where you slowly distribute an update to a small subset of users before it goes live to the entire infrastructure.
Guides and Tutorials Testing in Production Explained Testing in Production is the kind of testing done by running your tests in a live production environment before you release the software to the end-user. It's an important step not just for developers, but for businesses too.