Skip to content

Commit 2aca4e5

Browse files
committed
Improving article
1 parent e7f0c37 commit 2aca4e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site-generator/content/blog/2025/09/release-0.11.0.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,15 @@ With this evolution, software engineers now can combine pure system prompts and
100100
- [`@behaviour-consultative-interaction`](https://github.com/jabrena/cursor-rules-java/blob/main/.cursor/rules/behaviour-consultative-interaction.md)
101101
- [`@behaviour-progressive-learning`](https://github.com/jabrena/cursor-rules-java/blob/main/.cursor/rules/behaviour-progressive-learning.md)
102102
103-
With this design change applied into the different system prompts, you can use them in your `Data pipelines` for different use cases such as `automatic coding`, `code refactoring`, `continuous profiling`, and more.
103+
---
104+
105+
After this design change applied into the different system prompts, you can use them in your `Data pipelines` for different use cases such as `automatic coding`, `code refactoring`, `continuous profiling`, and more.
104106
105107
![](/cursor-rules-java/images/data-pipeline-workflow.png)
106108
107109
## New UML state machine diagrams for better understanding in complex dependencies.
108110
109-
Sometimes you need to use complex dependencies in your projects, like Apache Kafka clients, and the team may not be strong enough in the early stages. If you don't have much experience with them, a good practice is to run a spike and review how the client works under the hood to mitigate risks.
111+
Sometimes you need to use complex dependencies in your projects, like Apache Kafka clients, and the team may not be strong enough in the early stages. If you don't have much experience with them, a good practice is to run a `spike` and review how the client works under the hood to mitigate risks.
110112
111113
During the spike, you may need to visualize internal aspects of the clients, so why not generate a `UML state machine diagram` to gain more insights.
112114

0 commit comments

Comments
 (0)