Comments for Piotr's TechBlog https://piotrminkowski.com/ Java, Spring, Kotlin, microservices, Kubernetes, containers Sun, 22 Feb 2026 22:53:02 +0000 hourly 1 https://wordpress.org/?v=6.9.1 Comment on Create Apps with Claude Code on Ollama by piotr.minkowski https://piotrminkowski.com/2026/02/17/create-apps-with-claude-code-on-ollama/#comment-2792 Sun, 22 Feb 2026 22:53:02 +0000 https://piotrminkowski.com/?p=15992#comment-2792 In reply to sekhar.

But you should use it to generate the code.

]]>
Comment on Create Apps with Claude Code on Ollama by piotr.minkowski https://piotrminkowski.com/2026/02/17/create-apps-with-claude-code-on-ollama/#comment-2791 Sun, 22 Feb 2026 22:52:08 +0000 https://piotrminkowski.com/?p=15992#comment-2791 In reply to Magesh K.

I use MacBook Pro M3.

]]>
Comment on Create Apps with Claude Code on Ollama by Magesh K https://piotrminkowski.com/2026/02/17/create-apps-with-claude-code-on-ollama/#comment-2790 Sat, 21 Feb 2026 03:38:47 +0000 https://piotrminkowski.com/?p=15992#comment-2790 May I know your laptop configuration where you experimented this?

]]>
Comment on Create Apps with Claude Code on Ollama by Scott Howell https://piotrminkowski.com/2026/02/17/create-apps-with-claude-code-on-ollama/#comment-2788 Fri, 20 Feb 2026 15:54:55 +0000 https://piotrminkowski.com/?p=15992#comment-2788 Thank you

]]>
Comment on Create Apps with Claude Code on Ollama by sekhar https://piotrminkowski.com/2026/02/17/create-apps-with-claude-code-on-ollama/#comment-2787 Wed, 18 Feb 2026 23:45:59 +0000 https://piotrminkowski.com/?p=15992#comment-2787 9 ❯ what was my previous question ⏺ I don’t have a record of a prior question in this session. why is it not remembering what I asked?]]> This what its happening with the Ollama Claude Code. ❯ what’s the value of 3*3?

⏺ 9

❯ what was my previous question

⏺ I don’t have a record of a prior question in this session. why is it not remembering what I asked?

]]>
Comment on gRPC in Spring Boot by Maciek https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2765 Tue, 23 Dec 2025 19:53:05 +0000 https://piotrminkowski.com/?p=15902#comment-2765 Hey Piotr,
hm…my comments related to plugin settings were removed. Again in your example you had used binaryMavenPlugins node which is deprecated. Versions for both plugins are ok. No need to change them.
All you need to do is to replace binaryMavenPlugins node with the following:
plugin kind=”binary-maven” in protoc-gen-grpc-java plugin setup.
Maciek

]]>
Comment on gRPC in Spring Boot by piotr.minkowski https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2763 Sun, 21 Dec 2025 16:21:07 +0000 https://piotrminkowski.com/?p=15902#comment-2763 In reply to Maciek.

Hi. Thanks. But, which of them are deprecated. E.g. `1.77.0` is the latest version `protoc-gen-grpc-java`.

]]>
Comment on gRPC in Spring Boot by Maciek https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2762 Wed, 17 Dec 2025 22:44:22 +0000 https://piotrminkowski.com/?p=15902#comment-2762 Hey Piotr,
is deprecated. Based on the plugin github examples
you might update your pom with the following changes:

4.33.1

io.grpc
protoc-gen-grpc-java
1.77.0

Cheers,
Maciek

]]>
Comment on gRPC in Spring Boot by piotr.minkowski https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2761 Tue, 16 Dec 2025 13:55:02 +0000 https://piotrminkowski.com/?p=15902#comment-2761 In reply to erikpogi.

Looks nice. Thanks for suggestion!

]]>
Comment on gRPC in Spring Boot by erikpogi https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2760 Tue, 16 Dec 2025 05:39:20 +0000 https://piotrminkowski.com/?p=15902#comment-2760 You should checkout FintX (https://fintx.dev) for testing the gRPC service. It is open source and has a very intuitive UI

]]>