Minor issue, Chrome on Windows: cursor position seems to have an offset error -- can never quite get to the end of a line. As you type, text doesn't quite appear where the cursor is.
Show HN: Node.js video tutorials where you can edit and run the code
11–20 of 95 posts
Re: Show HN: Node.js video tutorials where you can edit and run the code
#12The fact that a platform like Scrimba was built using this language and probably only a handfull developers should make you want to learn from someone like that even more!
It's also the only learning platform I've ever recommended where I see people staying and learning more.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#13Re: Show HN: Node.js video tutorials where you can edit and run the code
#14Supercool! Can you use any other webapp, not a code IDE?
But there are some limitations, as certain HTML elements (like native dropdowns, date pickers, canvas etc) are rendered outside the DOM and thus can’t be recorded.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#15Scrimba 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?
That said, our new IDE is built to easily support server-side execution down the line.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#16Re: Show HN: Node.js video tutorials where you can edit and run the code
#17I’m working on a solution too, called CodeMic [1] where instead of bringing the environment to the web, it brings video and workspace sync into the IDE so viewers can follow along directly inside their own editor.
You’ve done an impressive job integrating everything, including the Console for example, that’s especially tricky to pull off in an extension for VSCode, Emacs, or Vim.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#18Re: Show HN: Node.js video tutorials where you can edit and run the code
#19Re: Show HN: Node.js video tutorials where you can edit and run the code
#20Imba 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…
Also its css notation is what Tailwind should have been.
Btw you're the Postgres.js author, right?