thenorthbay
- Karma
- 90
- Created
- August 5, 2023 (2y ago)
- Submissions
- 0
-
Hey HN, together with a friend we realized in our engineering jobs that e2e testing is often broken and not worth the effort. But AI Agents could change this massively. There are a couple of reasons why AI agents could…
-
I just can't help observe that my developer friends increasingly build on the "low-end", serverful platforms instead of serverless. Many call serverless overkill for the (commercial) apps they want to build. Will this…
-
Wouldn't it be cool to have a Supabase for SQLite? The core idea here is: let SQLite run next to your application on the server; but have all features a client-server database give you. What's the spec for this? -…
-
Hi! As I was working on a side project, I noticed I wanted to use SQLite like a Document Database on the server. So I built Doculite. DocuLite lets you use SQLite like Firebase Firestore. It's written in Typescript and…