Jeremy Sarchet
Former Engineer at Basedash
Jeremy Sarchet is a software engineer and former engineer at Basedash who worked 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
-
January 11, 2023
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.
-
September 26, 2022
A simpler way to make flowcharts in Notion and Github
See how to generate flow charts in Notion and Github with mermaid.js
-
March 29, 2022
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.