← Blog
Jeremy Sarchet
Software Engineer
Jeremy Sarchet is a software engineer who worked at Basedash on data tooling and full-stack product development for database-first workflows. His background spans physics, graphics, and analytics systems, with a focus on building robust software that balances technical rigor with practical usability.
Posts by Jeremy Sarchet
-

Database table joins with and without foreign-key constraints
Learn how SQL JOINs work, the importance of foreign-key constraints, and how to correctly structure and query related tables. Explore practical examples using Basedash.
-

A simpler way to make flowcharts in Notion and Github
See how to generate flow charts in Notion and Github with mermaid.js
-

How to model inheritance in Prisma
Learn how to effectively use inheritance and polymorphic relationships in Prisma ORM through practical examples. Understand Class Table Inheritance and Delegated Types.