AI Snips
Chapters
Transcript
Episode notes
CircleCI Born From Frustrating CI
- Paul founded CircleCI after struggling with a poor CI server at Mozilla.
- He improved developer workflow by adding features like retrying builds with the same environment.
Remove Infrastructure As The Default
- Dark aims to remove incidental infrastructure complexity from backend development.
- It treats input, computation, and data as the essential primitives and hides servers, deployment, and infra details.
Database And Code As One Language
- Dark unifies database schema, queries and application code in one language to remove impedance mismatches.
- Queries compile down to SQL but appear as native language constructs to the developer.


