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
"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",
26
44
"description": "A deep dive into Distributed Hash Tables (DHTs), Kademlia, XOR metrics, and building decentralized routing in Go. Fun, fast, and very educational.",
27
45
"tags": [
28
46
"go",
@@ -37,31 +55,11 @@
37
55
"fezcode"
38
56
]
39
57
},
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
-
},
60
58
{
61
59
"slug": "building-the-fezcodex-mcp-server",
62
60
"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",
65
63
"description": "A deep dive into creating a Model Context Protocol (MCP) server for Fezcodex, enabling AI agents to autonomously author and manage blog content.",
66
64
"tags": [
67
65
"mcp",
@@ -81,8 +79,8 @@
81
79
{
82
80
"slug": "model-context-protocol-mcp",
83
81
"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",
86
84
"description": "An introductory guide to Anthropic's Model Context Protocol (MCP). Learn how it standardizes AI connectivity with data sources and tools.",
87
85
"tags": [
88
86
"mcp",
@@ -101,8 +99,8 @@
101
99
},
102
100
{
103
101
"title": "Prompt Engineering University",
104
-
"date": "2026-02-17",
105
-
"updated": "2026-02-17",
102
+
"date": "2026-02-16",
103
+
"updated": "2026-02-16",
106
104
"slug": "prompt-engineering-university",
107
105
"description": "A comprehensive, university-style curriculum on Prompt Engineering. From foundational strategies to advanced agentic workflows.",
108
106
"series": {
@@ -111,7 +109,7 @@
111
109
"slug": "prompting-strategies",
112
110
"title": "Zero-shot, One-shot, Many-shot, and Metaprompting",
"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",
231
229
"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.",
232
230
"tags": [
233
231
"linux",
@@ -248,8 +246,8 @@
248
246
{
249
247
"slug": "the-halo-effect",
250
248
"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",
253
251
"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.",
254
252
"tags": [
255
253
"psychology",
@@ -269,8 +267,8 @@
269
267
{
270
268
"slug": "mastering-git-worktrees-and-ai",
271
269
"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",
274
272
"description": "Stop context switching. Learn how to use Git Worktrees to manage multiple features simultaneously and orchestrate parallel AI agents.",
0 commit comments