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”Secure Your Spring Boot Apps Using Keycloak and OIDC
In this blog, you will take a closer look at Spring Security. More specifically Spring Security in combination with Keycloak using OpenID Connect. All supported by means of examples and unit tests. Enjoy!
Continue reading “Secure Your Spring Boot Apps Using Keycloak and OIDC”Setup OpenID Connect with Keycloak: A Step-by-Step Guide
In this blog, you will learn how to set up the OpenID Connect Authorization Code Flow using Keycloak. You will execute the flow yourself in order to get a better understanding of OIDC. Enjoy!
Continue reading “Setup OpenID Connect with Keycloak: A Step-by-Step Guide”Testing Java Applications with WireMock and Spring Boot
Your application has an integration with another system. In your unit integration tests, you want to mock the other system’s behaviour. WireMock is a testing library which helps you with mocking the APIs you depend on. In this blog, you will explore WireMock for testing a Spring Boot application. Enjoy!
Continue reading “Testing Java Applications with WireMock and Spring Boot”Enforcing Architecture with ArchUnit in Java
You create a well-defined architecture, but how do you enforce this architecture in your code? Code reviews can be used, but wouldn’t it be better to verify your architecture automatically? With ArchUnit you can define rules for your architecture by means of unit tests.
Continue reading “Enforcing Architecture with ArchUnit in Java”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”Unlocking AI Coding Assistants: Generate Spring Boot Application
In this part of this series, you will try to create a Spring Boot application from scratch using an AI coding assistant. The goal is not to just merely create a working application, but to create production-grade code. Enjoy!
Continue reading “Unlocking AI Coding Assistants: Generate Spring Boot Application”Unlocking AI Coding Assistants: Real-World Use Cases Part 3
Do you think that AI coding assistants are not working for you? You constantly get wrong responses and now you have given up using them? In this blog, some real life use cases are shown where AI coding assistants are helpful and will help you during your daily work. Enjoy!
Continue reading “Unlocking AI Coding Assistants: Real-World Use Cases Part 3”Unlocking AI Coding Assistants: Real-World Use Cases Part 2
Do you think that AI coding assistants are not working for you? You constantly get wrong responses and now you have given up using them? In this blog, some real life use cases are shown where AI coding assistants are helpful and will help you during your daily work. Enjoy!
Continue reading “Unlocking AI Coding Assistants: Real-World Use Cases Part 2”