start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start [2024/11/16 15:55] – skipidar | start [2025/07/28 11:21] (current) – skipidar | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * Find and do certificates | * Find and do certificates | ||
| </ | </ | ||
| + | |||
| + | ====== CTO certification ====== | ||
| + | |||
| + | |||
| + | |||
| + | - https:// | ||
| ====== Write and publish ====== | ====== Write and publish ====== | ||
| Line 60: | Line 66: | ||
| - enables loose coupling of modules | - enables loose coupling of modules | ||
| + | ====== Local AI ====== | ||
| + | * LocalAI: | ||
| + | * Description: | ||
| + | * How to get it: You typically run LocalAI itself within a Docker container. | ||
| + | | ||
| + | |||
| + | (Use a GPU-specific image like localai/ | ||
| + | * Usage: Once LocalAI is running, you can interact with it via its OpenAI-compatible API (e.g., using curl or Python' | ||
| + | | ||
| + | |||
| + | * Pros: Very flexible, supports many model types and backends, provides an OpenAI-compatible API, robust community. | ||
| + | * Cons: Requires running a separate LocalAI container, might be overkill if you just want simple CLI interaction. | ||
| + | * Ollama: | ||
| + | * Description: | ||
| + | * How to get it: Ollama provides a simple installation script for Linux: | ||
| + | curl -fsSL https:// | ||
| + | |||
| + | * Usage: | ||
| + | * To pull and run a model: ollama run gemma:2b | ||
| + | * Ollama also exposes an API at http:// | ||
| + | * Pros: Extremely easy to use, handles all GGUF and OCI packaging complexities, | ||
| + | * Cons: While it uses OCI principles for distribution, | ||
| + | * RamaLama: | ||
| + | * Description: | ||
| + | * How to get it: It's a command-line tool, likely installed from source or pre-built binaries, and relies on a container engine (Docker or Podman) being present. | ||
| + | * Pros: Focus on container-native workflow, handles GPU detection, supports multiple AI model registries. | ||
| + | * Cons: Newer project, might not have as extensive a feature set or community as llama.cpp derivatives or Ollama yet. | ||
| + | Key considerations when choosing: | ||
| + | * Ease of Use: If you want the simplest experience, Ollama is hard to beat. | ||
| + | * Flexibility & Control: LocalAI offers a high degree of flexibility with its API and support for various backends. | ||
| + | |||
| + | =====Spring Boot MCP====== | ||
| + | |||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | ====== AWS AI/ML Certifications ====== | ||
| + | * AWS Certified Machine Learning – Specialty: https:// | ||
| + | * AWS Certified AI Practitioner: | ||
| + | * AWS Certified Data Analytics – Specialty: https:// | ||
| + | |||
| + | |||
| + | |||
| + | ====== Microsoft Azure certifications ====== | ||
| + | |||
| + | Generative AI for Beginners | Microsoft Learn https:// | ||
| + | |||
| + | * Microsoft Certified: Azure AI Engineer Associate | ||
| + | * Link: https:// | ||
| + | * Microsoft Certified: Azure Data Scientist Associate | ||
| + | * Link: https:// | ||
| + | * Microsoft Certified: Azure AI Fundamentals | ||
| + | * Link: https:// | ||
| + | * Microsoft Certified: Azure Data Engineer Associate | ||
| + | * Link: https:// | ||
| + | * Microsoft Certified: Data Analyst Associate | ||
| + | * Link: https:// | ||
| + | | ||
| + | ======Spring AI Content: | ||
| + | * Spring AI Project Page: https:// | ||
| + | * AmigosCode Spring AI Course: https:// | ||
| + | * Developing Generative AI Applications with Spring (Ascendient Learning): https:// | ||
| + | * Generative AI for Java and Spring Development (Coursera): https:// | ||
| + | * Class Central - Spring AI Courses (Collection of Udemy, YouTube, etc.): https:// | ||
| ====== Experiment for Job ====== | ====== Experiment for Job ====== | ||
| + | - docker model runner https:// | ||
| + | - https:// | ||
| - Google Mandiant and Nozomi | - Google Mandiant and Nozomi | ||
| - https:// | - https:// | ||
| Line 154: | Line 228: | ||
| Ja, Flutter kann sehr gut genutzt werden, um deutsche Accessibility-Anforderungen einzuhalten. | Ja, Flutter kann sehr gut genutzt werden, um deutsche Accessibility-Anforderungen einzuhalten. | ||
| Flutter bietet eine solide Grundlage für die Entwicklung barrierefreier Apps und erfüllt viele der in Deutschland geltenden Standards. Hier sind einige Gründe dafür: | Flutter bietet eine solide Grundlage für die Entwicklung barrierefreier Apps und erfüllt viele der in Deutschland geltenden Standards. Hier sind einige Gründe dafür: | ||
| + | |||
| * Umfassende Unterstützung für Accessibility-Features: | * Umfassende Unterstützung für Accessibility-Features: | ||
| * Semantische Widgets: Widgets wie Semantics, AccessibleNavigation, | * Semantische Widgets: Widgets wie Semantics, AccessibleNavigation, | ||
| + | |||
| * Unterstützung für verschiedene Eingabemethoden: | * Unterstützung für verschiedene Eingabemethoden: | ||
| - | * Integration mit System-Accessibility-Diensten: | + | |
| - | * Flexible Anpassung an individuelle Bedürfnisse: | + | |
| * Gute Dokumentation und Community: Flutter verfügt über eine umfangreiche Dokumentation und eine aktive Community, die bei der Umsetzung von Accessibility-Anforderungen unterstützt. | * Gute Dokumentation und Community: Flutter verfügt über eine umfangreiche Dokumentation und eine aktive Community, die bei der Umsetzung von Accessibility-Anforderungen unterstützt. | ||
| Wichtige Punkte bei der Entwicklung barrierefreier Flutter-Apps: | Wichtige Punkte bei der Entwicklung barrierefreier Flutter-Apps: | ||
| - | * Einhaltung der WCAG: Die Web Content Accessibility Guidelines (WCAG) sind ein international anerkannter Standard für Barrierefreiheit. Flutter-Apps sollten die relevanten WCAG-Kriterien erfüllen. | + | |
| + | * Einhaltung der WCAG: Die **Web Content Accessibility Guidelines (WCAG)** sind ein international anerkannter Standard für Barrierefreiheit. Flutter-Apps sollten die relevanten WCAG-Kriterien erfüllen. | ||
| * Regelmäßige Tests: Es ist wichtig, Flutter-Apps regelmäßig auf Barrierefreiheit zu testen, um sicherzustellen, | * Regelmäßige Tests: Es ist wichtig, Flutter-Apps regelmäßig auf Barrierefreiheit zu testen, um sicherzustellen, | ||
| + | |||
| * Nutzung von Accessibility-Tools: | * Nutzung von Accessibility-Tools: | ||
| Zusätzliche Aspekte: | Zusätzliche Aspekte: | ||
| - | * Deutsche rechtliche Anforderungen: | ||
| - | * Continuous Integration: | ||
| + | * Deutsche rechtliche Anforderungen: | ||
| - | Fazit: | + | * Continuous Integration: Integriere Accessibility-Tests in deinen CI/ |
| - | Flutter ist ein leistungsfähiges Framework, um Apps zu entwickeln, die den deutschen Accessibility-Anforderungen entsprechen. Durch die sorgfältige Auswahl von Widgets und die Beachtung der Best Practices für Barrierefreiheit | + | |
| - | Möchtest du mehr über bestimmte Aspekte der Barrierefreiheit in Flutter erfahren? | + | |
| + | Checkliste | ||
| + | https:// | ||
start.1731772546.txt.gz · Last modified: by skipidar
