Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 9deb589

Browse files
committed
Removed LinkedIn as social
1 parent 4d40e68 commit 9deb589

6 files changed

+4
-13
lines changed

config.toml

-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ enableGitInfo = true
6565
name = "github"
6666
url = "https://github.com/lrotermund"
6767
rel = "me"
68-
[[params.social]]
69-
name = "linkedin"
70-
url = "https://www.linkedin.com/in/lukas-rotermund"
71-
rel = "me"
7268
[[params.social]]
7369
name = "Mastodon"
7470
url = "https://social.tchncs.de/@lukasrotermund"

content/posts/defered-code-execution.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,5 @@ good implementation due to my skill issue. I will work on that though.
12691269
Last but not least, I am interested in your perspective. What do you think about
12701270
defer? Have you ever tried to implement it in another language, or is there
12711271
already an implementation for that language? Feel free to drop me a line on
1272-
[LinkedIn](https://www.linkedin.com/in/lukas-rotermund) or
1273-
[Mastodon](https://social.dev-wiki.de/@lukasrotermund)!
1272+
[Mastodon](https://social.tchncs.de/@lukasrotermund)!
12741273

content/posts/make-go-tests-more-robust-by-fuzzy-testing.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,7 @@ offers.
10061006
I will definitely continue to enrich my classic tests with fuzzy tests[^fuzz] through quick. Do you
10071007
disagree with me, have you had bad or good experiences with quick, or do you know a way to make
10081008
fuzzy testing[^fuzz] much more efficient and better? Let's discuss it on
1009-
[LinkedIn](https://www.linkedin.com/in/lukas-rotermund) or
1010-
[Xing](https://www.xing.com/profile/Lukas_Rotermund2) – I look forward to your opinion!
1009+
[Mastodon](https://social.tchncs.de/@lukasrotermund) – I look forward to your opinion!
10111010

10121011
[^fuzz]: fuzzing, fuzz testing, fuzzy testing:
10131012
Fuzzy testing is an automatic way to test software using random parameters. Through the random,

content/posts/mastering-microservices.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2868,8 +2868,7 @@ conference. If it helps you, you can find them in my smart notes on Github:
28682868
28692869
Please consider the article under this criterion as well. I am grateful for any pointers to errors
28702870
or incompleteness. Feel free to contact me on
2871-
[LinkedIn](https://www.linkedin.com/in/lukas-rotermund),
2872-
[Mastodon](https://social.dev-wiki.de/@lukasrotermund), or simply by
2871+
[Mastodon](https://social.tchncs.de/@lukasrotermund), or simply by
28732872
[email](mailto:[email protected]).
28742873
28752874
### Heise's "Mastering Microservices" – About the conference

content/posts/php-array-object-benchmarking.md

-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ am telling you here.
645645

646646
If you enjoyed this article, please share it with your friends and colleagues.
647647
And let me know what you think. I am generally easy to reach on
648-
[LinkedIn](https://www.linkedin.com/in/lukas-rotermund/) and
649648
[Mastodon (social.tchncs.de)](https://social.tchncs.de/@lukasrotermund).
650649

651650
## General sources

content/posts/testing-an-important-feature-of-the-go-standard-library.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1150,5 +1150,4 @@ execution time and logically grouping the test code, really excited me.
11501150
I hope you were able to learn something new and also had fun taking a closer look at the
11511151
[testing package](https://golang.org/pkg/testing/). If you feel like discussing the article with me,
11521152
or if you just have some comments, feel free to contact me on
1153-
[Linkedin](https://www.linkedin.com/in/lukas-rotermund) or
1154-
[Xing](https://www.xing.com/profile/Lukas_Rotermund2).
1153+
[Mastodon](https://social.tchncs.de/@lukasrotermund).

0 commit comments

Comments
 (0)