```Info
Workstation setup an configuration and execution
```

> https://rifaterdemsahin.github.io/workstation/

# Self Learning Project Template

## Goal : Fill the skills gaps by self learning while leveraging technology

## 📄 Quick Start

- **[View Project Overview (index.html)](index.html)** - Interactive HTML page showcasing the entire project structure
- **[Windows Startup Scripts Guide](6_Symbols/startup/desktopscripts/COPY_STARTUP_SCRIPTS_GUIDE.md)** - Guide for setting up automated Windows startup scripts

## Documentation for the Folder Structure

| Section         | Description                                                                                                      | Action                |
|-----------------|------------------------------------------------------------------------------------------------------------------|-----------------------|
| **🌍 Real**         | *The Job That Starts with Objective and Key Results* - Sets goals and objectives, aligning tasks with measurable results. | Aim > Goals   |
| **🌳 Environments** | *The Roadmap and Use Cases* - A roadmap with learning modules and real-world use cases to apply new skills.            | Create > Runtimes |
| **🌌 Imaginary**    | *What You Learn on the Road* - Tracks concepts, theories, and skills acquired, promoting continuous growth.            | Capture > Screenshots |
| **📐 Formulas**     | *The Guides That Are Mentioned* - Essential guides and formulas for understanding and solving project challenges.     |  GPT > Learn from it |
| **🔣 Symbols**      | *Code That Is Implemented* - Includes code snippets and examples to demonstrate each concept practically.              |  Execute > Code   |
| **🌀 Semblance**    | *Errors Found in the Process* - Documents mistakes and solutions, making errors valuable learning opportunities.       |  Fix > Errors   |

## 🚀 New Features

### Interactive Project Index
- **index.html** - A comprehensive, visually appealing HTML page that showcases:
  - Complete project structure and organization
  - All seven main sections with descriptions
  - Links to key documentation and resources
  - Overview of startup scripts and automation tools

### Ollama Windows Startup Integration
- **Automated Ollama Service** - Start Ollama automatically at Windows startup
- **Nomic Embed Text Model** - Automatically ensures the nomic-embed-text model is available for text embeddings
- **Smart Error Handling** - Includes logging and retry logic for reliable startup
- **Easy Installation** - Simple batch file for one-click setup

### Windows Startup Scripts
Located in `6_Symbols/startup/desktopscripts/`:
- `start_ollama.ps1` - Starts Ollama with nomic-embed-text model
- `copy_startup_scripts.bat` - Easy installer for all startup scripts
- `install_startup_shortcuts.ps1` - PowerShell installer for startup shortcuts
- See [COPY_STARTUP_SCRIPTS_GUIDE.md](6_Symbols/startup/desktopscripts/COPY_STARTUP_SCRIPTS_GUIDE.md) for detailed instructions
