Engineering Blog
This directory contains blog posts focused on engineering topics, particularly around building AI agents and technical deep dives.
URL Structure
- Blog listing:
/blog/engineering
- Individual posts:
/blog/engineering/[slug]
Content Format
Blog posts should be written in Markdown with frontmatter. Here's the expected format:
--- title: "Your Post Title" description: "Brief description of the post" date: "YYYY-MM-DD" author: "Author Name" readTime: 5 tags: ["tag1", "tag2", "tag3"] image: "/images/engineering/your-image.png" --- # Your Post Title Your content here...
Frontmatter Fields
title
(required): The title of the blog postdescription
(optional): A brief description for SEO and previewdate
(required): Publication date in YYYY-MM-DD formatauthor
(optional): Author name, defaults to "Toffu Engineering"readTime
(optional): Estimated reading time in minutestags
(optional): Array of tags for categorizationimage
(optional): Featured image path
Topics
This blog is focused on:
- AI agent architecture and patterns
- Engineering best practices
- Technical deep dives
- Development methodologies
- Performance optimization
- Scaling challenges and solutions
Audience
The target audience is developers and engineers interested in building AI-powered systems, not marketing professionals.