Blog Archive for April 2025

Tuesday, April 1, 2025

this looks interesting: https://nuejs.org/blog/large-scale-apps/

in my experience, things are lightweight if you

  1. leave out the corner cases or
  2. make it so general that there aren't corner cases, but also few batteries included

also see hn discussion: https://news.ycombinator.com/item?id=43543241

Saturday, April 26, 2025

Sunday, April 27, 2025

sqldelight doesn't yet have a public release with kotlin's k2 compiler support. a potential alternative could be exposed @ https://www.jetbrains.com/exposed/.

though personally i like sqldelights approach of sql to code generation better than the pure code approach of exposed.

tags: tech_stack


archive