Node experiments with adding SQLite
July 9, 2024
Memetria: Redis Hosting for Serious Developers — Memetria provides secure, scalable hosting with features that enhance your development experience, including large key tracking and detailed performance metrics. Keep your production apps fast with better and uptime. Memetria |
Moving from Express to Fastify (Part 1) — Express has outlasted a lot of change in the Node.js world and still forms the basis of most Web-facing Node apps. Nonetheless, there are other compelling options, and the Val Town platform shares its story of making the move to Fastify. Tom MacWright (Val Town) |
Sarah Gooding (Socket) |
📄 What’s Coming Next for ESLint – The new configuration system is “just the beginning of significant changes” coming to ESLint. Nicholas C. Zakas 📄 Vercel Enabling Streaming for All Node.js Vercel Functions Vercel 📺 How I Used GitHub Projects to Move House – Not Node specific but a neat way to become familiar with GitHub Projects. Michelle ‘MishManners’ Duke 📄 How to Parse HTML Programatically in JavaScript Brian Wachira |
🛠 Code & Tools |
Pongo: Write Mongo but Use Postgres — An interesting idea. Rather than being a database server that ‘speaks’ the MongoDB protocol and uses Postgres on the backend (like FerretDB), Pongo’s a PostgreSQL client library that presents a Mongo-like interface to Node developers, so you get to use Postgres but act as if you’re using MongoDB. Event-Driven |
💡 The author has also written a blog post going into more detail. |
pgvector-node: Improved Andrew Kane |