Well, sort of... but mostly it's not 'setting up from scratch' and instead is a handful of generic configurations for Nginx, etc.
How about repeatability? What happens when you need to set up a fresh dev environment again? Do you do all of this by hand again vs. using Docker or similar tools to build repeatable infrastructure?
It's a balancing act of using the right toolset with regards to project complexity. Are your current bash scripts simple to maintain and scaling with the project? If so, perhaps it's best to leave them for now. If not, then consider more powerful tools such as Ansible to handle configuration management.
With that being said, I'm working on a mildly complex K8S project which grew to a point where it made sense to switch to Ansible. We're still using one or two bash scripts, but everything else has been ported. I won't look back!
Wow, this is one of the ugliest new languages I've seen in a very long time. The author wonders why popularization is nowhere to be found... I think it's quite obvious just by skimming the first few pages of the tutorial.
The author is a designer, and so I'm puzzled by the choice they've made to use faint header and typeface colors... the whole page looks washed-out, except for the images. Very strange.
Until Atom can open multiple large files without slowdown, or very large files without just crashing, I don't see it as being a threat to Sublime.
They are definitely doing some great stuff with Atom for a free product; Sublime will maintain it's value as a paid product until there is full parity of features.
"Twitter Firehose for iPhone" is really a misnomer. There is no way that this is a true implementation of a realtime feed of the full Twitter data stream...
Only $900? My partner and I are both under the age of 50 had to pay over $1200/mo this year for a personal plan with BCBS without ridiculous deductibles. This was an increase from ~$1100/mo from just 6 mos ago.
How about repeatability? What happens when you need to set up a fresh dev environment again? Do you do all of this by hand again vs. using Docker or similar tools to build repeatable infrastructure?