Live data from Hacker News

Ask HN: Why do learning devs have to master the terminal and IT?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: Why do learning devs have to master the terminal and IT?

#2
You certainly can just write your html/CSS/js and upload it to your favorite static hosting provider. The command line and IT stuff are just tools in the toolbox. Some tools will help you write more sustainable code by managing your dependancies, or running your unit tests, etc. I usually don't bother to invest the time in learn a new tool until it's clear that it will solve a real problem for me.

Re: Ask HN: Why do learning devs have to master the terminal and IT?

#3
post #2

You certainly can just write your html/CSS/js and upload it to your favorite static hosting provider. The command line and IT stuff are just tools in the toolbox. Some tools will help you write more sustainable code by managing your dependancies, or running your unit tests, etc. I usually don't bother to invest the time in learn a new tool until it's clear that it will solve a real problem for me.

Thanks for the words - certainly helps me feel less overwhelmed by all the tools and options out there.

I guess what I am picturing (and can't figure out why it doesn't exist yet) is a cross between github and the real-time editor on sites like codecademy. Basically I want to edit my html/css/js, see what the output looks like, and then push to the server with a click so it's a live app. Is there anything out there I should know about?

Re: Ask HN: Why do learning devs have to master the terminal and IT?

#4
post #2

You certainly can just write your html/CSS/js and upload it to your favorite static hosting provider. The command line and IT stuff are just tools in the toolbox. Some tools will help you write more sustainable code by managing your dependancies, or running your unit tests, etc. I usually don't bother to invest the time in learn a new tool until it's clear that it will solve a real problem for me.

Thanks for the words - certainly helps me feel less overwhelmed by all the tools and options out there. I guess what I am picturing (and can't figure out why it doesn't exist yet) is a cross between github and the real-time editor on sites like codecademy. Basically I want to edit my html/css/js, see what the output looks like, and then push to the server with a click so it's a live app. Is there anything out there I…

Github pages maybe?

https://pages.github.com

Re: Ask HN: Why do learning devs have to master the terminal and IT?

#5
post #4

Earlier quoted context omitted.

Thanks for the words - certainly helps me feel less overwhelmed by all the tools and options out there. I guess what I am picturing (and can't figure out why it doesn't exist yet) is a cross between github and the real-time editor on sites like codecademy. Basically I want to edit my html/css/js, see what the output looks like, and then push to the server with a click so it's a live app. Is there anything out there I…

Github pages maybe? https://pages.github.com

I am testing out paperplane.io right now. Seems promising but I have no idea if it works...

Re: Ask HN: Why do learning devs have to master the terminal and IT?

#6
post #4

Earlier quoted context omitted.

Github pages maybe? https://pages.github.com

I am testing out paperplane.io right now. Seems promising but I have no idea if it works...

Looks interesting, but it would be nice if they had some kind of documentation on their site. I can't figure out exactly what they do.