feat(blog): 更新博客文章元数据,添加阅读时间和分类信息
Some checks failed
Deploy docs for Site / deploy (20.x) (push) Has been cancelled

This commit is contained in:
joyzhao
2026-01-09 12:10:37 +08:00
parent 63c97c9b00
commit 9f05776781
2 changed files with 24 additions and 2 deletions

View File

@@ -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.*