Projects Showcase ================= Welcome to my development journey! This is the beginning of documenting my projects and learning progress across various technologies. .. admonition:: 🚀 Getting Started :class: tip This portfolio is in active development. Projects are automatically discovered from the repository structure as they are created. **Current Projects** ^^^^^^^^^^^^^^^^^^^^ This section showcases completed projects with their documentation automatically generated from README files. **Development Focus Areas** ^^^^^^^^^^^^^^^^^^^^^^^^^^^ I'm currently exploring and building expertise in: - **Python Web Development**: FastAPI, Django, and modern web frameworks - **C# Development**: Desktop applications, web APIs, and clean architecture - **Documentation**: Sphinx, technical writing, and automated project discovery - **Frontend Technologies**: React, Vue.js, and modern JavaScript frameworks **Repository Structure** ^^^^^^^^^^^^^^^^^^^^^^^^ The repository is organized by technology stacks to facilitate learning and easy navigation: .. code-block:: amalie_projects/ ├── python/web-frameworks/ # Python web development projects ├── csharp/desktop-apps/ # C# desktop applications ├── csharp/web-development/ # ASP.NET and web APIs ├── frontend/react/ # React applications ├── machine-learning/ # ML and AI projects └── shared/docs/ # Documentation and guides .. admonition:: 📖 Auto-Discovery System :class: note This documentation site automatically discovers projects with README files and creates individual project pages. Simply add a README.md to any project directory to have it appear here automatically. --- **Auto-Discovered Projects** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 :caption: Project Categories :hidden: python_web-frameworks .. toctree:: :maxdepth: 1 :caption: Individual Projects :hidden: python_web-frameworks_fastapi .. grid:: 1 2 2 3 :gutter: 3 :margin: 3 .. grid-item-card:: 🐍 Python Web Frameworks :link: python_web-frameworks :link-type: doc :text-align: center :class-card: category-card Explore projects and documentation +++ Explore →