San Diego C++ Meetup – #61 Apr 16 2024

Hello all, Yet another summary of our latest session of San Diego C++ Meetup. America’s finest city endorsing America’s favorite language 😉 The meetup page can be found here. Agenda summary That’s it for this session. Thank you for reading! Kobi

San Diego C++ Meetup #60 – March 12 2024

Hello everyone, San Diego C++ Meetup – 5 Years! 60 meetings! took place Tuesday March 12th 2024. Here is the link to the meetup.com page. Recently, I’m moving away from Windows+Teams. Last session, we used Zoom utilizing Andreas Fertig’s account. Andreas was our guest speaker on Feb 2024. For March, I tried using Google Meet […]

Exploring Polymorphism in C++ – San Diego C++ Meetup Feb 2024

Hello everyone, We had a special guest speaker on Tuesday, Feb 20th 2024. Andreas Fertig! This is not Andreas’ first appearance in our Meetup and I was super happy to host him again! This session went over an interesting and extremely useful information – Runtime vs Compile time polymorphism. The event page can be found […]

San Diego C++ Meetup #58 – Modern C++ Design, chapter 2

Hello all, Quick summary on a great Tuesday night on Jan 16 where we went over chapter 2 of Andrei’s A. book – Modern C++ design. meetup-event link Recording: Here is the overall summary of what we went over in this session: Overall, in the past 2 sessions (Dec 2023, Jan 2024) we showed the […]

San Diego C++ Meetup #53 – notes

Hello all! We had a great night on Tuesday August 15. The San Diego C++ meetup #53 took place. Here is the recording Here is a short summary of the topics and discussions we went through: Thank you for reading! See you next time! Kobi

Ben Deane – San Diego C++ Meetup! June 13 2023 #51

Hello all, It was yet another exciting night this time hosting Ben Deane! His talk named “Applicative – the Forgotten Functional Pattern“ Here is the recording: Ben is a great speaker and he loves Functional programming 🙂 First – the Abstract: Abstract Monads get all the press. Functors are often presented as a prerequisite to […]

YACRB – Yet Another CoRoutines Blog

Based on a true story from the San Diego C++ Meetup #46 1/2023 After our Jan 2023 virtual meeting I wanted to summarize all the cool stuff we learned during the session. This is the short version of the talk that I (Kobi) presented on Tuesday, Jan 17 2023. First, I’d like to have few […]

San Diego C++ Meetup Apr 11 2023 – #49

Summary of the last San Diego C++ Meetup – held on April 11 2023. This was our 49th meeting since inception on March 12 2019. Sorry again for the delay posting this summary. I had some technical issues uploading the recording last week and finally found some time to write the summary. Recording can be […]

San Diego C++ Meetup Mar 21 2023 – #48

Yet another apology on the delay in posting the summary of the latest San Diego C++ Meetup. Super busy at work. It’s finally Friday night and I have some time to sit down and write the summary. 4 years. Total of 48 meeting. Missed just one session, March 2020 when COVID started. I was not […]

Token Bucket: or how to throttle

For a while now I was wondering how one could throttle network traffic, disk reads/writes etc. Google search quickly brought me to the Token Bucket Algorithm as well as few C++ implementations here and here. I was a bit puzzled at first by how the algorithm works when looking at the code; the two implementations […]

San Diego C++ Meetup Feb 15 2023 – #47

Apologize about the delay in posting this. Here are the minutes from the last San Diego C++ Meetup, held on Wed Feb 15 2023 5PM Pacific time. Thank you everyone for joining! The meetup was recorded and uploaded to sdcppmu YouTube channel here: So what did we have in this meeting? First – I presented […]

San Diego C++ Meetup Jan 17 2023 – Coroutines

Hello everyone! On Tuesday, Jan 17 2023 we hosted the 46th session of San Diego C++ Meetup. This time, I gave a talk on C++20 Coroutines which I named “YACRT – Yet Another Coroutine Talk”. There are many good talks out there and I decided to have another one for the San Diego C++ group. […]

San Diego C++ Meetup Hosting Amir Kirs – To Move Or Not To Move!

Hello everyone! Tonight (Dec 6 2022) we hosted Amir Kirsh from Incredibuild. Amir went over the various use cases of using std::move, also highlighting std::forward usage, various pitfalls and he provided us with good set of guidelines on when to use and not to use std::move. Highly recommended! Here is the recording (can be found […]

San Diego C++ Meetup – #44 – RxCpp and Boost.Asio

Today, Monday, November 14, we had our #44 San Diego C++ Meetup. Unfortunately, there seem to have some issues in the posted link on meetup and many could not attend. Giant apology on this one. Not sure what happened and how but would pay extra attention next time (Dec 2022 here I come …). Tonight, […]