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 12, 2023
1 parent 19f87c4 commit 7102e48
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/java/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* [x] https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/[New Features After Java 8]
* [x] https://piotrminkowski.com/2022/01/05/useful-unknown-java-features/[Useful & Unknown Java Features]
* [x] https://piotrminkowski.com/2023/01/30/useful-unknown-java-libraries/[Useful & Unknown Java Libraries]
* [x] https://www.infoworld.com/article/3709690/what-is-object-oriented-programming-the-everyday-programming-style.html[Intro to OOP: The everyday programming style]
* [x] https://www.infoq.com/articles/data-oriented-programming-java/[Data Oriented Programming in Java]
* [x] https://www.infoq.com/articles/java-local-variable-type-inference/[Java Feature Spotlight: Local Variable Type Inference]
* [x] https://www.infoq.com/articles/java-text-blocks/[Java Feature Spotlight: Text Blocks]
Expand Down
1 change: 1 addition & 0 deletions my-blog/docs/modules/javascript/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* [x] https://developer.mozilla.org/en-US/docs/Glossary/Pseudocode[Pseudocode]
* [x] https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Basics[JavaScript object basics]
* [x] https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object_prototypes[Object prototypes]
* [x] https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object-oriented_programming[Object-oriented programming]

=== NodeJS
* [x] https://nodejs.dev/en/learn/[NodeJS Document]
Expand Down
3 changes: 2 additions & 1 deletion my-blog/docs/modules/rabbitmq/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
* [x] https://www.rabbitmq.com/queues.html[Queues]
* [x] https://www.rabbitmq.com/heartbeats.html[Detecting Dead TCP Connections with Heartbeats and TCP Keepalives]
* [x] https://www.rabbitmq.com/direct-reply-to.html[Direct Reply-to]
* [x] https://github.com/rabbitmq/rabbitmq-server/blob/v3.12.x/deps/rabbitmq_stream/docs/PROTOCOL.adoc[RabbitMQ Streams Protocol Reference]
* [x] https://github.com/rabbitmq/rabbitmq-server/blob/v3.12.x/deps/rabbitmq_stream/docs/PROTOCOL.adoc[RabbitMQ Streams Protocol Reference]
* [x] https://www.rabbitmq.com/publishers.html[Publishers]

0 comments on commit 7102e48

Please sign in to comment.