Skip to content

Commit

Permalink
Move Quarkus Insights to MVC section
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Sep 24, 2024
1 parent 6219f43 commit 949c530
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/src/main/asciidoc/web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ public class Todos extends Controller {
}
----

For a thorough introduction to Quarkus Web, check out https://www.youtube.com/watch?v=JNmHNSmK180[Quarkus Insights Episode #178]. In it, Andy Damevin and Matheus Cruz provide a hands-on demonstration of creating a CMS.

Check warning on line 158 in docs/src/main/asciidoc/web.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Damevin'? Raw Output: {"message": "[Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Damevin'?", "location": {"path": "docs/src/main/asciidoc/web.adoc", "range": {"start": {"line": 158, "column": 143}}}, "severity": "WARNING"}

== Single Page Applications

Quarkus provides very solid tools for creating or integrating Single Page Applications to Quarkus (React, Angular, Vue, …), here are 3 options:

Check warning on line 162 in docs/src/main/asciidoc/web.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Vue'? Raw Output: {"message": "[Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Vue'?", "location": {"path": "docs/src/main/asciidoc/web.adoc", "range": {"start": {"line": 162, "column": 116}}}, "severity": "WARNING"}

Check warning on line 162 in docs/src/main/asciidoc/web.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Ellipses] Avoid the ellipsis (...) except to indicate omitted words. Insert a space before and after an ellipsis. Raw Output: {"message": "[Quarkus.Ellipses] Avoid the ellipsis (...) except to indicate omitted words. Insert a space before and after an ellipsis.", "location": {"path": "docs/src/main/asciidoc/web.adoc", "range": {"start": {"line": 162, "column": 121}}}, "severity": "INFO"}
Expand Down Expand Up @@ -264,9 +266,4 @@ You could also split it in two services: one for the backend and one for the fro

If your application involves a substantial number of static resources, consider using a CDN. Both the Web Bundler and Quinoa can be configured to work seamlessly with a CDN, providing improved performance and distribution of assets.

Check warning on line 267 in docs/src/main/asciidoc/web.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'.", "location": {"path": "docs/src/main/asciidoc/web.adoc", "range": {"start": {"line": 267, "column": 80}}}, "severity": "INFO"}

Check warning on line 267 in docs/src/main/asciidoc/web.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Bundler'? Raw Output: {"message": "[Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Bundler'?", "location": {"path": "docs/src/main/asciidoc/web.adoc", "range": {"start": {"line": 267, "column": 107}}}, "severity": "WARNING"}

// It would be nice to have a blog article and benchmark about this topic.


== Quarkus Insights

For a thorough introduction to Quarkus Web, check out https://www.youtube.com/watch?v=JNmHNSmK180[Quarkus Insights Episode #178]. In it, Andy Damevin and Matheus Cruz provide a hands-on demonstration of creating a CMS.
// It would be nice to have a blog article and benchmark about this topic.

0 comments on commit 949c530

Please sign in to comment.