Skip to content

Commit

Permalink
update tutorial: distributed-system
Browse files Browse the repository at this point in the history
  • Loading branch information
vhnam committed Aug 10, 2018
1 parent 638cf40 commit 69d5a39
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
4 changes: 4 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://vhnam.github.io/tutorials/distributed-system/</loc>
<lastmod>2018-08-10</lastmod>
</url>
<url>
<loc>https://vhnam.github.io/tutorials/lam-lai-blog-ca-nhan-8/</loc>
<lastmod>2018-08-03</lastmod>
Expand Down
4 changes: 2 additions & 2 deletions src/content/tutorials/distributed-system/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"headline": "Distributed System",
"description": "Bài viết này tím tắt lại cách hiểu của mình về Distributed System",
"time": "Ngày 9 tháng 8 năm 2018",
"dateTime": "2015-08-09"
"time": "Ngày 10 tháng 8 năm 2018",
"dateTime": "2015-08-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/content/tutorials/distributed-system/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ <h3>Tổng kết</h3>
<p>
Ban đầu mình nghĩ Distributed System cũng chỉ là Scale Out hệ thống đơn thuần. Tuy nhiên, càng tìm hiểu thì càng rối nùi do để vận hành được hệ thống cần phải có một số tiêu chí nhất định. Mình tham khảo một số tài liệu để giản lược, tuy nhiên khó quá thì vẫn phải đọc <strong>"Distributed Systems: Principles and Paradigms"</strong> để khai sáng, và cuốn này khá khó nhai. Tuy nhiên, để dễ nắm được nội dung thì bạn có thể tham khảo <strong>"Distributed Systems for fun and profit"</strong><strong>"CSE 660 - An Introduction to Distributed Systems"</strong>.
</p>
<img src="img/psychedelic.jpg" alt="Psychedelic" itemprop="image">

<h3>Tham khảo</h3>
<ul class="reference">
Expand Down
7 changes: 7 additions & 0 deletions src/indexes/tutorials.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"tutorials": [
{
"name": "Distributed System",
"link" : "https://vhnam.github.io/tutorials/distributed-system/",
"datetime": "2018-08-10",
"time": "Ngày 10 tháng 8 năm 2018",
"description": "Bài viết này tím tắt lại cách hiểu của mình về Distributed System"
},
{
"name": "Làm lại blog cá nhân (Phần 8): Deployment",
"link" : "https://vhnam.github.io/tutorials/lam-lai-blog-ca-nhan-8/",
Expand Down
Binary file added tutorials/distributed-system/img/psychedelic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions tutorials/distributed-system/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
<li class="nav-item">
<a class="nav-link" itemprop="url" href="/">Trang chủ</a>
</li>
<li class="nav-item active">
<li class="nav-item">
<a class="nav-link" itemprop="url" href="/blog">Nhật Ký</a>
</li>
<li class="nav-item">
<li class="nav-item active">
<a class="nav-link" itemprop="url" href="/tutorials">Chuyện Lập Trình</a>
</li>
<li class="nav-item">
Expand All @@ -73,10 +73,10 @@
<div class="col"></div>
<div class="col-md-8">
<h1 class="hero__title" itemprop="headline">Distributed System</h1>
<h2 class="hero__subtitle">Ngày 9 tháng 8 năm 2018</h2>
<h2 class="hero__subtitle">Ngày 10 tháng 8 năm 2018</h2>
<meta itemprop="author" content="Nam Vo">
<meta itemprop="datePublished" content="2015-08-09">
<meta itemprop="dateModified" content="2015-08-09">
<meta itemprop="datePublished" content="2015-08-10">
<meta itemprop="dateModified" content="2015-08-10">
<meta itemprop="mainEntityOfPage" content="Bài viết này tím tắt lại cách hiểu của mình về Distributed System">
</div>
<div class="col"></div>
Expand Down Expand Up @@ -391,6 +391,7 @@ <h3>Tổng kết</h3>
<p>
Ban đầu mình nghĩ Distributed System cũng chỉ là Scale Out hệ thống đơn thuần. Tuy nhiên, càng tìm hiểu thì càng rối nùi do để vận hành được hệ thống cần phải có một số tiêu chí nhất định. Mình tham khảo một số tài liệu để giản lược, tuy nhiên khó quá thì vẫn phải đọc <strong>"Distributed Systems: Principles and Paradigms"</strong> để khai sáng, và cuốn này khá khó nhai. Tuy nhiên, để dễ nắm được nội dung thì bạn có thể tham khảo <strong>"Distributed Systems for fun and profit"</strong><strong>"CSE 660 - An Introduction to Distributed Systems"</strong>.
</p>
<img src="img/psychedelic.jpg" alt="Psychedelic" itemprop="image">

<h3>Tham khảo</h3>
<ul class="reference">
Expand Down

0 comments on commit 69d5a39

Please sign in to comment.