ended8월 13일· 1 sources

I got tired of console.log debugging, so I built DevTools for my backend

Why it matters

You know the dance. An endpoint is slow. So you open the handler and start sprinkling: console.log("got here"); console.log("query done", Date.now() - t0); console.log("still here??"); Then you squint...

1
Sources
+0
24h
Growth
5d
Active

Sources

Related Issues