Study notes and resources for the Claude Certification Architect Foundations exam.
This repository contains my personal study notes, tips, and quick references for the Claude Certification Architect Foundations certification. It's designed to help me (and others) prepare effectively for the exam.
- π Study Posts: Markdown-based study notes converted to HTML
- π¨ Static Site: Clean, minimal design for easy reading
- π Automation: Python scripts to generate new study posts
- π Resources: Curated list of study materials and references
The study guide is automatically deployed to GitHub Pages:
π View the Live Study Guide
.
βββ docs/ # π GitHub Pages source
β βββ assets/
β β βββ style.css # π¨ Site styling
β βββ posts/ # π Study notes (HTML)
β β βββ 2026-07-21-*.html # Individual study posts
β βββ index.html # π Main page
βββ .github/
β βββ workflows/ # βοΈ GitHub Actions (if used)
βββ claude-na-pratica/ # π€ Claude study materials
βββ my-claude-wiki/ # π Claude Wiki resources
βββ study-data/ # π Study data and references
βββ .gitignore # π« Git ignore rules
- Frontend: HTML5, CSS3
- Static Site Hosting: GitHub Pages
- Automation: Python 3, Shell Scripts
- Version Control: Git & GitHub
-
Clone the repository
git clone https://github.com/aime-n/101-study-guide.git cd 101-study-guide -
Preview the site locally
# Using Python (recommended) cd docs python3 -m http.server 8000 # Open http://localhost:8000
-
Make changes
# Edit index.html or add new posts # The site will auto-update on push
Use the Claude study post skill to generate new posts:
# Run the post generator (if available)
python scripts/generate_post.py "Post Title"- Content Creation: Study posts are written in HTML format
- Site Generation: The
index.htmlautomatically lists all posts - Deployment: GitHub Pages serves the
/docsfolder automatically on push tomain
The site is deployed automatically via GitHub Pages:
- Push changes to the
mainbranch - GitHub Pages automatically builds and deploys
- Site updates within 2-5 minutes
Manual deployment (if using Actions):
git push origin mainThis is a personal study repository, but suggestions and improvements are welcome!
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'β¨ Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
AimΓͺ Nobrega
- GitHub: @aime-n
- Site: aime-n.github.io
This project is for personal educational use. Feel free to reference or adapt for your own studies.
Happy Studying! πβ¨