6 ms·
For C++, we've built Learn C++ Through Projects [0], which is a project-based C++ course. We currently offer only one project to build a transport network moni
by cppwithprojects 5y ago
For C++, we've built Learn C++ Through Projects [0], which is a project-based C++ course.
We currently offer only one project to build a transport network monitor. It starts with some low-level topics (we use WebSockets to handle tens of thousands of network events) but a lot of code is also higher-level (we use the network events to create a routing engine) - so it may not be exactly a "systems programming" resource!
[0] https://learncppthroughprojects.com https://learncppthroughprojects.com
- bogomipz 5y agoI really like this. Do you plan to add more projects as well?
- cppwithprojects 5y agoWe do! We have been working on new content more slowly than we hoped, though... Our fist project received a lot of attention and we want to make sure we can support all existing developers first.
- jaguar86 5y agoGreat work. When do you plan on completing the final parts of your project - Optimization and Productization? Really looking forward to those.
- cppwithprojects 5y agoThank you! We are going to release the Optimization section this week and the Productization one soon afterwards. In the meantime, we had to update a lot of the content around WebSockets based on user feedback - you'll receive an email soon!