Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tilyupo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Dynamic Configuration in Node.js
(replane.dev)
1 points
by
tilyupo
8mo ago
|
0 comments
2.
▲
by
tilyupo
8mo ago
I’ve been building a self-hosted configuration manager that lets you tweak your software without running scripts or building your own admin panel. Store feature flags, rate limits, timeouts, UI text, and app settings without redeploying you
3.
▲
by
tilyupo
8mo ago
I would love to hear your feedback in the dynamic config sdk design and your use cases
4.
▲
Show HN: Node.js type-safe dynamic config with real-time updates (MIT)
(github.com)
2 points
by
tilyupo
8mo ago
|
1 comments
5.
▲
Show HN: Replane – dynamic config for apps and services with real-time sync MIT
(github.com)
3 points
by
tilyupo
8mo ago
|
0 comments
6.
▲
Show HN: Syncwave – MIT-licensed real-time Kanban board
(github.com)
2 points
by
tilyupo
1y ago
|
2 comments
7.
▲
by
tilyupo
2y ago
Thanks! I miss Entity Framework too, one of the best ORMs out there.
8.
▲
by
tilyupo
2y ago
Yep, I would love to use plain "==" and "+", but JS doesn't support it.
9.
▲
by
tilyupo
2y ago
Same, I hope Qustar will provide better developer experience than raw SQL without sacrificing flexibility.
10.
▲
by
tilyupo
2y ago
I've big plans for Qustar, thanks for kind words!
11.
▲
by
tilyupo
2y ago
Qustar parametrizes all queries by default, so it's immune to SQL injections. I'll add info about that with examples to the docs, thank for the feedback!
12.
▲
by
tilyupo
2y ago
It was more of an ergonomics choice. To me it seems like it's more readable to write `await users.filter(user => user.id.eq(42).fetch(connector)` instead of `await connector.fetch(users.filter(user => user.id.eq(42))`. But I migh
13.
▲
by
tilyupo
2y ago
I agree, classic ORMs usually don't play well with complex queries. I think Qustar is closer to a query builder than ORM tbh. You can compose arbitrary queries using it.
14.
▲
by
tilyupo
2y ago
Exactly! Qustar was heavily inspired by EF.
15.
▲
Show HN: Node.js ORM to query SQL database through an array-like API
(github.com)
123 points
by
tilyupo
2y ago
|
87 comments
16.
▲
by
tilyupo
3y ago
Discut is a Blog, Feature request, and Q&A all in one place. It can act as a standalone app or as part of your (Headless CMS). This is our first launch, and I would be very grateful for any valuable advice. Thank you for your comments a