A repo to centralise ideas I have for libraries or cool abstractions I think would be helpful in some use cases, and may want to use later on in a project.
Every idea has its folder, inside each folder, there is more information about why I think the idea is useful and what motivated me to think about building them.
A simple solution for managing API endpoints in TypeScript, this allows you to quickly find in a predictable way how all APIs in your project are being used.
A type-safe and runtime-safe abstraction to use the native window.localStorage
and window.sessionStorage
browser APIs.
A script that removes all properties from your package.json
you don't want to ship when publishing releases of your open-source library.