Skip to content

Commit 16aff1f

Browse files
committed
Remove amazon affiliate links in several old articles. WIP
1 parent cd9e103 commit 16aff1f

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

org/_posts/2021-12-16-reactive_whats_the_big_deal.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Hopefully you have now gotten the main points of what Reactive programming is ab
117117
#+END_EXPORT
118118

119119

120-
If you program in Java or Kotlin, and would like to learn more about Reactive with Quarkus, I can recommend the [[https://amzn.to/40h989a][Reactive Systems in Java: Resilient, Event-Driven Architecture with Quarkus]] (Amazon affiliate link, so I earn commissions on qualified purchases).
120+
If you program in Java or Kotlin, and would like to learn more about Reactive with Quarkus, I can recommend the Reactive Systems in Java: Resilient, Event-Driven Architecture with Quarkus.
121121

122122

123123
If none of the stuff above seems like the next step, I hope I at least have given you the language you need to find it. Remember that language is power, and knowing the terms above will definitely help you do more effective searches in the Reactive and event driven spaces.

org/_posts/2022-10-15-sed_more_than_replacements.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sed can work with input piped into it, or you can supply a file as input. We wil
8585

8686

8787

88-
There is off course much more advanced things you can do by combining the various addressing, command line options and so on that sed provides. I recommend reading the man-pages to get information on all the options you have for using sed (i.e, run =man sed=). If you want more examples and explanations to dive deeper into sed (and text editing in scripts) after reading this article, I suggest reading the book [[https://amzn.to/3YiGQbJ][sed and awk: UNIX Power Tools]] (*Amazon affiliate link, so I will earn a commission on qualified purchases*). The book will also teach you awk, which is a small scripting language for editing text files, and might be a topic for a future article on this blog :)
88+
There is off course much more advanced things you can do by combining the various addressing, command line options and so on that sed provides. I recommend reading the man-pages to get information on all the options you have for using sed (i.e, run =man sed=). If you want more examples and explanations to dive deeper into sed (and text editing in scripts) after reading this article, I suggest reading the book sed and awk: UNIX Power Tools. The book will also teach you awk, which is a small scripting language for editing text files, and might be a topic for a future article on this blog :)
8989

9090

9191
* Simple replacements

org/_posts/2022-10-31-what_i_love_about_rust.org

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,7 @@ rust-analyzer, the language server for Rust, is an official Rust project. The pe
162162

163163
<<learn>>
164164
* Want to learn Rust now? - Recommended resources
165-
*NOTE! The book links are Amazon Affiliate links where I make a commission on qualified purchases.*
165+
I think the best way to get started with Rust is to read [[https://doc.rust-lang.org/stable/book/][The Rust Programming Language book]] (also available as a physical book in any bookstore that sells programming books), and do [[https://github.com/rust-lang/rustlings][Rustlings]] exercises while reading it (interactive exercises!). The next steps will probably be to hack away at your own projects, open source code etc. If you still find Rust interesting, I can recommend Rust Brain Teasers by Herbert Wolverson. It is in the style of books like Java Puzzlers, where you are presented with edge cases and weird behavior and should guess what happens (i.e, if it compiles, what it prints etc.).
166166

167167

168-
I think the best way to get started with Rust is to read [[https://amzn.to/3C77n4i][The Rust Programming Language book]], and do [[https://github.com/rust-lang/rustlings][Rustlings]] exercises while reading it (interactive exercises!). The next steps will probably be to hack away at your own projects, open source code etc. If you still find Rust interesting, I can recommend [[https://amzn.to/4dZtTJK][Rust Brain Teasers]]. It is in the style of books like Java Puzzlers, where you are presented with edge cases and weird behavior and should guess what happens (i.e, if it compiles, what it prints etc.).
169-
170-
171-
For those of you who may have read this article, and are familiar with Rust, you might want to go deeper. Maybe you want to know more about how everything works under the hood? More advanced concurrency and parallelism? Unsafe code? Other efficiency tricks, and things needed for embedded Rust? Then I can recommend [[https://amzn.to/4hkBmG5][Rust for Rustaceans]]. The author, Jon Gjengset, also have [[https://www.youtube.com/c/JonGjengset][a YouTube channel]] where he goes through intermediate Rust concepts (maybe there is some newbie friendly as well?).
168+
For those of you who may have read this article, and are familiar with Rust, you might want to go deeper. Maybe you want to know more about how everything works under the hood? More advanced concurrency and parallelism? Unsafe code? Other efficiency tricks, and things needed for embedded Rust? Then I can recommend Rust for Rustaceans. The author, Jon Gjengset, also have [[https://www.youtube.com/c/JonGjengset][a YouTube channel]] where he goes through intermediate Rust concepts (maybe there is some newbie friendly as well?).

0 commit comments

Comments
 (0)