Monday, May 30, 2016

Distributed System, noSQL, operating system Quick Review

March 30, 2016

1. Operating System - Review

Spend one hour to study:
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-828-operating-system-engineering-fall-2012/

Review operating System:

1. http://blog.csdn.net/u012290414/article/details/48782375

2. Distributed System

Network service and app framework

Load balance, caching, replication, rest, nosql

Reading time:
https://www.khanacademy.org/computing/computer-science/algorithms

https://blog.devmastery.com/how-to-win-the-coding-interview-71ae7102d685#.drghie8as

3.Jquery github open source project - source code style.
https://github.com/jquery/jquery/tree/master/src

4. Visit this Leetcode blog - most popular blog I have seen - over 10,000 visitor

http://blog.csdn.net/linhuanmars/article/details/23071455

5. NoSQL
https://en.wikipedia.org/wiki/NoSQL

Learn a few key features:
1. "non SQL" or "non relational"
2. Compared to relational database, tabular relations -
3. Motivation of NoSQL:
Data structures in NoSQL are different.
name of data structures: key-value, wide column, graph, or document
4. ACID - Atomic, Consistency, I - Isolation, D - Durability
NoSQL - "eventual consistency"

No comments:

Post a Comment