AstralDB, a custom RDBMS I've initially began working on last year and picked back up a month and a half ago managed to outperform both DuckDB and SQLite on a torture test query by orders of magnitude with WAL, encryption, and logging still enabled.…
Boost your database skills with our interactive MySQL tutorial. Learn to simplify complex queries using Views and perform powerful data analysis with Window Functions.
Reconciling the "lost decade of frontend" and "SQLite is all you need" trends. How we built a zero-DB, zero-dependency Next.js 15 utility for 38,000 tickers.
DBOS recently argued that Postgres is all you need for durable execution: if you already trust your database, you do not need a separate orchestration tier. I a…
Master MySQL with 3 practical challenges. Learn to add student personal information to tables and calculate average salaries per department with step-by-step SQL tutorials.