JiggleBits
Projects
Blog
About
Contact
1
const
build
=
async
() => {
2
const
ideas
=
await
dream()
3
const
code
=
await
craft(ideas)
4
const
ship
=
await
deploy(code)
5
return
{ ideas, code, ship }
6
}
7
8
//
repeat until perfect
9
build()
.then(
celebrate
)
10
Developer · Builder · Tinkerer
Building cool things with code.
See Projects
Read the Blog