
About
CodeVideo is an entire framework and ecosystem for creating high-quality, professional, step-by-step software courses, lessons, and content. Create your course content once and then immediately export to video, markdown, PDF, Powerpoint, or even PNGs / GIF!
Stats
4
Upvotes
75
Views
Categories
Comments

Killer job!

Thanks a lot!
could you please explain why you chose typescript over JS, aside from the obvious benefit of type safety of course. Could you in theory have coded this whole app with JS?

I chose TypeScript over JavaScript because I'm a solo dev dealing with 15+ repositories that need to work well together - TypeScript is a superset of JavaScript and therefore (excluding transpiler optimizations) the ONLY benefit of TS over JS _is_ the typing system. Of course the whole thing could have been written in JavaScript; the app runs in the browser... however, would I have 10x the dev time with runtime errors and iterative debugging? Almost certainly, if not definitely.
Is this open-source? An Amazing idea with outstanding execution.

Hi, thanks a lot for the kind words! Yes, everything is 100% open source, though a few of the READMEs need some updating, was moving fast to get this thing launched.
You are welcome!