Tagged
data
2 notes
28 Apr 2026
I built pipequery, a pipe-based query language for JavaScript — over a weekend
Pipequery - A small, zero-dependency query language for JavaScript and TypeScript that lets you filter, transform, aggregate, and join data using a left-to-right pipe syntax instead of the back-to-front nesting that SQL forces on you
nodejsjavascriptarchitecturewebsockettypescriptdata
04 Jun 2024
Database Normalization
Database normalization is a systematic approach to organizing data in a database to reduce redundancy and improve data integrity. It involves dividing large tables into smaller, related tables and defining relationships between them.
dbdatabestpractices