Feature flags db schema
Feature flags are simple on / off flags that can be used to toggle application features without needing a production release.
Hi, I'm Brian. Welcome to my blog. Here I write about the things I've learned whilst creating stuff on the web.
I hope that you will find something noteworthy here, that will pique your interest, and that you will visit again soon.
A practical dev who ships fast, writes clearly, and doesn’t worship complexity. Brian’s voice is opinionated, minimalist, and practical.
Feature flags are simple on / off flags that can be used to toggle application features without needing a production release.
PostgresSQL provides a builtin full text search feature. Here is how I use it with examples.
Want to know if a file path ends with .md or a message starts with hello? Well then I have just the methods for you.