Nowadays, there are quite a lot AI coding assistants. In this blog, you will take a closer look at GitHub Code CLI, a terminal based AI coding assistant. GitHub Copilot CLI integrates smoothly with GitHub Copilot, so if you have a GitHub Copilot subscription, it is definitely worth looking at. Enjoy!
Continue reading “Getting Started with GitHub Copilot CLI for Coding Tasks”Setting Up Claude Code with Ollama: A Guide
Nowadays, there are quite a lot AI coding assistants. In this blog, you will take a closer look at Claude Code, a terminal based AI coding assistant. Since mid January 2026, Claude Code can also be used in combination with Ollama, a local inference engine. Enjoy!
Continue reading “Setting Up Claude Code with Ollama: A Guide”Getting Started with Qwen Code for Coding Tasks
Nowadays, there are quite a lot AI coding assistants. In this blog, you will take a closer look at Qwen Code, a terminal based AI coding assistant. Qwen Code is optimized for Qwen3-Coder, so when you are using this AI model, it is definitely worth looking at. Enjoy!
Continue reading “Getting Started with Qwen Code for Coding Tasks”Open Notebook: A Secure Alternative to Google Notebook LM
Google Notebook LM is a powerful AI tool for interacting with your documents. However, privacy concerns might prevent you uploading sensitive data to Notebook LM. There is an open source alternative by means of Open Notebook. All data can be kept local and you are not restricted to Google’s Gemini models. Let’s check this out!
Continue reading “Open Notebook: A Secure Alternative to Google Notebook LM”Testing MCP Servers with MCP Inspector
You create an MCP server, but how can you test whether it works as expected? In this blog, you will learn how you can test and debug MCP servers by using MCP Inspector. Enjoy!
Continue reading “Testing MCP Servers with MCP Inspector”Creating an MCP Client with Spring AI
MCP servers extend the functionality of a Large Language Model (LLM). Inference engines allow you to define the MCP servers, but often you will need to write an MCP client yourself. In this blog, you will learn how to do so using Spring AI. Enjoy!
Continue reading “Creating an MCP Client with Spring AI”Creating an MCP Server with Spring AI
In this blog, you will learn how to create a Model Context Protocol (MCP) server using Spring AI. You will see with how little effort you can create your own MCP server. Enjoy!
Continue reading “Creating an MCP Server with Spring AI”Enhance AI Coding with MCP Agents
In this blog, you will explore some AI MCP agents which will enhance your AI coding assistant workflow. The goal is to expand the capabilities of an LLM with shell commands, browser interaction and update-to-date library information. Enjoy!
Continue reading “Enhance AI Coding with MCP Agents”Enhance Development with DevoxxGenie and MCP
Are you interested in adding AI agents to your coding workflow? In this blog, you will learn what MCP agents are and how you can integrate these in your coding workflow. DevoxxGenie will be used, which is a JetBrains IDE plugin supporting AI coding assistance. Enjoy!
Continue reading “Enhance Development with DevoxxGenie and MCP”Unlocking AI Coding Assistants: Generate Unit Tests
In this part of this series, you will try to create unit tests for a Spring Boot application using an AI coding assistant. The goal is not to just merely create working unit tests, but to create qualitative unit tests. Enjoy!
Continue reading “Unlocking AI Coding Assistants: Generate Unit Tests”