Spent the last few days building a stack demo app. Nuxt.js as a base with SurrealDB. Added Typescript for the first time. Auth comes exclusively via OIDC (self hosted in my case). Typescript gave me a hard time to begin with but I do kinda get it. Validation libs like zod really help a lot getting more solid code. SurrealDB is very cool. Has native OIDC support and it's live queries are dope. Nothing new but the whole package is just well rounded. The only thing left is finding a good use case for that new found stack beyond a little demo app ... useful as it is for me personally.
2 months ago