aboutsummaryrefslogtreecommitdiff
path: root/src/series/series.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-26 14:55:47 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-26 14:55:47 +0100
commit1c7f603012b9bb4ffdc744062d924fe55c2a9ca0 (patch)
tree06e81f1b11be4b98279b1804c09d58961d30f064 /src/series/series.md
parentede8e81a4738c864970c9d8d276bbf86e9055307 (diff)
downloadsebastiano.tronto.net-1c7f603012b9bb4ffdc744062d924fe55c2a9ca0.tar.gz
sebastiano.tronto.net-1c7f603012b9bb4ffdc744062d924fe55c2a9ca0.zip
New blog post
Diffstat (limited to 'src/series/series.md')
-rw-r--r--src/series/series.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/series/series.md b/src/series/series.md
index a28ea04..84bdad0 100644
--- a/src/series/series.md
+++ b/src/series/series.md
@@ -42,3 +42,10 @@ of complexity: `grep`, `sed` and `awk`. Work in progress.
42This series contains only one post for now, but I may add more in the future. 42This series contains only one post for now, but I may add more in the future.
43 43
44* [Look stuff up with sed](../blog/2022-06-12-shell-ide-sed) 44* [Look stuff up with sed](../blog/2022-06-12-shell-ide-sed)
45
46## Taming C++
47
48My adventures in learning C++ as a C programmer.
49
50* Episode 1: [motivation](../blog/2024-04-30-taming-cpp-motivation)
51* Episode 2: [RAII](../blog/2024-12-26-taming-cpp-raii)

Generated with cgit - Back to sebastiano.tronto.net