A shared folder with AI prompts and code snippets
From workspace: Google Labs
Team: Jules
Total snippets: 6
6 snippets
Concurrent systems in JS, Python, Go, etc.
Find race conditions in this async code
Useful when troubleshooting silent failures.
Add logging to help debug this issue
Server-side apps or long-running processes.
Diagnose this memory leak
Frontend and backend JS/TS bugs.
Trace why this value is undefined
Performance profiling for loops, functions, or queries.
Why is {this specific snippet of code} slow?
For any repo where you're stuck on a runtime or build error.
Help me fix {a specific} error