jwasham / coding-interview-university

A complete computer science study plan to become a software engineer.
Creative Commons Attribution Share Alike 4.0 International
306.29k stars 76.78k forks source link

Made C++ script to synchronize progress with GitHub #1353

Closed kacper-ragankiewicz closed 1 year ago

kacper-ragankiewicz commented 1 year ago

Hi jwasham, you work really hard and I admire that. You're codding interview university is great to prepare for interviews in big 4, but I really miss the synchronization element for progress tracking on different devices, that's why I prepared module based on C++, can you take a look at it?

https://github.com/kacper-ragankiewicz/coding-university

It's pull changes from Github, check if you mark today, if you're not, cin the number of chapters you have done, then it calculates how many left by parsing the md file and return you the estimated time to end the course.

jwasham commented 1 year ago

Interesting concept. My C++ skill is kind of rusty. If it works for you and gives you what you need, I encourage you to keep using it and improving it. Best of luck with your studies!

kacper-ragankiewicz commented 1 year ago

I'm improving, like you said, thanks for all, and I hope best for you and your projects!

p.s. remember to give me a star on repo, it's giving me lots of motivation to further work!