Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2025-01-13-mcp-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: ' Implementing a MCP server in Quarkus'
date: 2025-01-13
tags: langchain4j, llm, ai
tags: langchain4j llm ai
synopsis: Shows how to implement an MCP server in Quarkus and use it in various clients such as Claude Desktop and LangChain4j
author: maxandersen
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Movie similarity search using vector databases'
date: 2025-03-24
tags: langchain4j, llm, ai
tags: langchain4j llm ai
synopsis: Shows how to create a movie similarity search system using a vector database and Quarkus LangChain4j
author: iocanel
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2025-06-25-hibernate7-on-quarkus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Hibernate ORM 7 on Quarkus: each new version brings a better database experience'
date: 2025-06-25
tags: hibernate, database, jpa
tags: hibernate database jpa
synopsis: A roundup on the new upgrades of Hibernate on Quarkus.
author: lmolteni
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2025-07-15-quickjs4j.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Introducing Quarkus quickjs4j: Seamless JavaScript Integration in Your Quarkus Applications'
date: 2025-07-15
tags: javascript, integration, cdi, build-time
tags: javascript integration cdi build-time
synopsis: A new Quarkiverse extension that brings JavaScript execution to your Java applications with compile-time code generation and full CDI integration.
author: ewittman
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2025-10-31-continued-focus-on-native.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Continued Focus on Native'
date: 2025-11-03
tags: mandrel, native, graalvm
tags: mandrel native graalvm
synopsis: 'Quarkus continues to focus on native for swift start-up time and low memory footprint.'
author: sgehwolf
---
Expand Down
Loading