Skip to content

Commit cb3759c

Browse files
authored
Improving slides (#381)
1 parent 6970b84 commit cb3759c

File tree

3 files changed

+61
-27
lines changed

3 files changed

+61
-27
lines changed

docs/dvbe25/index.html

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -130,40 +130,38 @@ <h3>Slides</h3>
130130
<section>
131131
<h2>Introduction</h2>
132132
<p>
133-
Software Development workflow has evolved with the raise of AI tools enhancements.
133+
Software Development workflow & Data Pipelines has evolved with the raise of AI tools enhancements.
134134
</p>
135+
</section>
136+
<section>
137+
<h2>Introduction</h2>
135138
<p><strong>For Software Engineers: AS IS</strong></p>
136139
<img src="images/alternatives/asis.png" />
137140
</section>
138141
<section>
139142
<h2>Introduction</h2>
140-
<p>
141-
Software Development workflow has evolved with the raise of AI tools enhancements.
142-
</p>
143143
<p><strong>For Software Engineers: TO BE</strong></p>
144144
<img src="images/alternatives/tobe.png" />
145145
</section>
146146
<section>
147147
<h2>Introduction</h2>
148-
<p>
149-
But now, you can use AI tools in the Data Pipelines also:
150-
</p>
151148
<p><strong>For Data Pipelines: AS IS</strong></p>
152149
<img src="images/alternatives/asis-data.png" />
153150
</section>
154151
<section>
155152
<h2>Introduction</h2>
156-
<p>
157-
But now, you can use AI tools in the Data Pipelines also:
158-
</p>
159153
<p><strong>For Data Pipelines: TO BE</strong></p>
160154
<img src="images/alternatives/tobe.png" />
161155
</section>
162156
<section>
163157
<h2>Introduction</h2>
164158
<p>
165-
So... How to help Software Engineer to improve the different workflows?
159+
So... How to help Software Engineer & Data Pipelines
160+
to reduce ambiguity and improve the results of the different workflows?
166161
</p>
162+
</section>
163+
<section>
164+
<h2>Introduction</h2>
167165
<p>
168166
<strong>Answer:</strong>
169167
<br />
@@ -323,8 +321,27 @@ <h2>Where is works?</h2>
323321
</section>
324322
</section>
325323
<section>
326-
<h2>Demo</h2>
327-
<img src="./images/demo.png" width="80%" />
324+
<section>
325+
<h2>Demos</h2>
326+
<ul>
327+
<li>Software Engineer features
328+
<ul>
329+
<li>Refactoring testing code</li>
330+
</ul>
331+
</li>
332+
<li>Data pipelines features
333+
<ul>
334+
<li>Hello World</li>
335+
<li>Implemeting a new feature with TDD</li>
336+
<li>Interacting with Models to retrieve Data from Models</li>
337+
</ul>
338+
</li>
339+
</ul>
340+
</section>
341+
<section>
342+
<h2>Demo</h2>
343+
<img src="./images/demo.png" width="80%" />
344+
</section>
328345
</section>
329346
<section>
330347
<h2>References</h2>

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-10-05T17:23:13+0200</updated>
5+
<updated>2025-10-06T11:22:30+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>

documentation/conferences/dvbe25/index.html

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -130,40 +130,38 @@ <h3>Slides</h3>
130130
<section>
131131
<h2>Introduction</h2>
132132
<p>
133-
Software Development workflow has evolved with the raise of AI tools enhancements.
133+
Software Development workflow & Data Pipelines has evolved with the raise of AI tools enhancements.
134134
</p>
135+
</section>
136+
<section>
137+
<h2>Introduction</h2>
135138
<p><strong>For Software Engineers: AS IS</strong></p>
136139
<img src="images/alternatives/asis.png" />
137140
</section>
138141
<section>
139142
<h2>Introduction</h2>
140-
<p>
141-
Software Development workflow has evolved with the raise of AI tools enhancements.
142-
</p>
143143
<p><strong>For Software Engineers: TO BE</strong></p>
144144
<img src="images/alternatives/tobe.png" />
145145
</section>
146146
<section>
147147
<h2>Introduction</h2>
148-
<p>
149-
But now, you can use AI tools in the Data Pipelines also:
150-
</p>
151148
<p><strong>For Data Pipelines: AS IS</strong></p>
152149
<img src="images/alternatives/asis-data.png" />
153150
</section>
154151
<section>
155152
<h2>Introduction</h2>
156-
<p>
157-
But now, you can use AI tools in the Data Pipelines also:
158-
</p>
159153
<p><strong>For Data Pipelines: TO BE</strong></p>
160154
<img src="images/alternatives/tobe.png" />
161155
</section>
162156
<section>
163157
<h2>Introduction</h2>
164158
<p>
165-
So... How to help Software Engineer to improve the different workflows?
159+
So... How to help Software Engineer & Data Pipelines
160+
to reduce ambiguity and improve the results of the different workflows?
166161
</p>
162+
</section>
163+
<section>
164+
<h2>Introduction</h2>
167165
<p>
168166
<strong>Answer:</strong>
169167
<br />
@@ -323,8 +321,27 @@ <h2>Where is works?</h2>
323321
</section>
324322
</section>
325323
<section>
326-
<h2>Demo</h2>
327-
<img src="./images/demo.png" width="80%" />
324+
<section>
325+
<h2>Demos</h2>
326+
<ul>
327+
<li>Software Engineer features
328+
<ul>
329+
<li>Refactoring testing code</li>
330+
</ul>
331+
</li>
332+
<li>Data pipelines features
333+
<ul>
334+
<li>Hello World</li>
335+
<li>Implemeting a new feature with TDD</li>
336+
<li>Interacting with Models to retrieve Data from Models</li>
337+
</ul>
338+
</li>
339+
</ul>
340+
</section>
341+
<section>
342+
<h2>Demo</h2>
343+
<img src="./images/demo.png" width="80%" />
344+
</section>
328345
</section>
329346
<section>
330347
<h2>References</h2>

0 commit comments

Comments
 (0)