← Back to Portfolio

Writing

Blog

Thoughts on software development, ICT infrastructure, and technology from the field.

📝 How to add a new blog post

  1. 1. Open src/data/siteData.ts and add an entry to the blog: [...] array
  2. 2. Set a unique slug (e.g. "building-apis")
  3. 3. Add a cover image to public/images/
  4. 4. Edit src/app/blog/[slug]/page.tsx to add full post content