You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A summary of how to use Zed's Rule feature",
8
+
"tags": [
9
+
"zed",
10
+
"ai"
11
+
],
12
+
"thumbnail": "assets/img/zed_icon.png",
13
+
"contentPath": "blog/en/blog_00016.html",
14
+
"recommended": true
15
+
},
16
+
{
17
+
"id": "blog_00015",
18
+
"title": "Tried Implementing Background Animation with p5.js",
19
+
"date": "2025-11-29T00:00:00.000Z",
20
+
"category": "Technical Note",
21
+
"description": "I implemented background animation using p5.js to bring movement to my static portfolio site. I will look back from a beginner's perspective, from introduction to implementation of 10 patterns.",
22
+
"tags": [
23
+
"p5js",
24
+
"javascript"
25
+
],
26
+
"thumbnail": "assets/img/ogp.png",
27
+
"contentPath": "blog/en/blog_00015.html",
28
+
"recommended": false
29
+
},
30
+
{
31
+
"id": "blog_00014",
32
+
"title": "Easily Refactored CSS",
33
+
"date": "2025-11-28T00:00:00.000Z",
34
+
"category": "Technical Note",
35
+
"description": "I quickly detected and organized \"unused CSS\" that tends to accumulate in personal development websites using a Node.js script.",
36
+
"tags": [
37
+
"css",
38
+
"nodejs"
39
+
],
40
+
"thumbnail": "assets/img/ogp.png",
41
+
"contentPath": "blog/en/blog_00014.html",
42
+
"recommended": false
43
+
},
44
+
{
45
+
"id": "blog_00012",
46
+
"title": "Implementing a Contact Form on a Static Site (GAS Integration)",
47
+
"date": "2025-11-27T00:00:00.000Z",
48
+
"category": "Technical Note",
49
+
"description": "Summarized how to implement a contact form without a server on static sites like GitHub Pages (using Google Apps Script).",
50
+
"tags": [
51
+
"gas",
52
+
"javascript"
53
+
],
54
+
"thumbnail": "assets/img/ogp.png",
55
+
"contentPath": "blog/en/blog_00012.html",
56
+
"recommended": false
57
+
},
58
+
{
59
+
"id": "blog_00013",
60
+
"title": "Improving UX by Modaling Portfolio Details",
61
+
"date": "2025-11-27T00:00:00.000Z",
62
+
"category": "Technical Note",
63
+
"description": "I modalized the portfolio work details so they can be viewed without page transitions. About HTML acquisition using DOMParser and pitfalls during implementation.",
64
+
"tags": [
65
+
"javascript",
66
+
"ui-ux"
67
+
],
68
+
"thumbnail": "assets/img/ogp.png",
69
+
"contentPath": "blog/en/blog_00013.html",
70
+
"recommended": false
71
+
},
72
+
{
73
+
"id": "blog_00011",
74
+
"title": "Story of My Self-Made Discord Bot Being Abused for Spam When I Published It",
75
+
"date": "2025-11-26T00:00:00.000Z",
76
+
"category": "Discord",
77
+
"description": "I published a self-made Discord bot, and it was used as a stepping stone for spam. I will summarize the architectural design mistakes that caused this and future security measures.",
"title": "Tried Building a C# Development Environment in Zed",
105
+
"date": "2025-11-19T00:00:00.000Z",
106
+
"category": "IDE",
107
+
"description": "Summarized the steps and pitfalls to introduce a C# language server to Zed and enable completion and definition jumping in Unity projects",
108
+
"tags": [
109
+
"csharp",
110
+
"zed",
111
+
"lsp",
112
+
"tool"
113
+
],
114
+
"thumbnail": "assets/img/zed_icon.png",
115
+
"contentPath": "blog/en/blog_00009.html",
116
+
"recommended": false
117
+
},
118
+
{
119
+
"id": "blog_00007",
120
+
"title": "RClone Introduction Flow",
121
+
"date": "2025-11-17T00:00:00.000Z",
122
+
"category": "CloudStorage",
123
+
"description": "Summary of procedures for introducing rclone in Windows + Git Bash environment and linking with Google Drive",
0 commit comments