
Der Event-Katalog für Developer
Finde auf unserer Eventseite jede Menge Veranstaltungen für Developer!

26. Februar
Microsoft Power Platform - Dashboard in a Day
Erfahren Sie aus erster Hand, wie Sie Ihre Daten mit leistungsstarken Werkzeugen auswerten und präsentieren.
26. Februar
Microsoft Power Platform - App in a Day
Entdecken Sie, wie Sie künftig dank maßgeschneiderter, mobiler Business-Apps noch schneller auf Anforderungen aus Ihrem gesch...äftlichen Umfeld reagieren können.

26. Februar
Microsoft Power Platform - Agent in a Day
Dieses Einsteiger-Training, das jedem, egal ob Business-Experte oder IT-Entwickler, dabei hilft, mithilfe von Agenten schnell... und bedarfsgerecht auf Kunden, Mitarbeiter und Lieferanten zu reagieren. In nur einem Tag lernen Sie, mit Microsoft Copilot Studio schnell Agenten zu erstellen. Dieser Workshop umfasst praktische, schrittweise Übungen, zum Erstellen moderner Agenten für jedes Szenario und jeden Anwendungsfall.

26. Februar
Microsoft Power Platform - Chat with Your Data in a Day
Dieses Training für Fortgeschrittene richtet sich an Fachkräfte der Power BI-Datenanalyse und -Entwicklung mit Power BI-Vorke...nntnissen und führt Sie durch die Vorbereitung Ihrer Modelle für KI-gesteuerte, dialogbasierte Abfragen. Mit Copilot in Power BI können Benutzer Fragen in natürlicher Sprache stellen und erhalten sofort vertrauenswürdige Erkenntnisse – ganz ohne Dashboards, Berichte oder technisches Fachwissen. Um jedoch ihr volles Potenzial ausschöpfen zu können, müssen die Modelle für den Chat optimiert sein.

26. Februar
Microsoft Virtual Training Day: Transform Customer Experiences with AI
Gain the skills and knowledge to evolve the way you work with AI at a free Microsoft Virtual Training Day from Microsoft Lear...n. Join us at Transform Customer Experiences with AI to learn how to simplify and optimize key customer touchpoints across sales and service with Microsoft 365 Copilot and agents. Explore practical strategies for delivering more personalized experiences, improving team productivity, and responding to customer needs with greater speed and clarity.

26. Februar
Data-Driven Apps with RAG with LangChain4j
Your AI only knows what it learned during training—until you give it access to your documents. Build a complete Retrieval-Aug...mented Generation system that chunks documents, creates semantic embeddings, and finds relevant context for every question. Watch your AI answer questions about your own files with source citations and confidence scores, grounded in facts rather than hallucinations.

26. Februar
Python + Agents: Monitoring and evaluating agents
In the third session of our Python + Agents series, we’ll focus on two essential components of building reliable agents: obse...rvability and evaluation. We’ll begin with observability, using OpenTelemetry to capture traces, metrics, and logs from agent actions. You'll learn how to instrument your agents and use a local Aspire dashboard to identify slowdowns and failures.

