diff --git a/my-blog/docs/modules/ROOT/nav.adoc b/my-blog/docs/modules/ROOT/nav.adoc index 86c8faf..06433aa 100644 --- a/my-blog/docs/modules/ROOT/nav.adoc +++ b/my-blog/docs/modules/ROOT/nav.adoc @@ -1,6 +1,7 @@ * xref:index.adoc[About me] .The Learning Path +* xref:jargon:index.adoc[JARGON] * xref:pattern:index.adoc[PATTERN] * xref:github:index.adoc[GITHUB] * xref:java:index.adoc[JAVA] diff --git a/my-blog/docs/modules/java/pages/index.adoc b/my-blog/docs/modules/java/pages/index.adoc index 63480ae..fa22be7 100644 --- a/my-blog/docs/modules/java/pages/index.adoc +++ b/my-blog/docs/modules/java/pages/index.adoc @@ -36,6 +36,8 @@ * [x] https://openjdk.org/projects/amber/guides/lvti-style-guide[Local Variable Type Inference] * [x] https://openjdk.org/projects/amber/design-notes/patterns/pattern-matching-for-java[Pattern Matching for Java] * [x] https://docs.oracle.com/javase/8/docs/technotes/guides/language/type-inference-generic-instance-creation.html[Type Inference for Generic Instance Creation] +* [x] https://digma.ai/blog/the-spring-way-of-doing-things-9-ways-to-improve-your-spring-boot-skills/[THE “SPRING WAY” OF DOING THINGS: 9 WAYS TO IMPROVE YOUR SPRING BOOT SKILLS] +* [x] https://foojay.io/today/testing-spring-boot-jms-with-activemq-artemis-and-testcontainers/[Testing Spring Boot JMS with ActiveMQ Artemis and Testcontainers] == Java Service Provider Interface (SPI) * [ ] https://docs.oracle.com/javase/tutorial/ext/basics/index.html[Lesson: Creating and Using Extensions] diff --git a/my-blog/docs/modules/javascript/pages/index.adoc b/my-blog/docs/modules/javascript/pages/index.adoc index fc00a75..2334eeb 100644 --- a/my-blog/docs/modules/javascript/pages/index.adoc +++ b/my-blog/docs/modules/javascript/pages/index.adoc @@ -2,7 +2,7 @@ == Articles * [ ] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide[Javascript Guides] -* [ ] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_precedence[Operator precedence] +* [x] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_precedence[Operator precedence] * [ ] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements#difference_between_statements_and_declarations[Statements and declarations] * [ ] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/Expression_statement[Expression statement] * [ ] https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Writing_style_guide/Code_style_guide/JavaScript[Guidelines for writing JavaScript code examples]