Blog

Hello, World

This is the first post on the FT Plus blog.

What to expect

Short notes on building health and gaming software. Topics might include:

  • Development decisions and trade-offs
  • Tools and libraries we use
  • Lessons from shipping small products

How this blog works

Posts are Markdown files in the repository. No database, no CMS, just files.

To add a new post:

  1. Create a .md file in src/FTPlus.Web/Content/Blog/
  2. Add frontmatter with title, slug, date, description, and draft status
  3. Write the content in Markdown
  4. Build and deploy

That's it.