2. März
Microsoft Security Virtual Training Day: Strengthen Cloud Security with Microsoft Defender for Cloud
Gain insights into Defender Cloud Security Posture Management, and how to use Microsoft Secure Score to detect and defend aga...inst threats, maintain compliance, and protect hybrid and multicloud environments. Plus, explore how to boost security for servers, storage, databases, and Kubernetes clusters (AKS, EKS, GKE) using cloud workload protection. You’ll also learn how to safeguard DevOps environments against risks and increase AI threat protection.
17. September 2024Webinar
Microsoft Discovery Hour: Secure Infrastructure Migration Strategies
Planen Sie Ihre IT-Landschaft in die Cloud zu migrieren? Wollen Sie von der Innovation und Skalierbarkeit einer Cloud-Plattfo...rm profitieren? Dann ist Microsoft Azure die ideale Wahl – die Microsoft Cloud bietet Ihnen vielfältige Möglichkeiten, Ihre IT-Umgebung zu erweitern, zu migrieren und zu modernisieren, um sie agil und zukunftssicher zu gestalten. Erhalten Sie hier einen umfassenden Überblick darüber, wie Sie Ihre Windows Server-, SQL Server- oder VMware-Workloads sicher und unkompliziert in die Cloud bringen können. Lernen Sie Strategien, Insights und Best Practices für die Migration und Modernisierung Ihrer IT-Infrastruktur kennen, und maximieren Sie den Wert Ihrer IT-Investitionen. Freuen Sie sich auf eine informative Session – registrieren Sie sich jetzt kostenfrei und entdecken Sie die Vorteile von Microsoft Azure – innovative Funktionen, flexible Skalierbarkeit und umfassende Sicherheitsfeatures.
12. September 2024Microsoft Reactor
Learn Live: Data-driven AI applications and multi-modal search
Curious about AI but unsure where to begin? Feeling lost with terms like vectors, embeddings, Generative AI, and models? This... session is designed for you! Join our experts as we dive into building AI applications in Python with cutting-edge technology and models. We'll enhance a serverless Python application using Azure Functions, incorporating AI to enrich and improve the user experience. Using data from Azure Cosmos DB, we’ll tailor AI models to fit our event-driven application scenarios. Additionally, we’ll share practical tips on scaling and deploying AI applications for you to takeaway.
12. September 2024Microsoft Reactor
Pick the right model for the right job
Building RAG and trying to decide what model to use? There are an increasing number of high-quality large language models ava...ilable, many of which are now available from Azure AI, like OpenAi, Mistral, Cohere, Llama, Phi-3, and more. Which one do you use, and how do you easily switch between them? In this talk, we'll show you how to use the Azure AI inference SDK as well as orchestration libraries like Llamaindex to run the same code with different models. We'll talk about what models work best for different stages of RAG, plus how you can evaluate your choice.
12. September 2024Microsoft Reactor
RAFT (RAG + Fine-tuning) in Azure AI Studio
RAG (Retrieval Augmented Generation) is the most common approach used to get LLMs to answer questions grounded in a particula...r domain's data. RAG is a very good domain adaptation technic but sometimes doesn't meet quality expectations. RAFT (Retrieval augmented fine-tuning) is a new hybrid approach to LLM domain adaptation that combines RAG and fine-tuning. In this session, you'll learn how to implement RAFT using Azure AI Studio and its fine tuning capabilities.
11. September 2024Microsoft Reactor
RAG with Data Access Control
If you're trying to get an LLM to accurately answer questions about your own documents, you need RAG: Retrieval Augmented Gen...eration. With a RAG approach, the app first searches a knowledge base for relevant matches to a user's query, then sends the results to the LLM along with the original question. What if you have documents that should only be accessed by a subset of your users, like a group or a single user? Then you need data access controls to ensure that document visibility is respected during the RAG flow. In this session, we'll show an approach using Azure AI Search with data access controls to only search the documents that can be seen by the logged in user. We'll also demonstrate a feature for user-uploaded documents that uses data access controls along with Azure Data Lake Storage Gen2.
11. September 2024Microsoft Reactor
Connections in Azure AI Studio
Dive into the essentials of connecting AI and ML solutions using Azure AI Studio. This session will guide you through setting... up AI Studio with best practices for security and access management, highlighting connections to key services such as Azure Cognitive Services, Azure Search, and Azure Storage Accounts. Whether you're implementing RAG chatbots or deploying models, discover how to protect your resources and ensure compliance across your enterprise. This session will highlight solutions from the Microsoft AI-In-a-Box framework, which you can find at aka.ms/ai-in-a-box.
10. September 2024Microsoft Reactor
Build an OpenAI code interpreter for Python
Discover how to build a Python code interpreter tool using Azure OpenAI for the code generation and Azure Container Apps Dyna...mic Sessions for sandboxed code execution. See how the popular Langchain package makes it easy to generate step-by-step code generation, and how the default Dynamic Sessions environments can call popular third-party libraries like pandas and numpy.
10. September 2024Tech Talks
Microsoft Tech Talks - Mandatory MFA, The Universe, and Everything: A Hitchhiker's Guide to a More Secure Galaxy
Mandatory MFA is happening but don't panic! Join us for an informative session as Sam Monroe describes what the new policy is..., how it works, and how it will affect your organization on the upcoming mandatory multi-factor authentication (MFA) for all Azure sign-ins. At Microsoft, your security is our top priority. By enforcing MFA for Azure sign-ins, we aim to provide you with the best protection against cyber threats. We appreciate your cooperation and commitment to enhancing the security of your Azure resources. Our goal is to deliver a low-friction experience for legitimate customers while ensuring robust security measures are in place. We encourage all customers to begin planning for compliance as soon as possible to avoid any business interruptions.
26. FebruarBerlinMeetup
AI Memory and Founders Night
26. FebruarMeetup
EXUSG Meetup Q1 2026
26. FebruarMeetup
AI Coding in der Praxis: Ein Blick hinter die Kulissen
26. FebruarFrankfurt am MainMeetup
AI Meetup February 2026
26. FebruarHamburgMeetup
Microsoft Fabric Meetup | CI/CD Best Practices and Fabric AI Overview
26. FebruarMeetup
WCAG Compliance in Power BI: Making Data Accessible to All
26. FebruarMeetup
Stammtisch (gemeinsam mit der Functional Programmers UG KA)
27. FebruarHannoverMeetup