Up and to the write

Basedash Blog

How to filter on date ranges in Prisma

Use Prisma’s gt, gte, lt, and lte operators to filter records by date. Quickly fetch data before, after, or between specific ranges in your database queries.

Sep 8, 2023

How Supabase became this generation’s database

Supabase rose from “real-time Postgres” to an open-source Firebase alternative, shipping fast and winning over developers—becoming this generation’s leading database platform.

Aug 2, 2023

Basedash on the main stage at Collision 2023

At Collision 2023, Basedash showcased an AI-powered, no-code admin panel that sets up in minutes. It automates internal tools, letting teams focus on product instead of building custom systems.

Jul 24, 2023

Basedash raises $4.4M led by Matrix

Basedash secures $4.4M led by Matrix to build AI-driven internal tools. They aim to simplify admin panels and transform company operations with universal, high-quality software.

May 16, 2023

Everything you need to know to ace the YC interview

A solo founder shares lessons from two in-person YC interviews. Tips include concise answers, metrics prep, a quick demo, and genuine rapport with partners. A must-read guide for any YC hopeful.

May 8, 2023

How to add Code blocks & Markdown to the Framer CMS

Learn how we switched from Webflow to Framer for our website, and improved our blog workflow using a custom markdown component and Notion integration.

Apr 11, 2023

Our TypeScript monorepo setup

An explanation of our monorepo setup that allows for code sharing, efficient builds, code linting, and more.

Apr 7, 2023

Implementing Re-Ordering at the Database Level: Our Experience

Basedash tackled sidebar page re-ordering by first using integer indices, then switching to floating-point ordering for simpler updates, fewer conflicts, and easier drag-and-drop handling.

Mar 10, 2023

How to write a successful YC application

Learn how a solo founder got accepted to YC with Basedash. Get concise tips, see real answers, and discover how clarity and honesty can set your application apart.

Feb 14, 2023

Database table joins with and without foreign-key constraints

Discover the power of SQL JOINs and foreign-key constraints. Understand how relational databases connect data across tables with clear examples and practical insights using Basedash.

Jan 11, 2023

Why we had to move away from React Query

Learn how Basedash switched from React Query to Redux for simpler data management, fewer bugs, and a normalized store, improving productivity and consistency.

Jul 21, 2022

How virtualization increased our table performance by 500%

By optimizing the rendering logic of individual table cells and implementing virtualization, we were able to improve table load time by 4-5 times.

Apr 26, 2022