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 20:05] – 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 164: | Line 238: | ||
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, | ||
Line 176: | Line 250: | ||
+ | Checkliste | ||
+ | |||
+ | https:// | ||
start.1731787506.txt.gz · Last modified: by skipidar