See week 23, month 06 or year 2021
-
// Try to accomodate known CORS proxy implementations: // - https://jcubic.pl/proxy.php? <-- uses query string // - https://cors.isomorphic-git.org <-- uses path const corsProxify = (corsProxy, url) => corsProxy.endsWith('?') ? `${corsProxy}${url}` : `${corsProxy}/${url.replace(/^https?:\/\//, '')}`
CORS Proxy implementation of isomorphic git, should update testing/CORS proxy to be compatible.
-
My notes taxonomy flows from "Seedlings" to "Budding" to "Evergreens"
-
Evergreen note titles are like APIs
-
I propose that while there are many metrics by which people choose to grade their engineering endeavours, you should consider your Time to Pudding and how you can reduce it.