I've started using this as my main IDE for new projects when I'm trying things out. If it keeps getting better at the rate it has been, it'll be even better than coding locally.
Give them the task during the interview but don't make it live, i.e. don't watch while they're doing it. Cos honestly you won't be watching them constantly while they're coding at work. Just give them the task and tell them to just finish it in the given time in the best way they can. For instance in my company I also interview candidates and give them a task at the end. I tell them to use an online IDE... - Source: Reddit / 1 day ago
I'll go with The Net Ninja on YouTube, he covers a lot of topics and I really relate with his teaching style. You might already know him but I feel like there might be some people to whom it'll be useful. I recently got into Blitzstack as an online dev environment, easy to setup and so darn fast, it connects with Github. They recently got an update introducing web containers that allow you to run Node.js directly... - Source: Reddit / 11 days ago
Take a look at https://codesandbox.io or https://stackblitz.com. Both are awesome for quick, shareable prototypes in whatever framework you want to build in. - Source: Reddit / about 1 month ago
Try providing a runnable example on a platform like https://stackblitz.com/ and you might get more responses. - Source: Reddit / 2 months ago
The demo I will do is in Angular, but this can be done in any TypeScript file. Create a new component in an Angular Project, or create a new StackBlitz Angular project. I did my work in a StackBlitz project, which can be found here. - Source: dev.to / 2 months ago
Go to Stackblitz and start a new "RxJs" project. Or you can fork my Stackblitz here to allow you to follow along with my example. - Source: dev.to / 2 months ago
People have been using tools like jsfiddle for quick experiments for years, but it's been limited to playing with client-side stuff. However, full-fledged web IDEs were maturing fast in 2022. For example, Codesandbox now provides good support for full-stack frameworks like Next and Nuxt by spinning up remote containers to run the server-side workload and emulate a "local" experience for you. Gitpod adopts a... - Source: dev.to / 3 months ago
You can try services like https://stackblitz.com/ where you have an online IDE and dev environment. Works in any modern browser, can split the result in a separate tab, you can use NPM, save projects on your account and so on. - Source: Reddit / 3 months ago
Haha, luckily it's not. https://stackblitz.com. - Source: Reddit / 3 months ago
Go to Stackblitz and start a new "RxJs" project. Or you can fork my Stackblitz here to allow you to follow along and use RxJs without any problems. - Source: dev.to / 3 months ago
This article will show how to create an input in HTML that accepts text to search through a list as well as a dropdown of options like a select input. For my example we will create the combo box in Vue, but it can easily be adapted to any other framework or used in raw HTML. To start you will need to create a new Vue environment in Stackblitz . In the App.vue file right below the tag displaying the Vue Logo, is... - Source: dev.to / 4 months ago
Or if you are a Node.js developer, you should check out what Eric Simons is building for StackBlitz, making the browser the only thing you need for your whole development process. - Source: dev.to / 4 months ago
If there is still a need after the coding interview session, I have prepared some homework, for example: develop a small app with whatever frameworks, or libraries they want, put it on a public VCS, CodeSandbox, or StackBlitz so that I can evaluate it and see that it works correctly. - Source: dev.to / 4 months ago
Stackblitz.com — Online/Cloud Code IDE to create, edit, & deploy fullstack apps. Support any popular NodeJs based frontend & backend frameworks. Shortlink to create new project: https://node.new. - Source: dev.to / 4 months ago
AddEventListener is an easy way to start making our page interactive. In this article, we will learn how to addEventListener and what you should know. You can follow this article with your favorite code editor or on stackblitz. You can use this template that I crated on stackblitz. - Source: dev.to / 5 months ago
There doesn't really seem to be a problem with this code. Can you create a minimal reproducible example, e.g. On StackBlitz? - Source: Reddit / 5 months ago
StackBlitz is another online IDE tailored for web development. It uses WebContainers. In addition to supporting static projects built with HTML, CSS, and JavaScript, StackBlitz also supports most of the popular JavaScript and Node frameworks. - Source: dev.to / 5 months ago
In order to follow along the only thing you'll need is a web browser. We'll be doing using stackblitz, an incredible browser based IDE based on VS Code, that will allow us to write, compile and debug our game, and I'll also provide links to key steps as we progress. - Source: dev.to / 5 months ago
But tools like Stackblitz, which provide fully functional WASM based IDEs in the browser, that do not need a permanent connection to some kind of server infrastructure for handling the real work, are really fascinating. Sure, they are much slower compared to their traditional counterparts and also not super stable and in many respects rather picky. Nevertheless, they are fantastic tools to present code snippets... - Source: Reddit / 5 months ago
I think one of easiest ways to get started and play around with it is to open up a new project on StackBlitz (TypeScript or React w/ TypeScript). It gives you a live TypeScript project with intellisense and everything and you can see the changes compiled as you type. - Source: Reddit / 6 months ago
If you are looking to do things with JS I would suggest https://stackblitz.com/. - Source: Reddit / 7 months ago
Do you know an article comparing StackBlitz to other products?
Suggest a link to a post with product alternatives.