JiggleBits
1const build = async () => {
2const ideas = await dream()
3const code = await craft(ideas)
4const ship = await deploy(code)
5return { ideas, code, ship }
6}
7
8// repeat until perfect
9build().then(celebrate)
10

Developer · Builder · Tinkerer

Building cool things with code.