Viewing profile — hotshoe
hotshoe
HN member- Joined
- Sat, Apr 15, 2023, 6:41 PM UTC
- HN karma
- 2
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About hotshoe
No profile information was provided.
Recent public activity
-
comment
Comment #38066692
React on the front-end because of eco; Fastify on the backend w/ Postgres. I host React w/ Remix for light-duty SSR, but real work gets done on the backend. I'm moving away from me…
-
comment
Comment #37827741
Seems like it always took me 3 steps to plug in a usb-a cable. 1. Doesn't easily insert so assume I've got it upside down. Flip. 2. Still doesn't easily insert so inspect, and real…
-
comment
Comment #37723152
React-aria hooks provide freedom tailor your own components w/o needing to work around the limitations of general purpose controls, while retaining correct interactivity behaviors …
-
comment
Comment #36160749
One minor correction (sort of), just noted in docs that kysely provides a built-in camel case plugin, for transforming camel to snake case so, eg.g, createdAt to created_at in db. …
-
comment
Comment #36156272
I've been evaluating both (kysely, drizzle), and I'm leaning towards Kysely. Drizzle is the latest, but both are moving fast if you look at the git insights. I find Kysely more enj…
-
comment
Comment #35583380
Remix for me. Tried the new shiny objects (solid, qwik, svelte) and made it pretty far, but ecosystem just isn't there yet and fond myself spending more time making up for the gaps…