Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
emilos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
emilos
8mo ago
There’s a free tier with 3 credits available after sign up.
2.
▲
Show HN: Ranksty
(ranksty.com)
2 points
by
emilos
8mo ago
|
2 comments
3.
▲
by
emilos
2y ago
Having a type system wasn't really the goal here (there's enough great tools that handle that), but there's plenty of options that could work for you, if you're willing to build it. Some quick ideas: 1. You could add a j
4.
▲
by
emilos
2y ago
You could get a simple version with little modifications, but it wouldn't really be super useful unless you potentially start adding things like lifecycle events (like mount, unmount), reactivity (state, effects). Otherwise you might e
5.
▲
by
emilos
2y ago
Correct, that's part of the reason. I've been wanting to move fast without having to worry about the little quirks of different templating languages, frameworks and just get the job done. I've been using it for small projects
6.
▲
Show HN: Boxwood – simple templating engine for JavaScript, in JavaScript
(github.com)
59 points
by
emilos
2y ago
|
26 comments
7.
▲
by
emilos
3y ago
It's a restful api that doesn't hold any state, we use jwt (jsonwebtoken) for auth. It's essentially a collection of routers for different actions. Mostly crud, with few exceptions like webhooks, auth flow. We often use middl