
Piotr Mińkowski
@piotr_minkowski
Followers
13K
Following
5K
Media
262
Statuses
3K
Java Developer · Software Architect · Blogger · Learner · YouTube https://t.co/JACoUP8Y6u · Author: Mastering Spring Cloud
Warszawa, Polska
Joined August 2017
I'm continuously improving my repo with Spring AI 🍃🧠tutorials and examples. I hope you find it interesting. If you have any comments or ideas you can start a discussion: https://t.co/Up2EvWFJ04. Enjoy 👇 https://t.co/BvoPFWJhMB
github.com
Sample Spring AI Application with several use cases - piomin/spring-ai-showcase
2
7
69
If you are a Spring Boot application developer, you should definitely check out the Arconia framework. https://t.co/xIRBfEQq7C First, arconia-cli provides a build tool (Maven, Gradle) agnostic commands to perform tasks like running tests, starting applications in dev mode,
5
38
263
Facing #Java app deployment pains? I've been there, and that's why I created this resource. Learn how to #Dockerize your applications for rapid testing and effortless scaling. Let's solve those headaches together!. Like, comment and repost to win a copy of the book 📕. AMA.
💻 Build. 🐳 Containerize. 🚀 Deploy. Learn how to Dockerize your #Java apps for faster testing, smoother scaling, and fewer headaches. Hands-on, practical, and made for Java developers by @iASHeeesh. #Docker #Microservices #SpringBoot #DeveloperTools 🔗 https://t.co/Rcn84wqrvf
0
4
13
A demo repository on GitHub illustrating the advanced usage of GraphQL with Spring Boot, including filtering and relationship fetching, has been updated. Using three different projects: Spring GraphQL, Netflix DGS, and GraphQL Java Kickstart ->
github.com
Demo application illustrating advanced usage of GraphQL with Spring Boot like filtering or relationship fetching - piomin/sample-spring-boot-graphql
1
9
53
[New post✍️🆕] AI🧠 Tool Calling with Quarkus🚀 LangChain4j🦜 🏷️ #quarkus #ai #LLM #tool #guardrail @langchain4j
https://t.co/ggjl8HJtMg
piotrminkowski.com
This article will show you how to use Quarkus LangChain4j AI support with the most popular chat models for the "tool calling" feature.
0
4
19
I am working on a new series of tutorials for Quarkus AI (LangChain4j). You can follow the effects of my work on an ongoing basis here https://t.co/hjZ89hj7ki. For now: 🔹Switch between OpenAI, Mistral, and Ollama 🔹@ Tool with guardrail example 🔹Chat memory, structured output
github.com
Sample Quarkus LangChain4J Application with several use cases - piomin/quarkus-ai-showcase
0
0
4
[New post✍️🆕] Getting Started with Quarkus LangChain4j and Chat Model 🚀🧠 🏷️ #AI #OpenAI #MistralAI #Ollama #Quarkus @langchain4j
https://t.co/NyfjnX2yuV
piotrminkowski.com
This article will teach you how to use the Quarkus LangChain4j project to build applications based on different chat models.
0
2
17
[New Post✍️🆕] Backstage Dynamic Plugins with Red Hat Developer Hub #IDP #backstage #kubernetes #redhatdeveloperhub
piotrminkowski.com
This article will teach you how to create Backstage dynamic plugins and install them smoothly in Red Hat Developer Hub.
0
0
7
Dziś w miłym gronie zacnych postaci w Belwederze zostałem odznaczony Krzyżem Kawalerskim Orderu Odrodzenia Polski. Czuje się zaszczycony!
249
379
2K
Example repository with the Spring Modulith showcase: 🔹 Update to the latest 1.4 of Spring Modulith 🔹 Achieved 100⭐️ Thanks🙏 https://t.co/z99mXtKz8a
github.com
The demo repository showing modulith architecture with Spring Boot and Spring Modulith - GitHub - piomin/sample-spring-modulith: The demo repository showing modulith architecture with Spring Boot...
2
9
70
It's a real pleasure to be on the list of top 10 Spring Blogs together with @starbuxman @TomHombergs @petrikainulaine @spring_guru @baeldung 👉 https://t.co/Ci2xptogoZ by @_feedspot
bloggers.feedspot.com
FeedSpot brings you the best list of Spring Framework blogs, ranked by relevance, online following, and freshness to keep you connected with the latest voices
3
2
36
Interesting trend. More views in the last two weeks in my GitHub repo ( https://t.co/kbpMwZbEKt) from ChatGPT than from Google.
0
1
9
Spring AI 1.0.0 GA was released a few days ago. I just updated my two sample repositories to the latest version of Spring AI. Enjoy :) https://t.co/XP4Eq0Tdso
https://t.co/fEGAysWBeP
0
5
21
Spring Boot 3.5 is not compatible with the latest Spring Cloud release (2024.0.1). Even though it is mid-2025, the latest release is numbered as if it were from the previous year. Why these releases are so rare and where this numbering system came from remains a mystery to me.
2
2
33
[New Article ✍️🆕] OpenShift AI with vLLM and Spring AI 🧠🍃 🔹How to prepare and configure OpenShift AI 🔹How to run custom AI models on OpenShift 🔹How to integrate Spring AI with such models with vLLM that serves an OpenAI-compatible API https://t.co/NFqGRaLdRU
piotrminkowski.com
This article will teach you how to use OpenShift AI and vLLM to serve models used by the Spring AI application.
2
5
29
I'm looking for an AI tool that can be installed as a GitHub app and automatically analyze a target repository to create pull requests with code improvement suggestions. I played with https://t.co/NxtjRxEIqQ, but it doesn't work for my repos. Any suggestions?
1
0
0
I just updated both my sample Spring AI 🧠🍃repos to the latest version of the Spring AI milestone (1.0.0-M7). 👇👇👇 https://t.co/XP4Eq0Tdso
https://t.co/fEGAysWBeP
github.com
Sample Spring AI Applications. Contribute to piomin/spring-ai-apps development by creating an account on GitHub.
0
5
32
🚀 "Building Effective Agents with Spring AI (Part 1)" - learn how to implement 5 powerful Agentic patterns with @SpringAICentral : Chain Workflow, Parallelization, Routing , Orchestrator-Workers, Evaluator-Optimizer ... https://t.co/sFvLZ0Bb09
0
13
69
I can also ask CodeRabbit to prepare a commit with changes. It's nice. (3/4)
0
0
2
CodeRabbit gives me suggestions for files modified by a pull request as comments on the commit. I can resolve the conversation or add comments to discuss with the AI agent. (2/4)
1
0
2
Do you use AI tools for automatic code review in your CI/CD process? Today I'm playing with @coderabbitai and it looks promising. For example, I can easily integrate it with GitHub to review each pull request. (1/4)
5
1
7