Engineer turned Product Manager with > 10 years experience building web experiences.
- Bangalore, India
- https://blog.patchcording.com/
- @jlouzado
Pinned Loading
-
-
whiteboard-clone
whiteboard-clone PublicMy spin on the whiteboard. Inspired by Excalidraw and ExplainEverything
TypeScript 2
-
-
wardley-doctrine-survey
wardley-doctrine-survey PublicSpec for a Survey to evaluate a Company according to the Wardley Doctrine https://twitter.com/swardley/status/993517588113186817
-
action-land/action-land
action-land/action-land PublicSuite of action based libraries and utilities
-
Virtual DOM library in 500bytes
Virtual DOM library in 500bytes 1const typeOf = ob => ob.toString()
23const forEach = (fn, l) => typeOf(l) === '[object Object]'
4? forEach(k => fn(l[k], k), Object.keys(l))
5: Array.from(l).forEach(fn)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.