I'm a Senior Software Engineer who designs and builds software on the internet. I have a soft spot for components and design systems.
Checkout my personal site, or connect with me on linkedin, bsky, or X.
I'm a Senior Software Engineer who designs and builds software on the internet. I have a soft spot for components and design systems.
Checkout my personal site, or connect with me on linkedin, bsky, or X.
/**
* Typesafe and data validated localStorage for strict and complex data storage
*/
export function localStorage<TSchema extends ZodSchema>(key: string, schema: TSchema) {
function isAvailable() {
/**
* Typesafe and data validated cookies manager for strict and complex data storage
*/
export function cookies<TSchema extends ZodSchema>(key: string, schema: TSchema) {
function isAvailable() {
Puppeteer bot for automating Instagram posts for non-business Instagram users
JavaScript