Skip to content

Commit 901c03f

Browse files
authored
Improving article (#358)
* Improving article * Minor upgrade
1 parent e7f0c37 commit 901c03f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/blog/2025/09/release-0.11.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,11 @@ <h2> Why decouple Pure System prompts from specialized behaviors?</h2>
160160
<li><a href="https://github.com/jabrena/cursor-rules-java/blob/main/.cursor/rules/behaviour-consultative-interaction.md"><code>@behaviour-consultative-interaction</code></a></li>
161161
<li><a href="https://github.com/jabrena/cursor-rules-java/blob/main/.cursor/rules/behaviour-progressive-learning.md"><code>@behaviour-progressive-learning</code></a></li>
162162
</ul>
163-
<p>With this design change applied into the different system prompts, you can use them in your <code>Data pipelines</code> for different use cases such as <code>automatic coding</code>, <code>code refactoring</code>, <code>continuous profiling</code>, and more.</p>
163+
<hr />
164+
<p>After this design change applied into the different system prompts, you can use them in your <code>Data pipelines</code> for different use cases such as <code>automatic coding</code>, <code>code refactoring</code>, <code>continuous profiling</code>, and more.</p>
164165
<p><img src="/cursor-rules-java/images/data-pipeline-workflow.png" alt="" /></p>
165166
<h2>New UML state machine diagrams for better understanding in complex dependencies.</h2>
166-
<p>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.</p>
167+
<p>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 <code>spike</code> and review how the client works under the hood to mitigate risks.</p>
167168
<p>During the spike, you may need to visualize internal aspects of the clients, so why not generate a <code>UML state machine diagram</code> to gain more insights.</p>
168169
<p><strong>Examples:</strong></p>
169170
<pre><code>Create UML class diagrams with @171-java-diagrams without any questions from

docs/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns='http://www.w3.org/2005/Atom' xml:lang='en'>
33
<id>https://jabrena.github.io/cursor-rules-java/</id>
44
<title>Cursor Rules for Java</title>
5-
<updated>2025-09-27T20:29:10+0200</updated>
5+
<updated>2025-09-27T20:36:06+0200</updated>
66
<link rel="alternate" type="text/html" href="https://jabrena.github.io/cursor-rules-java/" />
77
<link rel='self' type='application/atom+xml' href='https://jabrena.github.io/cursor-rules-java//feed.xml' />
88
<entry>

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)