Skip to content

Commit 8b051c8

Browse files
committed
fix: update posts
1 parent 2c187f1 commit 8b051c8

File tree

1 file changed

+39
-41
lines changed

1 file changed

+39
-41
lines changed

public/posts/posts.json

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
[
2+
{
3+
"slug": "gobake-go-build-orchestrator",
4+
"title": "gobake: The Build Orchestrator Go Was Missing",
5+
"date": "2026-02-18",
6+
"updated": "2026-02-18",
7+
"description": "Introducing gobake, a Go-native build orchestrator that replaces Makefiles with type-safe Go recipes.",
8+
"tags": [
9+
"go",
10+
"golang",
11+
"build-system",
12+
"automation",
13+
"gobake",
14+
"devops"
15+
],
16+
"category": "dev",
17+
"filename": "gobake-go-build-orchestrator.txt",
18+
"authors": ["fezcode"]
19+
},
220
{
321
"slug": "tag-file-systems-explained-go-implementation",
422
"title": "Escape the Hierarchy Trap: How Tag File Systems Work",
@@ -21,8 +39,8 @@
2139
{
2240
"slug": "dht-distributed-hash-tables-go-educational-guide",
2341
"title": "The Chaos Coordinator: Mastering Distributed Hash Tables (DHT)",
24-
"date": "2026-02-18",
25-
"updated": "2026-02-18",
42+
"date": "2026-02-17",
43+
"updated": "2026-02-17",
2644
"description": "A deep dive into Distributed Hash Tables (DHTs), Kademlia, XOR metrics, and building decentralized routing in Go. Fun, fast, and very educational.",
2745
"tags": [
2846
"go",
@@ -37,31 +55,11 @@
3755
"fezcode"
3856
]
3957
},
40-
{
41-
"slug": "gobake-go-build-orchestrator",
42-
"title": "gobake: The Build Orchestrator Go Was Missing",
43-
"date": "2026-02-18",
44-
"updated": "2026-02-18",
45-
"description": "Introducing gobake, a Go-native build orchestrator that replaces Makefiles with type-safe Go recipes.",
46-
"tags": [
47-
"go",
48-
"golang",
49-
"build-system",
50-
"automation",
51-
"gobake",
52-
"devops"
53-
],
54-
"category": "dev",
55-
"filename": "gobake-go-build-orchestrator.txt",
56-
"authors": [
57-
"fezcode"
58-
]
59-
},
6058
{
6159
"slug": "building-the-fezcodex-mcp-server",
6260
"title": "Bridging the Gap: How We Built the Fezcodex MCP Server",
63-
"date": "2026-02-18",
64-
"updated": "2026-02-18",
61+
"date": "2026-02-16",
62+
"updated": "2026-02-16",
6563
"description": "A deep dive into creating a Model Context Protocol (MCP) server for Fezcodex, enabling AI agents to autonomously author and manage blog content.",
6664
"tags": [
6765
"mcp",
@@ -81,8 +79,8 @@
8179
{
8280
"slug": "model-context-protocol-mcp",
8381
"title": "The Model Context Protocol (MCP): Bridging the Gap Between AI and Data",
84-
"date": "2026-02-18",
85-
"updated": "2026-02-18",
82+
"date": "2026-02-16",
83+
"updated": "2026-02-16",
8684
"description": "An introductory guide to Anthropic's Model Context Protocol (MCP). Learn how it standardizes AI connectivity with data sources and tools.",
8785
"tags": [
8886
"mcp",
@@ -101,8 +99,8 @@
10199
},
102100
{
103101
"title": "Prompt Engineering University",
104-
"date": "2026-02-17",
105-
"updated": "2026-02-17",
102+
"date": "2026-02-16",
103+
"updated": "2026-02-16",
106104
"slug": "prompt-engineering-university",
107105
"description": "A comprehensive, university-style curriculum on Prompt Engineering. From foundational strategies to advanced agentic workflows.",
108106
"series": {
@@ -111,7 +109,7 @@
111109
"slug": "prompting-strategies",
112110
"title": "Zero-shot, One-shot, Many-shot, and Metaprompting",
113111
"filename": "/prompt-engineering/01-prompting-strategies.txt",
114-
"date": "2026-02-17",
112+
"date": "2026-02-16",
115113
"category": "ai",
116114
"tags": [
117115
"prompt-engineering",
@@ -129,7 +127,7 @@
129127
"slug": "structure-and-formatting",
130128
"title": "Structure & Formatting: Taming the Output",
131129
"filename": "/prompt-engineering/02-structure-and-formatting.txt",
132-
"date": "2026-02-18",
130+
"date": "2026-02-16",
133131
"category": "ai",
134132
"tags": [
135133
"prompt-engineering",
@@ -147,7 +145,7 @@
147145
"slug": "reasoning-and-logic",
148146
"title": "Reasoning & Logic: Chain of Thought and Decomposition",
149147
"filename": "/prompt-engineering/03-reasoning-and-logic.txt",
150-
"date": "2026-02-19",
148+
"date": "2026-02-16",
151149
"category": "ai",
152150
"tags": [
153151
"prompt-engineering",
@@ -166,7 +164,7 @@
166164
"slug": "persona-and-context",
167165
"title": "Persona & Context: Role-Playing and The Art of Context Management",
168166
"filename": "/prompt-engineering/04-persona-and-context.txt",
169-
"date": "2026-02-20",
167+
"date": "2026-02-16",
170168
"category": "ai",
171169
"tags": [
172170
"prompt-engineering",
@@ -184,7 +182,7 @@
184182
"slug": "evaluation-and-optimization",
185183
"title": "Evaluation & Optimization: How to Measure and Improve Your Prompts",
186184
"filename": "/prompt-engineering/05-evaluation-and-optimization.txt",
187-
"date": "2026-02-21",
185+
"date": "2026-02-16",
188186
"category": "ai",
189187
"tags": [
190188
"prompt-engineering",
@@ -202,7 +200,7 @@
202200
"slug": "advanced-agents-and-tools",
203201
"title": "Advanced Agents & Tools: From Chatbots to Problem Solvers",
204202
"filename": "/prompt-engineering/06-advanced-agents-and-tools.txt",
205-
"date": "2026-02-22",
203+
"date": "2026-02-16",
206204
"category": "ai",
207205
"tags": [
208206
"prompt-engineering",
@@ -226,8 +224,8 @@
226224
{
227225
"slug": "linux-vs-unix-the-kernel-wars",
228226
"title": "Linux vs. Unix: The Kernel Wars and the Philosophy of Modular Design",
229-
"date": "2026-02-08",
230-
"updated": "2026-02-08",
227+
"date": "2026-02-15",
228+
"updated": "2026-02-15",
231229
"description": "A deep dive into the history, kernel architectures, and the uncompromising philosophy that shaped modern computing. Monoliths, microkernels, and the power of the pipe.",
232230
"tags": [
233231
"linux",
@@ -248,8 +246,8 @@
248246
{
249247
"slug": "the-halo-effect",
250248
"title": "The Halo Effect: Why We Trust Idiots with Good Hair",
251-
"date": "2026-02-08",
252-
"updated": "2026-02-08",
249+
"date": "2026-02-14",
250+
"updated": "2026-02-14",
253251
"description": "The Halo Effect is the silent killer of technical debt. Exploring why we mistake a shiny coat of paint for a functional engine in software engineering.",
254252
"tags": [
255253
"psychology",
@@ -269,8 +267,8 @@
269267
{
270268
"slug": "mastering-git-worktrees-and-ai",
271269
"title": "Mastering Git Worktrees: Parallel Development with AI Agents",
272-
"date": "2026-02-08",
273-
"updated": "2026-02-08",
270+
"date": "2026-02-13",
271+
"updated": "2026-02-13",
274272
"description": "Stop context switching. Learn how to use Git Worktrees to manage multiple features simultaneously and orchestrate parallel AI agents.",
275273
"tags": [
276274
"git",
@@ -2105,4 +2103,4 @@
21052103
"fezcode"
21062104
]
21072105
}
2108-
]
2106+
]

0 commit comments

Comments
 (0)