Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Dec 21, 2023
1 parent 8dbdf69 commit 1ae269d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions my-blog/docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 2 additions & 0 deletions my-blog/docs/modules/java/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion my-blog/docs/modules/javascript/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1ae269d

Please sign in to comment.