From 9f05776781dbb6b75ae4c530895b8661fc4292b7 Mon Sep 17 00:00:00 2001 From: joyzhao Date: Fri, 9 Jan 2026 12:10:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(blog):=20=E6=9B=B4=E6=96=B0=E5=8D=9A?= =?UTF-8?q?=E5=AE=A2=E6=96=87=E7=AB=A0=E5=85=83=E6=95=B0=E6=8D=AE=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=98=85=E8=AF=BB=E6=97=B6=E9=97=B4=E5=92=8C?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/blog/posts/2026010801.md | 13 ++++++++++++- src/pages/zh/blog/posts/2026010801.md | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/pages/blog/posts/2026010801.md b/src/pages/blog/posts/2026010801.md index 4693559..413f8d1 100644 --- a/src/pages/blog/posts/2026010801.md +++ b/src/pages/blog/posts/2026010801.md @@ -1,4 +1,15 @@ -# All This Tinkering... For What? Engineering Reflections from a Full-Stack Developer +--- +layout: "@/layouts/BlogPostLayout.astro" +title: "All This Tinkering... For What? Engineering Reflections from a Full-Stack Developer" +description: "An honest reflection on tech stack selection paralysis. One developer's journey from chasing 'best practices' to realizing that technology is a tool, not a totem—how to avoid over-engineering and find the right fit for your actual needs." +date: "2026-01-08" +image: "https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=1470&auto=format&fit=crop" +tags: ["Reflections", "Full-Stack", "Engineering", "Personal Reflection"] +tagId: ["reflections", "fullstack", "engineering", "development-reflection"] +category: "Engineering" +categoryId: "engineering" +readTime: "8 min read" +--- > *A log of the soul-crushing details I encountered during a recent project setup. This is a summary of my own internal tug-of-war—lessons learned the hard way through endless trial and error. It might not be the "correct" way, but every word was paid for in lost time.* diff --git a/src/pages/zh/blog/posts/2026010801.md b/src/pages/zh/blog/posts/2026010801.md index 173e5dc..3ee8d88 100644 --- a/src/pages/zh/blog/posts/2026010801.md +++ b/src/pages/zh/blog/posts/2026010801.md @@ -1,4 +1,15 @@ -# 折腾来折腾去,到底是为了什么? 一个全栈开发者的工程化反思 +--- +layout: "@/layouts/BlogPostLayout.astro" +title: "折腾来折腾去,到底是为了什么? 一个全栈开发者的工程化反思" +description: "关于技术选型困境的真实反思。一个开发者在'最佳实践'诱惑下的挣扎与醒悟:技术是工具不是目的,如何避免过度工程化,找到真正适合自己的方案。" +date: "2026-01-08" +image: "https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=1470&auto=format&fit=crop" +tags: ["全栈", "工程化", "开发感悟"] +tagId: ["fullstack", "engineering", "development-reflection"] +category: "工程化" +categoryId: "engineering" +readTime: "8 min read" +--- > 记录一下最近做项目选型时,那些真能把人搞崩溃的细节。是我自己跟自己较劲,来回折腾后的一点总结。不一定对,但每句话都是花时间踩坑换来的。