Showcases
Implementation examples for current IT topics
How we approach problems – as traceable code, not as a glossy case study. Each example tackles a concrete technical question and shows one possible solution, openly available on GitHub.
github.com/SCC-Informationssysteme-GmbH/demos-publicFurther reading
Official documentation for the technologies used in our showcases – useful if you're exploring them for the first time.
Languages & Frameworks
- dev.java ↗ Official Java developer portal with tutorials and language reference.
- Spring Boot ↗ Official documentation for the Java framework behind most of our showcases.
- Apache ODE ↗ Open-source engine for executing BPEL processes, embedded in Jakarta EE applications.
AI & LLM Integration
- Spring AI ↗ LLM integration, function calling and RAG for Spring Boot applications.
- LangChain4j ↗ Java library for LLM applications with chat memory and tool integration.
- OpenAI API ↗ Reference for the OpenAI API covering chat completions, function calling and code generation.
- Qdrant ↗ Open-source vector database for semantic search and RAG.
- Ollama ↗ Local runtime for chat and embedding models via a unified REST API, used in the spring-ai-rag-ollama-demo showcase.
- Nous Research – Hermes Agent ↗ Open-source agent framework with multi-platform integration (Telegram, Discord, Slack and more), subagents and sandbox backends like Docker and Modal.
- Composio ↗ Tool integration platform for AI agents with 1,000+ app connections, managed OAuth and sandboxed execution.
AI Tools: Video & Audio
- Higgsfield ↗ AI platform for video, image and audio generation, including text-to-video and voiceover.
Cloud & Platforms
- Microsoft Azure ↗ Documentation on Azure services for cloud migration and operation.
- AWS ↗ Documentation on Amazon Web Services for cloud migration and operation.
- Google Cloud ↗ Documentation on Google Cloud services for cloud migration and operation.
- Docker ↗ Documentation on containers and Docker Compose for isolated, reproducible execution environments.
- Kubernetes ↗ Container orchestration for deploying, scaling and operating distributed applications.
- OpenShift ↗ Red Hat's enterprise Kubernetes platform with an integrated build and deployment workflow.
Automation
- n8n ↗ Workflow automation with visual nodes, e.g. for approval and notification processes.
LLM Providers
- OpenAI ↗ Provider of the GPT models and the API used e.g. in the spring-t23d-demo showcase for code generation.
- Anthropic ↗ Provider of the Claude model family for chat, code generation and agents.
- Google DeepMind ↗ Provider of Google's Gemini model family.
- Mistral AI ↗ European provider of open and commercial language models.
- Moonshot AI ↗ Provider of the Kimi model family, including Kimi K3.
- OpenRouter ↗ Bundled access to models from multiple providers through one OpenAI-compatible API – no separate account per provider.
Knowledge Management
- Obsidian ↗ Note-taking app based on local Markdown files for knowledge organization, planned as a context source for AI agents.