Category Archives: Editorial

How Much AI Code Would You Use?

I saw an article recently that a quarter of the Y Combinator startups have 95% of the code in their repos being AI generated. The article notes that if no other startups had any AI generated code (no idea the … Continue reading

Posted in Editorial | Tagged | 2 Comments

Part-Time DBAs

Some of you reading this are database administrators (DBAs) who manage systems as their full-time job. Others of you might be developers, analytics people, or someone else who has another job, but you get stuck with managing the database somehow. … Continue reading

Posted in Editorial | Tagged , | Comments Off on Part-Time DBAs

Using Feature Flags

The use of feature flags in software development has become more and more prevalent over time, especially as teams move to DevOps-style development with frequent releases. I’ve often thought that using feature flags allows technical people to separate out the … Continue reading

Posted in Editorial | Tagged | Comments Off on Using Feature Flags

A Domain for Data

A domain is a set of possible values (among other definitions). I use this word a lot in my work, often with a problem domain (the thing you’re trying to solve) or the domain of possible values (like the US … Continue reading

Posted in Editorial | Tagged | Comments Off on A Domain for Data