Java Magazine | Read all |
Write and publish | all |
Togaf | Implement, publish a Digital Twin projects according to TOGAF. All layers up to implementation. |
SAFE for Architects | https://www.scaledagile.com/training/calendar/?course_id=SAFe+for+Architects |
K8s on a PI farm | https://falksangdata.no/wp-content/uploads/2020/11/running_kubernetes_on_your_raspberry_pi_homelab.pdf https://aporcupine.com/2020/03/pi4-kubernetes-cluster/ |
Job scans | * Find and do certificates |
* LocalAI:
docker run -ti –name local-ai -p 8080:8080 localai/localai:latest
(Use a GPU-specific image like localai/localai:latest-gpu-nvidia-cuda-12 if you have an NVIDIA GPU). * Usage: Once LocalAI is running, you can interact with it via its OpenAI-compatible API (e.g., using curl or Python's openai library with base_url pointed to LocalAI). You can tell LocalAI to pull models directly from an OCI URI, for example: local-ai run ollama://gemma:2b
* Ollama:
curl -fsSL https://ollama.com/install.sh | sh
* RamaLama:
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.
* AWS Certified Machine Learning – Specialty: https://aws.amazon.com/certification/certified-machine-learning-specialty/ * AWS Certified AI Practitioner: https://aws.amazon.com/certification/certified-ai-practitioner/ * AWS Certified Data Analytics – Specialty: https://aws.amazon.com/certification/certified-data-analytics-specialty/
Generative AI for Beginners | Microsoft Learn https://learn.microsoft.com/en-us/shows/generative-ai-for-beginners/
* Microsoft Certified: Azure AI Engineer Associate
* Microsoft Certified: Azure Data Scientist Associate
* Microsoft Certified: Azure AI Fundamentals
* Microsoft Certified: Azure Data Engineer Associate
* Microsoft Certified: Data Analyst Associate
* Spring AI Project Page: https://spring.io/projects/spring-ai/ * AmigosCode Spring AI Course: https://amigoscode.com/courses/spring-boot/spring-ai * Developing Generative AI Applications with Spring (Ascendient Learning): https://www.ascendientlearning.com/it-training/generative-ai/genai-with-spring-70641-detail.html * Generative AI for Java and Spring Development (Coursera): https://www.coursera.org/learn/generative-ai-for-java-and-spring-development * Class Central - Spring AI Courses (Collection of Udemy, YouTube, etc.): https://www.classcentral.com/subject/spring-ai
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: Flutter stellt eine Vielzahl von Widgets und Werkzeugen zur Verfügung, die speziell für die Entwicklung barrierefreier Apps konzipiert sind. Dazu gehören:
* 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, dass sie für alle Benutzer zugänglich sind.
* Nutzung von Accessibility-Tools: Es gibt verschiedene Tools und Plugins, die bei der Überprüfung der Barrierefreiheit von Flutter-Apps helfen können. Zusätzliche Aspekte:
* Deutsche rechtliche Anforderungen: Informiere dich über die spezifischen gesetzlichen Anforderungen in Deutschland, insbesondere die Barrierefreie-Informationstechnik-Verordnung (BITV).
* Continuous Integration: Integriere Accessibility-Tests in deinen CI/CD-Prozess, um sicherzustellen, dass Barrierefreiheit ein fester Bestandteil deines Entwicklungsprozesses ist.
Checkliste