Wish the site wasn't down, but I like this as a way to handle the blow up during launch.
HyperDev – Developer Playground for Full-Stack Web Apps
41–50 of 100 posts
Re: HyperDev – Developer Playground for Full-Stack Web Apps
#42Earlier quoted context omitted.
This is concerning as free tools often don't make economic sense. Even more concerning is how casually Joel treats this issue in the Q&A section. He should know better.
Worse than not making economic sense, it opens the door wide for malicious users - I'm sure some guy is already working on setting up JS-based bitcoin miners that just use up these free, no-login servers' CPU capacity, or set up malware sites, child porn hosting, you name it. The barriers - login, mainly - aren't there to annoy users.
Re: HyperDev – Developer Playground for Full-Stack Web Apps
#43Whenever I use these services they are pretty much never as responsive as a local editor, which is to be expected I guess, but I don't see how this could replace someones dev environment if they're a serious programmer. Big companies are going to want to have a lot more control over the backend and how things are wired together. People just learning will want to know how to actually make things work and not just have…
Joel explicitly says that it does not.
Re: HyperDev – Developer Playground for Full-Stack Web Apps
#44Re: HyperDev – Developer Playground for Full-Stack Web Apps
#45I really like the concept of this. Especially with node/react I found learning webpack and setting everything up takes FOREVER. Unfortunately, platforms like these always seem ridiculously overpriced when compared to a bare metal dedicated server. I'd be curious to see how it is priced.
It's a little opinionated but aligns well with the decisions I independently made after spending way too much time learning "build tool bullshit". That said, it's a little rough around the edges and development is not very active.
Re: HyperDev – Developer Playground for Full-Stack Web Apps
#46Whenever I use these services they are pretty much never as responsive as a local editor, which is to be expected I guess, but I don't see how this could replace someones dev environment if they're a serious programmer. Big companies are going to want to have a lot more control over the backend and how things are wired together. People just learning will want to know how to actually make things work and not just have…
There isn't anything special about the HyperDev work flow. You can take any project that runs in HyperDev and `git push heroku master` and have it running on Heroku, or run it locally in a similar manner. HyperDev gives you an environment where you can update and deploy your code without having to set anything up to get started. You can collaborate with anyone by just sending them a link. There will always be a place…
Re: HyperDev – Developer Playground for Full-Stack Web Apps
#47We're on the front page of some major sites so things are blowing up a little bit, but we should have it sorted out soon! Thanks for your patience! - A frantic HyperDev developer
Getting 503 error on hyperdev.com. > {"status":"Error","statusCode":503,"statusDetail":"Waiting To Serve for cosmic-panther: No service found running on port"} Nice sense of humour at least ;)
Re: HyperDev – Developer Playground for Full-Stack Web Apps
#48Whenever I use these services they are pretty much never as responsive as a local editor, which is to be expected I guess, but I don't see how this could replace someones dev environment if they're a serious programmer. Big companies are going to want to have a lot more control over the backend and how things are wired together. People just learning will want to know how to actually make things work and not just have…
Re: HyperDev – Developer Playground for Full-Stack Web Apps
#49Re: HyperDev – Developer Playground for Full-Stack Web Apps
#50So for folks who've used both, how does this compare to CodePen?
2. Codepen gives you 1 html, 1 css, and 1 js file per pen... hyperdev lets you have as many front-end and back-end files as you want. (Technically you can have multiple files in a codepen by linking to them, but it's not the primary use-case and is not as in-your-face as hyperdev is).