DEV Community

Cover image for Need some learning resource
Ibne Nahian
Ibne Nahian

Posted on

Need some learning resource

Recently I got interested in back end web development with C++ & found a framework named crow which is written in C++. I liked it but I couldn't find enough learning resource for this framework on Google , YouTube , SO and other places. Also the official repo of this framework is not that well documented. Is there anyone who can provide me with some good tuts , blogs or videos on this framework ?

Thanks in advanced.

Top comments (2)

Collapse
 
rndthts profile image
rndthts.dev

If you have ever used Flask(Python), Sinatra(Ruby) or golang, this should be straightforward. Same stuff written in different languages.

I would recommend you to go through Your First Application - Crow

And after that check their examples from git repository: Examples

And..., if you think someone would benefit from a tutorial, do yourself a task to make those tutorials, because that is the best way to learn something.

Collapse
 
anomaly2009 profile image
Ibne Nahian

Take love for your advice.

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay