New Dev Stuff

[[dev-routes]]


865 syntax episode, listen again…

standards

  • css scoping
  • starting style
  • dialogue
  • popover
  • anchor
  • streams
  • fetch
  • web req res
  • esm
  • moving out of library and new standards
  • relative color
  • how tf do you center with new thing idk
  • translate, scale and rotate (skew didnt make it)

future: css conditionals

  1. is this container dark

rate limit

  • check if too many requests are coming un
    • throttle, decrement time per request
  • create a var in memory per request times
    • before and after req, log time
    • i think hono even showed this graph
  • per user
    • per session?
    • not ip