Skip to content

Create a deck about System prompts for Devoxx Belgium 2025 (30min) #231

@jabrena

Description

@jabrena

https://jabrena.github.io/cursor-rules-java/dvbe25/index.html

Image

Create deck for the following talk:

https://devoxx.be/app/talk/4715/the-power-of-cursor-rules-in-java-enterprise-development

  • Create initial deck
  • Run deck with public
  • Review how to refactor the deck with the 30min constraint
  • Refactor the deck
  • Run deck v2 with public

https://revealjs.com/installation/

		<script src="dist/reveal.js"></script>
		<script src="plugin/notes/notes.js"></script>
		<script src="plugin/markdown/markdown.js"></script>
		<script src="plugin/highlight/highlight.js"></script>
		<script>
			Reveal.configure({ slideNumber: true });
			//Reveal.configure({ slideNumber: 'c/t' });
			// More info about initialization & config:
			// - https://revealjs.com/initialization/
			// - https://revealjs.com/config/
			Reveal.initialize({
				hash: true,
				transition: 'fade', // none/fade/slide/convex/concave/zoom
				slideNumber: true,
				showSlideNumber: 'all',
				scrollActivationWidth: null, // https://revealjs.com/scroll-view/ from 4.6.1 -> latest version

				// Learn about plugins: https://revealjs.com/plugins/
				plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
			});
		</script>

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions