Casual Developer

Posts

3 posts, newest first. RSS.

  1. Terse Tailwind for LLMs

    LLMs are great at React largely because of Tailwind — style and structure in one file. But Tailwind is verbose, and LLM output is priced and paced per token. So we were going to release Terse Tailwind: a mapping from…

  2. Advanced TypeScript Type Tricks

    After spending some time in TypeScript you may begin to crave type safety everywhere in your life. JavaScript is an inherently unsafe language and there are dragons to be found everywhere and in almost every framework.…