Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| function foo(args) { | |
| var i, j, k; | |
| // ... | |
| // j acquires some interesting value | |
| // Who called foo when j took this interesting value? | |
| // | |
| var e = new Error('dummy'); | |
| var stack = e.stack.replace(/^[^\(]+?[\n$]/gm, '') | |
| .replace(/^\s+at\s+/gm, '') |
| # list all container IDs | |
| docker ps -aq | |
| # stop all containers | |
| docker stop $(docker ps -q) | |
| # remove all containers | |
| docker rm $(docker ps -aq) | |
| # remove all images |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
OP: @leonardofed founder @ plainflow.