So can I just sign up and get started using it on my blog, or how does this work?
Show HN: Node.js video tutorials where you can edit and run the code
81–90 of 95 posts
Re: Show HN: Node.js video tutorials where you can edit and run the code
#82Re: Show HN: Node.js video tutorials where you can edit and run the code
#83The courses :
https://www.coursera.org/specializations/c-programming-linux
https://www.edx.org/certificates/professional-certificate/da...
I wrote a few papers to explain:
CODECAST: An Innovative Technology to Facilitate Teaching and Learning Computer Programming in a C Language Online Course
https://scholar.google.com/citations?view_op=view_citation&h...
WebLinux: a scalable in-browser and client-side Linux and IDE
https://scholar.google.com/citations?view_op=view_citation&h...
I also have a taskgrader to grade student's codes :
Teaching C Programming Interactively at Scale Using Taskgrader: an Open-source Autograder Tool
https://scholar.google.com/citations?view_op=view_citation&h...
Re: Show HN: Node.js video tutorials where you can edit and run the code
#84Scrimba is really cool. When I first got into programming, a few years ago, I tried to build something similar using rrweb but with server side code execution in docker containers so that it could support all the programming languages like replit. When I first heard about Scrimba, I abandoned my project because I thought you guys would already go down that path. Why didn't you guys go down that route?
Re: Show HN: Node.js video tutorials where you can edit and run the code
#85Very impressive and cool stuff! This shares similar themes to what I'm building over at https://studio.codevideo.io - I also chose to go with an event sourcing solution. I experimented with real time mouse recording but though it was overall too complex for more advanced examples, so for now I've setted with a virtual mouse that you can move from place to place to simulate how it might actually move - I'm curious, ho…
Re: Show HN: Node.js video tutorials where you can edit and run the code
#86Re: Show HN: Node.js video tutorials where you can edit and run the code
#87Imba is probably one of the best kept web development secrets! Sindre has done a remarkable job of making an insanely terse while powerfull language for building web applications. Not that it's limited to web applications only, the syntax translates perfectly for any other area as well. The fact that a platform like Scrimba was built using this language and probably only a handfull developers should make you want to…
There's a free Scribe course on Imba: https://scrimba.com/learn-imba-c01h Haven't gotten around to it yet, hope it's still relevant :P
Re: Show HN: Node.js video tutorials where you can edit and run the code
#88Re: Show HN: Node.js video tutorials where you can edit and run the code
#89There was this beautiful website that did something similar: it would type in the code and showing the result on the side. It was mostly creative JS code.
Are you thinking of Processing / P5js ?
Re: Show HN: Node.js video tutorials where you can edit and run the code
#90Earlier quoted context omitted.
Are you thinking of Processing / P5js ?
Nope, it was a really cool website. It kinda stored every key stroke while you were typing the code then play it back, on the other side of the screen you would see the changes in real time. I've asked ChatGPT but it doesn't remember that either
Just remembered.