start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2024/07/07 10:23] – 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 ====== | ||
+ | - Internal Developer Platform | ||
+ | - "One Data Hub" and tokenization. Distribution of data downstream. | ||
+ | - On what comes first: Analytical or Operations data. | ||
- concentrate on Application Design aspects of cloud. Less Infrastructure. | - concentrate on Application Design aspects of cloud. Less Infrastructure. | ||
- example serverless application | - example serverless application | ||
Line 57: | 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 | ||
+ | - https:// | ||
- Firewall | - Firewall | ||
- Checkpoint | - Checkpoint | ||
Line 69: | Line 148: | ||
- K8s project https:// | - K8s project https:// | ||
- integrate app with EntraId | - integrate app with EntraId | ||
- | - API-Manager | + | - <del>API-Manager</ |
- | - Service Bus (Amazon SNS) | + | - <del>Service Bus (Amazon SNS)</ |
- | - Event Hubs (Amazon Kinesis) | + | - integrate with Event Hubs (Amazon Kinesis) |
- | - Data Driven services, ETL etc. | + | - Data Driven services, Synapse Workspaces, ETL etc. Building a Data Warehouse. |
- | - | + | |
- Kubernetes project on the PI | - Kubernetes project on the PI | ||
- " | - " | ||
Line 145: | Line 223: | ||
+ | |||
+ | ===== Accessibility ===== | ||
+ | |||
+ | 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: | ||
+ | |||
+ | * Umfassende Unterstützung für Accessibility-Features: | ||
+ | * Semantische Widgets: Widgets wie Semantics, AccessibleNavigation, | ||
+ | |||
+ | * Unterstützung für verschiedene Eingabemethoden: | ||
+ | |||
+ | |||
+ | * 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: | ||
+ | |||
+ | * 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, | ||
+ | |||
+ | * Nutzung von Accessibility-Tools: | ||
+ | Zusätzliche Aspekte: | ||
+ | |||
+ | * Deutsche rechtliche Anforderungen: | ||
+ | |||
+ | * Continuous Integration: | ||
+ | Checkliste | ||
+ | https:// | ||
start.1720347780.txt.gz · Last modified: by skipidar