DekEn

อัปเดต 2026-09-07

Engineering articles (CMS)

long-form learning content

A content-managed library of long-form engineering articles that explain the theory, standards, and worked reasoning behind DekEn's calculators, authored through an admin back office.

เมื่อไรจึงใช้
  • You want the theory behind a calculator's number before you rely on it
  • You're onboarding a new engineer and want a reading path, not just a tool list
  • You need to find a past write-up by its content, not just its title
คำนวณอย่างไร

Articles are Markdown documents served from api/v1/endpoints/articles.py, support embedded Mermaid diagrams for flowcharts, and are indexed by a full-text search over the article body.

ข้อควรระวัง
noteAuthoring (CRUD, tags, categories, file uploads) happens at /admin/articles and requires admin access — reading at /articles is open to everyone.
noteAn article can describe a method without being wired to the live calculator — treat it as explanatory, not as proof the calculator implements it exactly that way.
ที่เกี่ยวข้อง