This repository contains examples how you can practically use AI within your coding workflow.
As a coding assistant, DevoxxGenie is used.
More information about DevoxxGenie can be found at a previous blog
Two different setups are used, in every README the used setup is mentioned.
- Ollama as inference engine and qwen2.5-coder:7b as a model is used. This runs on CPU only.
- LMStudio as inference engine and qwen2.5-coder:7b as a model is used. This runs on GPU only.
The corresponding blog posts can be found here:
- https://mydeveloperplanet.com/2025/02/19/unlocking-ai-coding-assistants-real-world-use-cases-part-1/
- https://mydeveloperplanet.com/2025/03/05/unlocking-ai-coding-assistants-real-world-use-cases-part-2/
- https://mydeveloperplanet.com/2025/03/19/unlocking-ai-coding-assistants-real-world-use-cases-part-3/
- https://mydeveloperplanet.com/2025/04/02/unlocking-ai-coding-assistants-generate-spring-boot-application/
- https://mydeveloperplanet.com/2025/04/16/unlocking-ai-coding-assistants-generate-unit-tests/
Generate PlantUML Class Diagram
Generate OpenAPI Specification