A pattern for how to handle ENV in SvelteKit on the back and front end. I basically sidestep the VITE_ prefix approach and just pass things through via the session.
How to do basic cookie based authentication with Nuxt, because nuxt-auth doesn't currently support HttpOnly cookies.
An approach to styling components for external use with CSS variables, using other pardigms sparingly along the way.
Patterns I've found myself using repeatedly on Vue projects