diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-26 14:55:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-26 14:55:47 +0100 |
| commit | 1c7f603012b9bb4ffdc744062d924fe55c2a9ca0 (patch) | |
| tree | 06e81f1b11be4b98279b1804c09d58961d30f064 /src/series/series.md | |
| parent | ede8e81a4738c864970c9d8d276bbf86e9055307 (diff) | |
| download | sebastiano.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.md | 7 |
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. | |||
| 42 | This series contains only one post for now, but I may add more in the future. | 42 | This 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 | |||
| 48 | My 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) | ||
