RSSAmplifier

Blog

y helo thar

...

jabbawookiees.bearblog.devRSS feed ↗2 posts

Latest posts

How to Find a Technical Co-founder

The Best Case for a Non-Technical Co-Founder When a non-technical founder sets out to find a technical partner, the default assumption is often: “I have the vision, they’ll build it, we’ll split the company.” But that mindset usually leads nowhere. Engineers are pitched daily by “idea people.” What separates the best non-technical founders from the rest is how much work they’ve already done before…

REST is Not for APIs

REST wasn’t designed for modern APIs. It was a retrospective description of how early web browsers talked to HTTP servers — formalized by Roy Fielding to finish his PhD. It explained how the Web worked in the 90s, not how your API should work in 2025. What we do today should probably be called JOHUR instead (JSON over HTTP, URL-based Routing). Publish, Perish, and PhDs Before we get into REST, you…