Skip to content

Commit bbe0c47

Browse files
committed
updating website
1 parent 8466b5a commit bbe0c47

File tree

8 files changed

+478
-8
lines changed

8 files changed

+478
-8
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>
5757

5858
<footer>
5959
<div class="container">
60-
<span class="copyright">&copy; 2017 Konstantin Mikheev&#39;s programming blog</span>
60+
<span class="copyright">&copy; 2018 Konstantin Mikheev&#39;s programming blog</span>
6161
</div>
6262
</footer>
6363

index.html

+18-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,23 @@ <h1 class="headline">Recent Posts</h1>
6161
<div class="article-list">
6262

6363

64+
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
65+
<h2 class="headline" itemprop="headline"><a href="./post/code_simplicity_02/">Immutable data is the main key to simple code</a></h2>
66+
<div class="meta">
67+
68+
<span class="key">published on</span>
69+
<span class="val"><time itemprop="datePublished" datetime="2018-02-06">February 06, 2018</time></span>
70+
71+
</div>
72+
<section class="summary">
73+
<p>Use immutable data like a pro.</p>
74+
75+
<p></p> <a href="./post/code_simplicity_02/">Read More...</a>
76+
</section>
77+
</article>
78+
79+
80+
6481
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
6582
<h2 class="headline" itemprop="headline"><a href="./post/code_simplicity_01/">The Code Simplicity Chart (c)</a></h2>
6683
<div class="meta">
@@ -252,7 +269,7 @@ <h2 class="headline" itemprop="headline"><a href="./post/snorkeling_with_dagger_
252269

253270
<footer>
254271
<div class="container">
255-
<span class="copyright">&copy; 2017 Konstantin Mikheev&#39;s programming blog</span>
272+
<span class="copyright">&copy; 2018 Konstantin Mikheev&#39;s programming blog</span>
256273
</div>
257274
</footer>
258275

index.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,22 @@
66
<description>Recent content on Konstantin Mikheev&#39;s programming blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Tue, 21 Nov 2017 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Tue, 06 Feb 2018 00:00:00 +0000</lastBuildDate>
1010

1111
<atom:link href="http://konmik.com/index.xml" rel="self" type="application/rss+xml" />
1212

1313

14+
<item>
15+
<title>Immutable data is the main key to simple code</title>
16+
<link>http://konmik.com/post/code_simplicity_02/</link>
17+
<pubDate>Tue, 06 Feb 2018 00:00:00 +0000</pubDate>
18+
19+
<guid>http://konmik.com/post/code_simplicity_02/</guid>
20+
<description>&lt;p&gt;Use immutable data like a pro.&lt;/p&gt;
21+
22+
&lt;p&gt;&lt;/p&gt;</description>
23+
</item>
24+
1425
<item>
1526
<title>The Code Simplicity Chart (c)</title>
1627
<link>http://konmik.com/post/code_simplicity_01/</link>

post/code_simplicity_01/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h3 id="i-o-function">I/O function</h3>
248248
must also be called in a specific order.</p>
249249

250250
<p>We may say that when joining two I/O function calls we
251-
reduce these function complexity from 2 to 1 but it is still not 0.
251+
reduce these function complexity 2 to 1 but it is still not 0.
252252
It can become even worse when we have parallel code execution
253253
in the program and the I/O function can covertly affect the execution
254254
of other functions sharing the same resource.</p>
@@ -356,6 +356,11 @@ <h1 id="todo">TODO</h1>
356356
this can actually motivate me to write more. :)</p>
357357

358358
<p>Sharing the article also helps! ;)</p>
359+
360+
<h1 id="toc_13">-</h1>
361+
362+
<p>Thanks to <a href="https://github.com/upasana-me">Upasana Shukla</a>
363+
for proofreading this article.</p>
359364
<br/>
360365
<h3>Did you like it? Share!</h3>
361366
<div class="addthis_inline_share_toolbox"></div>

post/code_simplicity_02/index.html

+404
Large diffs are not rendered by default.

post/index.html

+18-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,23 @@
4242
<h1 class="list-title">Posts</h1>
4343

4444

45+
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
46+
<h2 class="headline" itemprop="headline"><a href="../post/code_simplicity_02/">Immutable data is the main key to simple code</a></h2>
47+
<div class="meta">
48+
49+
<span class="key">published on</span>
50+
<span class="val"><time itemprop="datePublished" datetime="2018-02-06">February 06, 2018</time></span>
51+
52+
</div>
53+
<section class="summary">
54+
<p>Use immutable data like a pro.</p>
55+
56+
<p></p> <a href="../post/code_simplicity_02/">Read More...</a>
57+
</section>
58+
</article>
59+
60+
61+
4562
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
4663
<h2 class="headline" itemprop="headline"><a href="../post/code_simplicity_01/">The Code Simplicity Chart (c)</a></h2>
4764
<div class="meta">
@@ -225,7 +242,7 @@ <h2 class="headline" itemprop="headline"><a href="../post/snorkeling_with_dagger
225242

226243
<footer>
227244
<div class="container">
228-
<span class="copyright">&copy; 2017 Konstantin Mikheev&#39;s programming blog</span>
245+
<span class="copyright">&copy; 2018 Konstantin Mikheev&#39;s programming blog</span>
229246
</div>
230247
</footer>
231248

post/index.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,22 @@
66
<description>Recent content in Posts on Konstantin Mikheev&#39;s programming blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Tue, 21 Nov 2017 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Tue, 06 Feb 2018 00:00:00 +0000</lastBuildDate>
1010

1111
<atom:link href="http://konmik.com/post/index.xml" rel="self" type="application/rss+xml" />
1212

1313

14+
<item>
15+
<title>Immutable data is the main key to simple code</title>
16+
<link>http://konmik.com/post/code_simplicity_02/</link>
17+
<pubDate>Tue, 06 Feb 2018 00:00:00 +0000</pubDate>
18+
19+
<guid>http://konmik.com/post/code_simplicity_02/</guid>
20+
<description>&lt;p&gt;Use immutable data like a pro.&lt;/p&gt;
21+
22+
&lt;p&gt;&lt;/p&gt;</description>
23+
</item>
24+
1425
<item>
1526
<title>The Code Simplicity Chart (c)</title>
1627
<link>http://konmik.com/post/code_simplicity_01/</link>

sitemap.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
44

5+
<url>
6+
<loc>http://konmik.com/post/code_simplicity_02/</loc>
7+
<lastmod>2018-02-06T00:00:00+00:00</lastmod>
8+
</url>
9+
510
<url>
611
<loc>http://konmik.com/post/code_simplicity_01/</loc>
712
<lastmod>2017-11-21T00:00:00+00:00</lastmod>
@@ -54,13 +59,13 @@
5459

5560
<url>
5661
<loc>http://konmik.com/</loc>
57-
<lastmod>2017-11-21T00:00:00+00:00</lastmod>
62+
<lastmod>2018-02-06T00:00:00+00:00</lastmod>
5863
<priority>0</priority>
5964
</url>
6065

6166
<url>
6267
<loc>http://konmik.com/post/</loc>
63-
<lastmod>2017-11-21T00:00:00+00:00</lastmod>
68+
<lastmod>2018-02-06T00:00:00+00:00</lastmod>
6469
<priority>0</priority>
6570
</url>
6671

0 commit comments

Comments
 (0)