mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-04-21 12:57:16 +00:00
- How to Check Table Sizes in PostgreSQL (SEO) - PostgreSQL vs MySQL in 2026 (SEO) - Export SQL Results to CSV, JSON, Excel (SEO) - Why We Built data-peek (product) - Keyboard-First Database Browsing (product) - Understanding EXPLAIN ANALYZE (technical deep dive) |
||
|---|---|---|
| .. | ||
| ai-assistant-deep-dive.mdx | ||
| building-ai-sql-assistant.mdx | ||
| building-dashboard-widgets.mdx | ||
| check-table-sizes-postgresql.mdx | ||
| export-sql-results-csv-json-excel.mdx | ||
| keyboard-first-database-browsing.mdx | ||
| postgresql-vs-mysql-2026.mdx | ||
| query-performance-analyzer.mdx | ||
| README.md | ||
| understanding-explain-analyze.mdx | ||
| virtualizing-html-tables.mdx | ||
| why-we-built-data-peek.mdx | ||
data-peek Notes & Blog Posts
This folder is the single source of truth for technical notes and blog posts. Files with published: true in frontmatter are automatically served on the website's blog.
Published Posts
| File | Topic |
|---|---|
| building-ai-sql-assistant.mdx | Building the AI SQL Assistant |
| ai-assistant-deep-dive.mdx | Technical deep dive into AI components |
| query-performance-analyzer.mdx | Query Performance Analyzer with EXPLAIN |
Creating a New Post
- Create a new
.mdxfile in this folder - Add frontmatter at the top:
---
title: "Your Post Title"
description: "Brief description for SEO and previews"
date: "YYYY-MM-DD"
author: "Rohith Gilla"
tags: ["Tag1", "Tag2"]
published: true # Set to false to keep as draft
---
- Write your content in MDX (Markdown + JSX)
- The post will appear on
/blogwhenpublished: true
Draft Posts
Set published: false in frontmatter to keep a post as a draft. It won't appear on the blog until you change it to true.
Future Topics
- Electron + React architecture patterns
- Multi-database adapter pattern
- Building a table designer with DDL generation
- Monaco editor integration tips
- ERD visualization with React Flow