I hereby claim:
- I am kevinvle on github.
- I am kevinvle (https://keybase.io/kevinvle) on keybase.
- I have a public key ASCHN7CYiKCfl68oeadjEPyWId3qM71AmJQlFBdQ8b4h_wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
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.
For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed
Tribute page for freecodecamp's project
A Pen by Kevin Viet Le on CodePen.
// to be run on https://docs.python.org/3.5/reference/ | |
// (probably works on other versions of the docs) (probably) | |
var topics = []; | |
var links = document.getElementsByTagName("a"); | |
for (var i in links) { | |
if (links.hasOwnProperty(i)) { | |
var link = links[i]; | |
var text = link.innerText; | |
if (typeof text === 'string') { |