From 77f053452523ba44341d53110b41701ca6f91c61 Mon Sep 17 00:00:00 2001 From: Coral Kashri <41470875+coralkashri@users.noreply.github.com> Date: Fri, 24 Mar 2023 00:53:24 +0200 Subject: [PATCH] Add CppSenioreas weblog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c81b13388..5368dad7e 100644 --- a/README.md +++ b/README.md @@ -1281,6 +1281,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Sutter’s Mill](https://herbsutter.com/gotw/) * [Vorbrodt's C++ Blog](https://vorbrodt.blog/) * [foonathan::blog()](https://foonathan.net/index.html) +* [C++ Senioreas](https://cppsenioreas.wordpress.com/) - Tools / ideas, design patterns and compilers' behind the scenes. ## Other Awesome Projects *Collection of useful codes, snippets, ...*