About this log

my-exercism-log is a public archive of Exercism practice exercises. Each time I solve an exercise, I drop it into the matching language folder, add a short README, and the site publishes it — complete with syntax-highlighted code and metadata.

How solutions are organized

Solutions live in content/solutions/<track>/<exercise>/. Each folder contains the solved code and a README.md with front-matter:

---
title: Two Fer
track: javascript
difficulty: easy
status: solved
tags: [strings, defaults]
date: 2026-08-31
---

What gets discovered

  • Language tracks (auto-created from your folders)
  • Per-track progress bars and solved counts
  • Individual solution pages with highlighted code
  • RSS feed, sitemap, and full SEO metadata

Solutions are archived for learning, not submission.