Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cppwithprojects
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cppwithprojects
5y ago
Thank 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
2.
▲
by
cppwithprojects
5y ago
We 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.
3.
▲
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
4.
▲
by
cppwithprojects
5y ago
We built a C++ project-based course [0] that uses exactly the same ideas. The core of our approach is that every code snippet is extracted from a fully working codebase and every code iteration is tracked in git. We unit-test each commit, w
5.
▲
by
cppwithprojects
6y ago
It's important that you are not a complete C++ beginner. Unfortunately it is difficult to quantify an "intermediate" level, but if you have written programs beyond simple textbook examples you're good to go. We have a 30
6.
▲
by
cppwithprojects
6y ago
Not a book, but we've built a website for project-based C++ learning: learncppthroughprojects.com — The only Project we offer at the moment is about optimizing passenger crowding on the London Underground using WebSockets and graphs. W