I've worked at some great companies: Hugging Face, V7, Appwrite, and Significa.
I've built NPM packages with 400k downloads/week, and am an avid open-source contributor.
Let me know if you want to work together!
I've worked at some great companies: Hugging Face, V7, Appwrite, and Significa.
I've built NPM packages with 400k downloads/week, and am an avid open-source contributor.
Let me know if you want to work together!
Any advice on hosting these events?
Any advice on hosting these events?
serve(handler)
が
serve(options, handler)
になるのは好きじゃない
serve(handler)
が
serve(options, handler)
になるのは好きじゃない
serve(options, () => {
// めっちゃでかい関数
})
vs
serve(() => {
// めっちゃでかい関数
}, options)
上の方が綺麗
serve(options, () => {
// めっちゃでかい関数
})
vs
serve(() => {
// めっちゃでかい関数
}, options)
上の方が綺麗
標準ライブラリはやりすぎない方がいい気がする
標準ライブラリはやりすぎない方がいい気がする
soooo many read notifications that I probably won't revisit
soooo many read notifications that I probably won't revisit
github.com/faroedev/far...
github.com/faroedev/far...
- vs better-auth: You can fully customize how you create/delete/get users and even use db transactions. (Personal preference but) I don't like a library doing migrations + handling connections directly
- vs better-auth: You can fully customize how you create/delete/get users and even use db transactions. (Personal preference but) I don't like a library doing migrations + handling connections directly
- Handles all the hard parts of auth
- Works with your existing user table (no direct db connections)
- Just bring a KV store + email server
- Runs anywhere
- Handles all the hard parts of auth
- Works with your existing user table (no direct db connections)
- Just bring a KV store + email server
- Runs anywhere
The more interesting part is the backend, which I'm not going to share just yet
The more interesting part is the backend, which I'm not going to share just yet
I also recorded myself showing a bit of the code but it was so bad I had to cut it
I also recorded myself showing a bit of the code but it was so bad I had to cut it