-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
257 lines (195 loc) · 11.8 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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>高級伴讀書僮</title>
<link>https://littlebookboy.github.io/</link>
<description>Recent content on 高級伴讀書僮</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 08 Jun 2022 13:20:04 +0800</lastBuildDate><atom:link href="https://littlebookboy.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Laravel tinker include 指令用法</title>
<link>https://littlebookboy.github.io/2022/06/laravel-tinker-including-php-way/</link>
<pubDate>Wed, 08 Jun 2022 13:20:04 +0800</pubDate>
<guid>https://littlebookboy.github.io/2022/06/laravel-tinker-including-php-way/</guid>
<description></description>
</item>
<item>
<title>平靜科技讀書筆記</title>
<link>https://littlebookboy.github.io/2022/02/reading-note-of-calm-technology-principles-and-patterns-for-non-intrusive-design/</link>
<pubDate>Sun, 06 Feb 2022 08:50:07 +0800</pubDate>
<guid>https://littlebookboy.github.io/2022/02/reading-note-of-calm-technology-principles-and-patterns-for-non-intrusive-design/</guid>
<description></description>
</item>
<item>
<title>TDD 004 - Password verifications</title>
<link>https://littlebookboy.github.io/2021/08/tdd-daily-004-tdd-kata-password-verification/</link>
<pubDate>Sat, 07 Aug 2021 22:06:43 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/08/tdd-daily-004-tdd-kata-password-verification/</guid>
<description></description>
</item>
<item>
<title>TDD 003 - String Calculator Interactions</title>
<link>https://littlebookboy.github.io/2021/07/tdd-daily-003-tdd-kata-string-calculator/</link>
<pubDate>Sun, 11 Jul 2021 15:13:33 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/07/tdd-daily-003-tdd-kata-string-calculator/</guid>
<description><p>練習 TDD, 紀錄題目中提到的一些值得思考研究的東西,以及參考到的一些 Mock 與 Stub 的文章。</p></description>
</item>
<item>
<title>TDD 002 - 寫單元測試心得</title>
<link>https://littlebookboy.github.io/2021/07/tdd-daily-002-tdd-unit-test-note/</link>
<pubDate>Sun, 04 Jul 2021 21:45:05 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/07/tdd-daily-002-tdd-unit-test-note/</guid>
<description><p>本次課題是「取得部落格文章 API」,撰寫 <code>api/articles</code> API 功能,並實作 api 路由測試、service 測試、repository 測試,及 mock 相依隔離練習。</p></description>
</item>
<item>
<title>TDD 001 - 從 Kata 練習 TDD 循環</title>
<link>https://littlebookboy.github.io/2021/06/tdd-daily-001-tdd-cycle-practice/</link>
<pubDate>Sat, 26 Jun 2021 15:48:39 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/tdd-daily-001-tdd-cycle-practice/</guid>
<description><p>本次課題為透過「
<a href="https://osherove.com/tdd-kata-1" target="_blank">String Calculator - osherove.com</a>
」這道 Kata,練習 TDD 循環。</p></description>
</item>
<item>
<title>Composer 跑到記憶體不足問題解法</title>
<link>https://littlebookboy.github.io/2021/06/how-to-solve-memory-issue-when-using-composer/</link>
<pubDate>Tue, 22 Jun 2021 09:03:21 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/how-to-solve-memory-issue-when-using-composer/</guid>
<description></description>
</item>
<item>
<title>練習製作 Web Prototype</title>
<link>https://littlebookboy.github.io/2021/06/learn-about-drawing-web-prototype-using-balsamiq/</link>
<pubDate>Mon, 21 Jun 2021 18:51:53 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/learn-about-drawing-web-prototype-using-balsamiq/</guid>
<description></description>
</item>
<item>
<title>了解壓力測試</title>
<link>https://littlebookboy.github.io/2021/06/learn-about-stress-testing/</link>
<pubDate>Fri, 18 Jun 2021 12:01:41 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/learn-about-stress-testing/</guid>
<description></description>
</item>
<item>
<title>JavaScript 學習筆記 - 5 個不為人知的特性</title>
<link>https://littlebookboy.github.io/2021/06/learn-javascript-5-features-you-dont-know/</link>
<pubDate>Tue, 15 Jun 2021 20:50:55 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/learn-javascript-5-features-you-dont-know/</guid>
<description><p>看完影片
<a href="https://www.youtube.com/watch?v=v2tJ3nzXh8I" target="_blank">youtube - 5 Must Know JavaScript Features That Almost Nobody Knows
</a>
整理紀錄下內容所說的東西。</p></description>
</item>
<item>
<title>XSS 觀念筆記</title>
<link>https://littlebookboy.github.io/2021/06/learn-about-xss/</link>
<pubDate>Mon, 14 Jun 2021 16:23:19 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/learn-about-xss/</guid>
<description></description>
</item>
<item>
<title>CSRF 觀念筆記</title>
<link>https://littlebookboy.github.io/2021/06/learn-about-csrf/</link>
<pubDate>Sat, 12 Jun 2021 13:35:43 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/learn-about-csrf/</guid>
<description></description>
</item>
<item>
<title>CORS 觀念筆記</title>
<link>https://littlebookboy.github.io/2021/06/learn-about-cors/</link>
<pubDate>Thu, 10 Jun 2021 22:52:05 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/learn-about-cors/</guid>
<description></description>
</item>
<item>
<title>使用者故事對照讀書筆記</title>
<link>https://littlebookboy.github.io/2021/06/reading-note-of-user-story-mapping/</link>
<pubDate>Sun, 06 Jun 2021 14:39:39 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/reading-note-of-user-story-mapping/</guid>
<description></description>
</item>
<item>
<title>Laravel Valet Share 使用筆記</title>
<link>https://littlebookboy.github.io/2021/06/laravel-valet-share-note-20210604/</link>
<pubDate>Fri, 04 Jun 2021 16:07:22 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/06/laravel-valet-share-note-20210604/</guid>
<description></description>
</item>
<item>
<title>PHP Unicode 編解碼筆記</title>
<link>https://littlebookboy.github.io/2021/02/php-unicode-encode-and-decode/</link>
<pubDate>Thu, 25 Feb 2021 21:12:56 +0800</pubDate>
<guid>https://littlebookboy.github.io/2021/02/php-unicode-encode-and-decode/</guid>
<description><p>記錄一下當接收到第三方返回的「中文漢字」是已經經過 Unicode 編碼時,如何還原成「正常漢字」去顯示的解法。</p></description>
</item>
<item>
<title>第 12 屆 IT 邦幫忙鐵人賽文章連結彙整</title>
<link>https://littlebookboy.github.io/2020/09/12th-ithelp/</link>
<pubDate>Mon, 28 Sep 2020 13:15:56 +0800</pubDate>
<guid>https://littlebookboy.github.io/2020/09/12th-ithelp/</guid>
<description><p>今年因為一些機緣,<del>跳了個鐵人賽的坑</del>參加了第 12 屆的 iT 邦幫忙鐵人賽,講「Hugo 貼身打造個人部落格」,本篇是文章連結列表。</p></description>
</item>
<item>
<title>貼身打造個人部落格 - 03. 網站發布</title>
<link>https://littlebookboy.github.io/2020/09/hugo-site-deploy/</link>
<pubDate>Wed, 02 Sep 2020 21:02:03 +0800</pubDate>
<guid>https://littlebookboy.github.io/2020/09/hugo-site-deploy/</guid>
<description><p>架設好
<a href="https://gohugo.io/" target="_blank">Hugo</a>
部落格,接著要把它放到網路上公開 (
<a href="https://pages.github.com/" target="_blank">GitHub Page</a>
) 讓人瀏覽。</p></description>
</item>
<item>
<title>貼身打造個人部落格 - 02. 文章 Front Matter</title>
<link>https://littlebookboy.github.io/2020/09/hugo-front-matter/</link>
<pubDate>Wed, 02 Sep 2020 20:28:23 +0800</pubDate>
<guid>https://littlebookboy.github.io/2020/09/hugo-front-matter/</guid>
<description><p>介紹
<a href="https://gohugo.io/content-management/front-matter/" target="_blank">Hugo Front Matter</a>
,包括模板、分類、標籤,與我目前的用法及設置參數說明。</p></description>
</item>
<item>
<title>貼身打造個人部落格 - 01. 安裝</title>
<link>https://littlebookboy.github.io/2020/08/hugo-installation/</link>
<pubDate>Sat, 29 Aug 2020 11:02:39 +0800</pubDate>
<guid>https://littlebookboy.github.io/2020/08/hugo-installation/</guid>
<description><p>分享我使用
<a href="https://gohugo.io/" target="_blank">Hugo</a>
架設個人部落格的歷程,主要會講安裝,與基本使用,還有身為 Hugo 小白的我的一些心得。</p></description>
</item>
<item>
<title>Hugo seo-autolink 測試結果 (Result)</title>
<link>https://littlebookboy.github.io/2020/08/hugo-seo-autolink-testing-result/</link>
<pubDate>Sat, 22 Aug 2020 23:12:30 +0800</pubDate>
<guid>https://littlebookboy.github.io/2020/08/hugo-seo-autolink-testing-result/</guid>
<description><p>此篇為 <a href="https://littlebookboy.github.io/2020/08/hugo-seo-autolink-testing/">hugo seo-autolink 效果測試 (Test)</a> 的測試結果,在本文內容中有提及另一篇文章的 seo 字眼時,會自動轉為文章連結。</p></description>
</item>
<item>
<title>Hugo seo-autolink 效果測試 (Test)</title>
<link>https://littlebookboy.github.io/2020/08/hugo-seo-autolink-testing/</link>
<pubDate>Sat, 22 Aug 2020 22:34:30 +0800</pubDate>
<guid>https://littlebookboy.github.io/2020/08/hugo-seo-autolink-testing/</guid>
<description><p>今天要來測試一下
<a href="https://gohugohq.com/partials/autolinking-shortcode-for-articles/" target="_blank">seo-autolink</a>
這個 hugo shortcode,可以幫助你快速建置內文 seo link。</p></description>
</item>
<item>
<title>為何我要寫文章</title>
<link>https://littlebookboy.github.io/2020/08/why-do-i-write-articles/</link>
<pubDate>Fri, 21 Aug 2020 22:19:22 +0800</pubDate>
<guid>https://littlebookboy.github.io/2020/08/why-do-i-write-articles/</guid>
<description><p>記錄一下我曾經想寫文的起點,與目前我認為算是「真正開始寫文的起點」。</p></description>
</item>
<item>
<title>關於我</title>
<link>https://littlebookboy.github.io/about-me/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://littlebookboy.github.io/about-me/</guid>
<description>文章已關閉留言功能,若有問題請留 issue ,感謝。
Back-end PHP, Laravel MySQL Test Docker CICD Shell script 喜歡的食物 咖啡 無糖綠 雞腿飯 咖喱飯 牛肉麵 麻醬麵 特效出處 </description>
</item>
</channel>
</rss>