-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
343 lines (224 loc) · 17.1 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Mighten's Blog</title>
<link>https://mighten.github.io/</link>
<description>Recent content on Mighten's Blog</description>
<generator>Hugo -- gohugo.io</generator>
<copyright>Mighten Dai</copyright>
<lastBuildDate>Thu, 09 May 2024 13:51:00 +0800</lastBuildDate><atom:link href="https://mighten.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>KIA CH03 Pods: running containers in Kubernetes</title>
<link>https://mighten.github.io/2024/05/kia-ch03-pods-running-containers-in-kubernetes/</link>
<pubDate>Thu, 09 May 2024 13:51:00 +0800</pubDate>
<guid>https://mighten.github.io/2024/05/kia-ch03-pods-running-containers-in-kubernetes/</guid>
<description>
<p>Hi there.</p>
<p>Today, let us read <em>Chapter 03: Pods - running containers in Kubernetes (Part II: Core Concepts)</em> of <strong>Kubernetes in Action</strong>.</p>
<ol>
<li>Creating, running, and stopping <em>pods</em></li>
<li>Organizing <em>pods</em> and other <em>resources</em> with <em>labels</em></li>
<li>Performing an operation on <em>all pods</em> with a specific <em>label</em></li>
<li>Using <em>namespaces</em> to split <em>pods</em> into <em>non-overlapping groups</em></li>
<li><em>Scheduling</em> pods onto specific types of <em>worker nodes</em></li>
</ol>
</description>
</item>
<item>
<title>KIA CH02 First Steps with Docker and Kubernetes</title>
<link>https://mighten.github.io/2024/05/kia-ch02-first-steps-with-docker-and-kubernetes/</link>
<pubDate>Tue, 07 May 2024 15:45:00 +0800</pubDate>
<guid>https://mighten.github.io/2024/05/kia-ch02-first-steps-with-docker-and-kubernetes/</guid>
<description>
<p>Hi there.</p>
<p>Today, let us read the <em>Chapter 02: First Steps with Docker and Kubernetes (Part I: Overview)</em> of <strong>Kubernetes in Action</strong></p>
<ol>
<li>Creating, running, and sharing a container image with Docker</li>
<li>Running a <em>single-node</em> Kubernetes cluster locally, with <em>Minikube</em></li>
<li>Setting up and using the <em>kubectl</em> command-line client</li>
<li>Deploying an app on Kubernetes and <em>scaling</em> it horizontally</li>
</ol>
</description>
</item>
<item>
<title>KIA CH01 Introducing Kubernetes</title>
<link>https://mighten.github.io/2024/05/kia-ch01-introducing-kubernetes/</link>
<pubDate>Thu, 02 May 2024 17:15:00 +0800</pubDate>
<guid>https://mighten.github.io/2024/05/kia-ch01-introducing-kubernetes/</guid>
<description>
<p>Hi there.</p>
<p>Today, let us read the <em>Chapter 01: Introducing Kubernetes (Part I: Overview)</em> of <strong>Kubernetes in Action</strong></p>
<ol>
<li>the history of software developing</li>
<li>isolation by containers</li>
<li>how containers and Docker are used by Kubernetes</li>
<li>how to simplify works by Kubernetes</li>
</ol>
</description>
</item>
<item>
<title>Spring Framework</title>
<link>https://mighten.github.io/2023/07/spring-framework/</link>
<pubDate>Wed, 19 Jul 2023 00:00:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/07/spring-framework/</guid>
<description>
<p>Hi there!</p>
<p>In this blog, we talk about <em><strong>Spring Framework</strong></em>, a Java platform that provides comprehensive infrastructure support for developing Java applications. The content of this blog is shown below:</p>
<ul>
<li>Architecture</li>
<li><em>Spring IoC Container</em></li>
<li>Spring Beans</li>
<li><em>Dependency Injection (DI)</em></li>
<li>Spring Annotations</li>
<li><em>Aspect Oriented Programming (AOP)</em></li>
</ul>
</description>
</item>
<item>
<title>Maven</title>
<link>https://mighten.github.io/2023/06/maven/</link>
<pubDate>Wed, 21 Jun 2023 00:00:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/06/maven/</guid>
<description>
<p><em><strong>Maven</strong></em> is a <em>project management tool</em> that is based on <em>POM</em> (<em>project object model</em>). It is used for <strong>projects build</strong>, <strong>dependency</strong> and <strong>documentation</strong>.</p>
</description>
</item>
<item>
<title>Docker</title>
<link>https://mighten.github.io/2023/06/docker/</link>
<pubDate>Sat, 17 Jun 2023 23:10:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/06/docker/</guid>
<description>
***Docker*** is a platform for *developing*, *shipping*, and *deploying* applications quickly in **portable, self-sufficient containers**, and is used in the **Continuous Deployment (CD)** stage of the **DevOps** ecosystem.
</description>
</item>
<item>
<title>PuTTY with OpenSSH</title>
<link>https://mighten.github.io/2023/06/putty-with-openssh/</link>
<pubDate>Sat, 17 Jun 2023 22:08:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/06/putty-with-openssh/</guid>
<description>
<p>Hi!</p>
<p>Today we use <em><strong>OpenSSH</strong></em> and <em><strong>PuTTY</strong></em> to log in remote computers.</p>
<ul>
<li><a href="https://www.openssh.com/"><strong>OpenSSH</strong></a> is an open-source version of the <em>Secure Shell</em> (SSH) tools used by administrators of remote systems</li>
<li><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/"><em><strong>PuTTY</strong></em></a> is a free implementation of <em>SSH</em></li>
</ul>
</description>
</item>
<item>
<title>MIT 6.033 CSE Security</title>
<link>https://mighten.github.io/2023/06/mit-6.033-cse-security/</link>
<pubDate>Tue, 13 Jun 2023 09:00:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/06/mit-6.033-cse-security/</guid>
<description>
<p><a href="https://ocw.mit.edu/courses/6-033-computer-system-engineering-spring-2018/">MIT 6.033</a> (<em>Computer System Engineering</em>) covers 4 parts: <em>Operating Systems</em>, <em>Networking</em>, <em>Distributed Systems</em>, and <em>Security</em>.</p>
<p>This is the course note for Part IV: <em><strong>Security</strong></em>. And in this section, we mainly focus on <em><strong>common pitfalls</strong></em> in the security of computer systems, and how to <em>combat</em> them.</p>
<p>To build a secure system, we need to be clear about two aspects:</p>
<ol>
<li><em>security policy</em> (goal)</li>
<li><em>threat model</em> (assumptions on adversaries)</li>
</ol>
</description>
</item>
<item>
<title>MIT 6.033 CSE Distributed Systems</title>
<link>https://mighten.github.io/2023/06/mit-6.033-cse-distributed-systems/</link>
<pubDate>Tue, 06 Jun 2023 22:10:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/06/mit-6.033-cse-distributed-systems/</guid>
<description>
<p><a href="https://ocw.mit.edu/courses/6-033-computer-system-engineering-spring-2018/">MIT 6.033</a> (<em>Computer System Engineering</em>) covers 4 parts: <em>Operating Systems</em>, <em>Networking</em>, <em>Distributed Systems</em>, and <em>Security</em>.</p>
<p>This is the course note for Part III: <em><strong>Distributed Systems</strong></em>. And in this section, we mainly focus on: How <em><strong>reliable, usable distributed systems</strong></em> are able to be built on top of an <em>unreliable</em> network.</p>
</description>
</item>
<item>
<title>MIT 6.033 CSE Networking</title>
<link>https://mighten.github.io/2023/05/mit-6.033-cse-networking/</link>
<pubDate>Tue, 30 May 2023 18:10:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/05/mit-6.033-cse-networking/</guid>
<description>
<p><a href="https://ocw.mit.edu/courses/6-033-computer-system-engineering-spring-2018/">MIT 6.033</a> (<em>Computer System Engineering</em>) covers 4 parts: <em>Operating Systems</em>, <em>Networking</em>, <em>Distributed Systems</em>, and <em>Security</em>.</p>
<p>This is the course note for Part II: <em><strong>Networking</strong></em>. And in this section, we mainly focus on: how the <em><strong>Internet</strong></em> is designed to <em>scale</em> and its various applications.</p>
</description>
</item>
<item>
<title>MIT 6.033 CSE Operating System</title>
<link>https://mighten.github.io/2023/04/mit-6.033-cse-operating-system/</link>
<pubDate>Thu, 06 Apr 2023 15:06:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/04/mit-6.033-cse-operating-system/</guid>
<description>
<p><a href="https://ocw.mit.edu/courses/6-033-computer-system-engineering-spring-2018/">MIT 6.033</a> (<em>Computer System Engineering</em>) covers 4 parts: <em>Operating Systems</em>, <em>Networking</em>, <em>Distributed Systems</em>, and <em>Security</em>.</p>
<p>This is the course note for Part I: <em><strong>Operating Systems</strong></em>. And in this section, we mainly focus on:</p>
<ul>
<li>How common <em>design patterns</em> in computer system — such as <em>abstraction</em> and <em>modularity</em> — are used to limit <em>complexity</em>.</li>
<li>How operating systems use <em>virtualization</em> and <em>abstraction</em> to enforce <em>modularity</em>.</li>
</ul>
</description>
</item>
<item>
<title>Linked List</title>
<link>https://mighten.github.io/2023/04/linked-list/</link>
<pubDate>Wed, 05 Apr 2023 22:22:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/04/linked-list/</guid>
<description>
<p>Today, let's talk about <strong>Linked List</strong> algorithms that are frequently used.</p>
<p>A Linked List is a <em>data structure</em> that stores data into a series of <em>connected nodes</em>, and thus it can be dynamically allocated. For each node, it contains 2 fields: the <code>val</code> that stores data, and the <code>next</code> that points to the next node.</p>
</description>
</item>
<item>
<title>Servlet</title>
<link>https://mighten.github.io/2023/03/servlet/</link>
<pubDate>Thu, 30 Mar 2023 18:05:00 +0800</pubDate>
<guid>https://mighten.github.io/2023/03/servlet/</guid>
<description>
<p>Hi there, todaly let's talk about <strong>Servlet</strong> in a nutshell.</p>
<p>A <em>Servlet</em> is a <em>Java</em> programming language <em>class</em>, which is executed in <em>Web Server</em> and responsible for <em>dynamic</em> content generation in a portable way.</p>
<p><em>Servlet</em> extends the capabilities of servers that host applications accessed by means of a <em>request-response programming model</em>.</p>
</description>
</item>
<item>
<title>How to Sign Our Git Commits with GPG</title>
<link>https://mighten.github.io/2022/05/how-to-sign-our-git-commits-with-gpg/</link>
<pubDate>Fri, 20 May 2022 13:54:00 +0800</pubDate>
<guid>https://mighten.github.io/2022/05/how-to-sign-our-git-commits-with-gpg/</guid>
<description>
<p>Hello!</p>
<p>Today, let's talk about signing a <em>git commit</em> with <a href="https://gnupg.org/">GPG</a>, an encryption engine for signing and signature verification.</p>
<p>When it comes to work across the Internet, it's recommended that we add a cryptographic signature to our commit, which provides some sort of assurance that a commit is originated from us, rather than from an impersonator.</p>
</description>
</item>
<item>
<title>DDIA Ch01: Reliable, Scalable, and Maintainable Applications</title>
<link>https://mighten.github.io/2022/05/ddia-ch01-reliable-scalable-and-maintainable-applications/</link>
<pubDate>Thu, 19 May 2022 22:06:00 +0800</pubDate>
<guid>https://mighten.github.io/2022/05/ddia-ch01-reliable-scalable-and-maintainable-applications/</guid>
<description>
<p>Hi!</p>
<p>Let's read the Chapter 01: <em>Reliable, Scalable, and Maintainable Applications</em> of <a href="https://dataintensive.net/"><em>Designing Data-Intensive Applications</em></a>.</p>
<p>It introduces the terminology and approach that we are going to use throughout the book, and it also explores some fundamental ways of thinking about <em><strong>data-intensive applications</strong></em>: general properties (nonfunctional requirements) such as <em><strong>reliability</strong></em>, <em><strong>scalability</strong></em>, and <em><strong>maintainability</strong></em>.</p>
</description>
</item>
<item>
<title>Binary Tree NonRecursive InOrder</title>
<link>https://mighten.github.io/2022/05/binary-tree-nonrecursive-inorder/</link>
<pubDate>Mon, 16 May 2022 22:37:50 +0800</pubDate>
<guid>https://mighten.github.io/2022/05/binary-tree-nonrecursive-inorder/</guid>
<description>
<p>Hi there, let's talk about how to nonrecursively do a In-Order traversal for a Binary Tree.</p>
<p>A Binary Tree consists of 3 parts: the node itself, pointer to the left child, pointer to the right child.</p>
<p>An In-Order Traversal is to access the leftmost child firstly, then the node itself, and finally the right child.</p>
</description>
</item>
<item>
<title>Hello World</title>
<link>https://mighten.github.io/2022/05/hello-world/</link>
<pubDate>Sun, 15 May 2022 19:28:07 +0800</pubDate>
<guid>https://mighten.github.io/2022/05/hello-world/</guid>
<description>
<p>Hello World!</p>
<p>This is my first blog post. Today, let's talk about writing a <code>Markdown</code> blog with <a href="https://gohugo.io/">Hugo</a>, and eventually deploying it on GitHub Pages.</p>
<p><code>Hugo</code> is a static HTML and CSS website generator, which allows us to concentrate on the contents rather than the layout tricks.</p>
</description>
</item>
</channel>
</rss>