Skip to content

Commit

Permalink
add apache avro
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiegrodziski committed Dec 31, 2015
1 parent baf8a0d commit 3193421
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion distributed-systems/binary-rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "http://en.wikipedia.org/wiki/Middleware"
}, {
"title": "Object Request Broker (Legacy technology, here for culture, but paved the way for newer technologies like protobuf and thrift)",
"url": "http://en.wikipedia.org/wiki/Object_request_broker"
"url": "http://en.wikipedia.org/wiki/Object_request_broker"
}, {
"title": "Protocol Buffers, Avro, Thrift & MessagePack",
"url": "https://www.igvita.com/2011/08/01/protocol-buffers-avro-thrift-messagepack/"
Expand All @@ -40,6 +40,9 @@
}, {
"title": "MessagePack, It's like JSON. but fast and small.",
"url": "http://msgpack.org"
}, {
"title": "Apache Avro",
"url": "https://avro.apache.org/"
}]
},
"courses": {
Expand Down
2 changes: 1 addition & 1 deletion languages-and-programming/computation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"categoryl0": "Languages and Programming",
"categoryl1": "Theory of Computation",
"skills": {
"beginner": "",
"beginner": "Understand what algorithms and data are",
"intermediate": "Know Models of Computation and <a href=\"http://en.wikipedia.org/wiki/Computational_complexity_theory\">Computational complexity theory</a>",
"confirmed": "Understand the difference between P, NP, NP-Hard and NP-Complete",
"expert": "Understand <a href=\"http://en.wikipedia.org/wiki/Boolean_satisfiability_problem\">SAT</a> (from the point of view of the software engineer, not the computer scientist...)"
Expand Down
10 changes: 8 additions & 2 deletions persistence/db-fundamentals.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
"title": "How does a Relational Database Work?",
"url": "http://coding-geek.com/how-databases-work/"
}, {
"title": "Architecture of a Database System",
"title": "Architecture of a Database System - Stonebraker & Hamilton",
"url": "http://db.cs.berkeley.edu/papers/fntdb07-architecture.pdf"
}, {
"title": "Architecture of a Database System (summary of the previous paper by Stonebraker and Hamilton)",
"url": "http://blog.acolyer.org/2015/01/20/architecture-of-a-database-system/"
}]
},
"courses": {
Expand All @@ -33,6 +36,9 @@
},
"books": {
"description": "",
"links": [{"title": "Readings in Database Systems, 5th Edition by Peter Bailis, Joseph M. Hellerstein, Michael Stonebraker, editors", "url":"http://www.redbook.io/"}]
"links": [{
"title": "Readings in Database Systems, 5th Edition by Peter Bailis, Joseph M. Hellerstein, Michael Stonebraker, editors",
"url": "http://www.redbook.io/"
}]
}
}

0 comments on commit 3193421

Please sign in to comment.