Skip to content

Commit

Permalink
add db fundamentals and security links
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiegrodziski committed May 28, 2015
1 parent 7ec9d39 commit f340ade
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 175 deletions.
57 changes: 21 additions & 36 deletions core-services-and-libraries/security.json
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": []
}
}
8 changes: 7 additions & 1 deletion languages-and-programming/algorithms.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
}, {
"title": "Sorting Algorithm Vizualisation",
"url": "http://sorting.at/"
}, {
"title": "Visualizing String Matching Algorithms",
"url": "http://whocouldthat.be/visualizing-string-matching/"
}, {
"title": "Visualizing Machine Learning Algorithms",
"url": "http://mldemos.epfl.ch/"
Expand Down Expand Up @@ -67,6 +70,9 @@
}, {
"title": "Neglected machine learning ideas",
"url": "https://scottlocklin.wordpress.com/2014/07/22/neglected-machine-learning-ideas/"
}, {
"title": "Top 10 Data Mining Algorithms in Plain English",
"url": "http://rayli.net/blog/data/top-10-data-mining-algorithms-in-plain-english/"
}]
},
"courses": {
Expand All @@ -82,7 +88,7 @@
"url": "https://www.khanacademy.org/computing/computer-science/algorithms"
}, {
"title": "MIT - Introduction to Algorithms",
"url": "http://courses.csail.mit.edu/6.006/spring11/notes.shtml"
"url": "https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-spring-2008/index.htm"
}, {
"title": "Basics of Machine Learning",
"url": "http://homepages.inf.ed.ac.uk/vlavrenk/iaml.html"
Expand Down
61 changes: 29 additions & 32 deletions machine-and-os/os-fundamentals.json
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"
}]
}
}
57 changes: 21 additions & 36 deletions persistence/db-fundamentals.json
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": []
}
}
57 changes: 21 additions & 36 deletions persistence/relational.json
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": []
}
}
59 changes: 25 additions & 34 deletions testing/unit-testing.json
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"
}]
}
}

0 comments on commit f340ade

Please sign in to comment.