Tweet ghim

A bucket list item ticked for me today: be published in a peer-reviewed journal! sciencedirect.com/science/articl… It was fantastic team to collaborate with, both designing and building the app, and then writing the paper. 😁💖🎓
English
Daniel Fone
170 posts

@danielfone
Mostly watching other people write code, sometimes writing my own.













“I finished that API integration”

SQL is not [practically] standardized, don't use a least common denominator. I helped speed up a production query by 100x in wall clock time (and lower app memory) by switching to use recursive CTEs that are PostgreSQL-specific. Learn your SQL implementation, its pretty great.