Skip to content

Latest commit

Β 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š 101 Study Guide - Claude Architect Foundations

GitHub Pages License

Study notes and resources for the Claude Certification Architect Foundations exam.

πŸ“– About

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.

🎯 What's Inside

  • πŸ“ 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

πŸš€ Live Site

The study guide is automatically deployed to GitHub Pages:

πŸ”— View the Live Study Guide

πŸ“ Repository Structure

.
β”œβ”€β”€ 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

πŸ› οΈ Tech Stack

  • Frontend: HTML5, CSS3
  • Static Site Hosting: GitHub Pages
  • Automation: Python 3, Shell Scripts
  • Version Control: Git & GitHub

πŸƒβ€β™‚οΈ Quick Start

Local Development

  1. Clone the repository

    git clone https://github.com/aime-n/101-study-guide.git
    cd 101-study-guide
  2. Preview the site locally

    # Using Python (recommended)
    cd docs
    python3 -m http.server 8000
    # Open http://localhost:8000
  3. Make changes

    # Edit index.html or add new posts
    # The site will auto-update on push

Adding a New Study Post

Use the Claude study post skill to generate new posts:

# Run the post generator (if available)
python scripts/generate_post.py "Post Title"

πŸ“ How It Works

  1. Content Creation: Study posts are written in HTML format
  2. Site Generation: The index.html automatically lists all posts
  3. Deployment: GitHub Pages serves the /docs folder automatically on push to main

πŸ”„ Deployment

The site is deployed automatically via GitHub Pages:

  1. Push changes to the main branch
  2. GitHub Pages automatically builds and deploys
  3. Site updates within 2-5 minutes

Manual deployment (if using Actions):

git push origin main

🀝 Contributing

This is a personal study repository, but suggestions and improvements are welcome!

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m '✨ Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸ“š Study Resources

πŸ§‘β€πŸ’» Author

AimΓͺ Nobrega

πŸ“„ License

This project is for personal educational use. Feel free to reference or adapt for your own studies.


Happy Studying! πŸŽ“βœ¨

About

πŸŽ“ Study guide for Claude Architect Foundations certification

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages