forked from jgrodziski/learn-computing-directory-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add db fundamentals and security links
- Loading branch information
jeremiegrodziski
committed
May 28, 2015
1 parent
7ec9d39
commit f340ade
Showing
6 changed files
with
124 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,29 @@ | ||
{ | ||
'categoryl0': 'Core Services and Libraries', | ||
'categoryl1': 'Security', | ||
'skills': { | ||
'beginner': '', | ||
'intermediate': '', | ||
'confirmed': '', | ||
'expert': '' | ||
"categoryl0": "Core Services and Libraries", | ||
"categoryl1": "Security", | ||
"skills": { | ||
"beginner": "", | ||
"intermediate": "", | ||
"confirmed": "", | ||
"expert": "" | ||
}, | ||
'trends': { | ||
'description': '', | ||
'links': [] | ||
"trends": { | ||
"description": "", | ||
"links": [] | ||
}, | ||
'articles': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
"articles": { | ||
"description": "", | ||
"links": [{ | ||
"title": "The Definitive Guide to Form-Based Website Authentication <i class=\"fa fa-stack-overflow\"></i>", | ||
"url": "http://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication?rq=1" | ||
}] | ||
}, | ||
'courses': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
}] | ||
"courses": { | ||
"description": "", | ||
"links": [] | ||
}, | ||
'books': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
}] | ||
"books": { | ||
"description": "", | ||
"links": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,41 @@ | ||
{ | ||
'categoryl0': 'Machine and OS', | ||
'categoryl1': 'OS Fundamentals', | ||
'skills': { | ||
'beginner': '', | ||
'intermediate': '', | ||
'confirmed': '', | ||
'expert': '' | ||
"categoryl0": "Machine and OS", | ||
"categoryl1": "OS Fundamentals", | ||
"skills": { | ||
"beginner": "", | ||
"intermediate": "", | ||
"confirmed": "", | ||
"expert": "" | ||
}, | ||
'trends': { | ||
'description': '', | ||
'links': [] | ||
"trends": { | ||
"description": "", | ||
"links": [] | ||
}, | ||
'articles': { | ||
'description': '', | ||
'links': [{ | ||
title: 'Linux Insides', | ||
url: 'http://0xax.gitbooks.io/linux-insides/content/' | ||
"articles": { | ||
"description": "", | ||
"links": [{ | ||
title: "Linux Insides", | ||
url: "http://0xax.gitbooks.io/linux-insides/content/" | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
title: "title", | ||
url: "url" | ||
}] | ||
}, | ||
'courses': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
"courses": { | ||
"description": "", | ||
"links": [{ | ||
"title": "UC Berkeley Computer Science 162", | ||
"url": "https://www.youtube.com/watch?v=XgQo4JkN4Bw&list=PL3289DD0D0F0CD4A3" | ||
}] | ||
}, | ||
'books': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
"books": { | ||
"description": "", | ||
"links": [{ | ||
title: "title", | ||
url: "url" | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
title: "title", | ||
url: "url" | ||
}] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,29 @@ | ||
{ | ||
'categoryl0': 'Persistence', | ||
'categoryl1': 'Database Fundamentals', | ||
'skills': { | ||
'beginner': '', | ||
'intermediate': '', | ||
'confirmed': '', | ||
'expert': '' | ||
"categoryl0": "Persistence", | ||
"categoryl1": "Database Fundamentals", | ||
"skills": { | ||
"beginner": "", | ||
"intermediate": "", | ||
"confirmed": "", | ||
"expert": "" | ||
}, | ||
'trends': { | ||
'description': '', | ||
'links': [] | ||
"trends": { | ||
"description": "", | ||
"links": [] | ||
}, | ||
'articles': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
"articles": { | ||
"description": "", | ||
"links": [{ | ||
"title": "Using Logs to Build a Solide Data Infrastructure", | ||
"url": "http://blog.confluent.io/2015/05/27/using-logs-to-build-a-solid-data-infrastructure-or-why-dual-writes-are-a-bad-idea/" | ||
}] | ||
}, | ||
'courses': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
}] | ||
"courses": { | ||
"description": "", | ||
"links": [] | ||
}, | ||
'books': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
}] | ||
"books": { | ||
"description": "", | ||
"links": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,29 @@ | ||
{ | ||
'categoryl0': 'Persistence', | ||
'categoryl1': 'Relational', | ||
'skills': { | ||
'beginner': '', | ||
'intermediate': '', | ||
'confirmed': '', | ||
'expert': '' | ||
"categoryl0": "Persistence", | ||
"categoryl1": "Relational", | ||
"skills": { | ||
"beginner": "", | ||
"intermediate": "", | ||
"confirmed": "", | ||
"expert": "" | ||
}, | ||
'trends': { | ||
'description': '', | ||
'links': [] | ||
"trends": { | ||
"description": "", | ||
"links": [] | ||
}, | ||
'articles': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
}] | ||
"articles": { | ||
"description": "", | ||
"links": [] | ||
}, | ||
'courses': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
"courses": { | ||
"description": "", | ||
"links": [{ | ||
"title": "Khan Academy SQL interactive tutorials", | ||
"url": "https://www.khanacademy.org/computing/computer-programming/sql" | ||
}] | ||
}, | ||
'books': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
}] | ||
"books": { | ||
"description": "", | ||
"links": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,35 @@ | ||
{ | ||
'categoryl0': 'Testing', | ||
'categoryl1': 'Unit Testing', | ||
'skills': { | ||
'beginner': '', | ||
'intermediate': '', | ||
'confirmed': '', | ||
'expert': '' | ||
"categoryl0": "Testing", | ||
"categoryl1": "Unit Testing", | ||
"skills": { | ||
"beginner": "", | ||
"intermediate": "", | ||
"confirmed": "", | ||
"expert": "" | ||
}, | ||
'trends': { | ||
'description': '', | ||
'links': [] | ||
"trends": { | ||
"description": "", | ||
"links": [] | ||
}, | ||
'articles': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
}] | ||
"articles": { | ||
"description": "", | ||
"links": [] | ||
}, | ||
'courses': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
"courses": { | ||
"description": "", | ||
"links": [{ | ||
"title": "Udacity - Software Testing Methods", | ||
"url": "https://www.udacity.com/course/cs258" | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
"title": "Udacity - Software Debugging", | ||
"url": "https://www.udacity.com/course/cs259" | ||
}] | ||
}, | ||
'books': { | ||
'description': '', | ||
'links': [{ | ||
title: 'title', | ||
url: 'url' | ||
}, { | ||
title: 'title', | ||
url: 'url' | ||
"books": { | ||
"description": "", | ||
"links": [{ | ||
"title": "Free Software Testing Books", | ||
"url": "https://github.com/ligurio/free-software-testing-books/blob/master/free-software-testing-books.md" | ||
}] | ||
} | ||
} |