San Diego C++ Meetup #64 – July 16 2024

Hello all! Summary of the recent San Diego C++ meetup session, took place Tue, July 16 2024 5PM Pacific Time. Agenda in this meeting: Meetup event page here. Recording can be found here: Details: That’s it for July 2024. Working on the agenda for the next meeting! Thank you for reading! Kobi

San Diego C++ Meetup #62

Introducing: “Modern C++ Programming Cookbook” – Master modern C++ including the latest features of C++23 with 140+ practical recipes, Third Edition – By Marius Bancila Meetup session page: san-diego-cpp Recording (sdcppmu Youtube Channel): I continued using “google meet” where I can share the slides directly from my google drive, record a session, chat with attendances […]

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 […]

Let’s embed it with C++! – San Diego Meetup #55 October 30th 2023

Hello everyone! As usual, I’m providing a short summary to the previously held San Diego C++ Meetup session. But before this, I’d like to promote the next, upcoming one – we are hosting Šimon Tóth that will present his talk – “Patterns of interview solutions“. This will happen on Tuesday, November 14th, 930am Pacific time. […]

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 […]