👋 Hey! I’m a Chicago‑based Software Engineer driven by relentless curiosity and empathy 🤝. I love empowering people to spark fresh ideas and I’m always learning, both on and off the keyboard. 📚
Ask most companies how AI is going and you'll get a usage number back. Seats filled, tokens burned, percentage of engineers active in the tool, PRs opened. Those are all real numbers. What they don't tell you is whether any customer ended up better off. That's the gap I want to talk about. If you're going to incentivize AI use, the thing worth incentivizing is a better outcome for the customer.…
Overview When building a data model for PostgreSQL, you're more than likely to have foreign keys to define relationships between tables. When you have those foreign keys, one quick way to optimize your queries and allow them to be significantly faster is to index on those foreign key references.