Owner: Enya Elvis (Elvis)
Purpose: Personal monthly worklog tracking full-stack, UI/UX, teaching, CDS activities, and personal growth.
This repository is my personal developer worklog, capturing everything I do monthly:
- Frontend & UI work
- Backend & API development
- UI/UX design & case studies
- Teaching, mentoring & CDS activities
- Personal growth reflections
Each month is documented in /worklogs/YYYY-MM.md using a portfolio-polished, structured template that makes it easy to track progress, showcase achievements, and reflect on lessons learned.
/worklogs/2025-11.md— November 2025/worklogs/2025-12.md— December 2025- (Continue monthly)
- Frontend: React, TypeScript, Tailwind, Storybook
- Backend: Node.js, PHP, MySQL
- Design / UX: Figma, Adobe XD
- Other tools: Git, GitHub, Notion, Google Docs, VSCode
Good news: there’s no one right way.
Even better: you can choose what works best for you.
Recommended Tools / Platforms:
✅ Notion, GitHub README or Gists, Google Docs / Markdown, LinkedIn, Blogs (Medium/Substack)
Monthly Reflection Checklist:
- What did I work on?
- Bugs solved
- Achievements
- What didn’t go well — and lessons learned
- Standout moments or breakthroughs
Place screenshots or demo links in /assets/YYYY-MM/ and reference them here:
- Create monthly file manually:
cp WORKLOG-TEMPLATE.md worklogs/$(date +%Y-%m).md- Optional GitHub Action: auto-create each month (see
.github/workflows/new-worklog.yml)