Articles for the Node tag
-
Word Documents Without Word: Generating .docx Files with docx
Building a .docx file by hand means wrestling zipped XML until something corrupts. docx hands you a clean, typed object model instead, and it runs the same in the browser and on the server.
-
Kysely: SQL With Types That Actually Have Your Back
If you love SQL but hate hand-maintaining result types, Kysely sits in exactly the right spot: SQL-shaped queries with end-to-end type inference and no ORM magic.