From 0efba1e29eafe39948f4c64161fad31e39d3c951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Antonio=20Bre=C3=B1a=20Moral?= Date: Sat, 28 Jun 2025 12:30:08 +0200 Subject: [PATCH 1/2] WIP --- docs/ABSTRACT_TALK.md | 7 +++++++ docs/ELEVATOR-PITCH.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/ABSTRACT_TALK.md create mode 100644 docs/ELEVATOR-PITCH.md diff --git a/docs/ABSTRACT_TALK.md b/docs/ABSTRACT_TALK.md new file mode 100644 index 00000000..9acef13e --- /dev/null +++ b/docs/ABSTRACT_TALK.md @@ -0,0 +1,7 @@ +Abstract + +**The power of Cursor rules in Java Enterprise development** + +Cursor AI is transforming how software engineers develop applications. One of its key features is Cursor Rules, which provides a powerful way to leverage System prompts. This talk explains how to harness the advantages of System prompts in Java Enterprise development, covering six key areas: **build systems** for intelligent Maven dependency management, **design** for object-oriented and type guidance, **coding** with secure standards and best practices, **testing** with comprehensive unit testing strategies, **refactoring** with modern Java features, and **profiling** to detect and resolve runtime issues like memory leaks and performance bottlenecks. + +The session will demonstrate these concepts through practical examples using Spring Boot and Quarkus frameworks. \ No newline at end of file diff --git a/docs/ELEVATOR-PITCH.md b/docs/ELEVATOR-PITCH.md new file mode 100644 index 00000000..1048c956 --- /dev/null +++ b/docs/ELEVATOR-PITCH.md @@ -0,0 +1,7 @@ +Elevator pitch + +Elevator pitch in English + +Cursor AI isn't just another coding tool—it's revolutionizing how we build enterprise Java applications. Through the power of Cursor Rules, it is possible to improve the way that Models offer better answers and code refactoring. + +In just 30 minutes, the speaker will show you how to use specific Cursor rules for java to improve your development in different areas with examples based on Spring Boot or quarkus. \ No newline at end of file From afa1b4df1738a94458923c83d87f3a2c48618385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Antonio=20Bre=C3=B1a=20Moral?= Date: Sat, 28 Jun 2025 12:51:30 +0200 Subject: [PATCH 2/2] Improving text --- docs/ABSTRACT_TALK.md | 7 ------- docs/cfp/ABSTRACT_TALK.md | 15 +++++++++++++++ docs/{ => cfp}/ELEVATOR-PITCH.md | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 docs/ABSTRACT_TALK.md create mode 100644 docs/cfp/ABSTRACT_TALK.md rename docs/{ => cfp}/ELEVATOR-PITCH.md (60%) diff --git a/docs/ABSTRACT_TALK.md b/docs/ABSTRACT_TALK.md deleted file mode 100644 index 9acef13e..00000000 --- a/docs/ABSTRACT_TALK.md +++ /dev/null @@ -1,7 +0,0 @@ -Abstract - -**The power of Cursor rules in Java Enterprise development** - -Cursor AI is transforming how software engineers develop applications. One of its key features is Cursor Rules, which provides a powerful way to leverage System prompts. This talk explains how to harness the advantages of System prompts in Java Enterprise development, covering six key areas: **build systems** for intelligent Maven dependency management, **design** for object-oriented and type guidance, **coding** with secure standards and best practices, **testing** with comprehensive unit testing strategies, **refactoring** with modern Java features, and **profiling** to detect and resolve runtime issues like memory leaks and performance bottlenecks. - -The session will demonstrate these concepts through practical examples using Spring Boot and Quarkus frameworks. \ No newline at end of file diff --git a/docs/cfp/ABSTRACT_TALK.md b/docs/cfp/ABSTRACT_TALK.md new file mode 100644 index 00000000..eed2b1eb --- /dev/null +++ b/docs/cfp/ABSTRACT_TALK.md @@ -0,0 +1,15 @@ +Abstract + +**The power of Cursor rules in Java Enterprise development** + +Cursor AI is transforming software development for engineers and organizations alike. One of its most powerful features is Cursor Rules, which provide an intelligent way to leverage system prompts and enhance the developer experience when interacting with AI models during programming tasks. + +The talk will explain in detail the Cursor Rules feature and how it is useful for any Java Software engineer tackling issues in different areas such as build systems, design, coding, testing, code refactoring with modern Java features, and profiling to detect and resolve runtime issues like memory leaks and performance bottlenecks. + +The talk will cover in detail: + +- Conversational and non-conversational Cursor rules +- How to modularize Cursor rules +- How to chain Cursor rules + +The session will demonstrate these concepts through practical examples using Spring Boot and Quarkus frameworks. \ No newline at end of file diff --git a/docs/ELEVATOR-PITCH.md b/docs/cfp/ELEVATOR-PITCH.md similarity index 60% rename from docs/ELEVATOR-PITCH.md rename to docs/cfp/ELEVATOR-PITCH.md index 1048c956..d1151801 100644 --- a/docs/ELEVATOR-PITCH.md +++ b/docs/cfp/ELEVATOR-PITCH.md @@ -4,4 +4,4 @@ Elevator pitch in English Cursor AI isn't just another coding tool—it's revolutionizing how we build enterprise Java applications. Through the power of Cursor Rules, it is possible to improve the way that Models offer better answers and code refactoring. -In just 30 minutes, the speaker will show you how to use specific Cursor rules for java to improve your development in different areas with examples based on Spring Boot or quarkus. \ No newline at end of file +In just 30 minutes, the speaker learn the concept about cursor rules and how to help them in daily java work with examples based on Spring Boot or quarkus. \ No newline at end of file