- This topic is empty.
-
AuthorPosts
-
July 28, 2014 at 3:07 am #176650
Krsiak Daniel
ParticipantHi,
I managed to create this list of web dev apps for Mac during last 2 years with some help of local community :)
I was out of the game for a year. Catching up.
I am looking for advice on 3 things.- What is your favourite RWD app for Mac ?
- Any app that stands out in 2014 that comes to your mind ?
- Out of curiosity if you were to help friend starting with MAC web dev apps, what would be your “bare minimum survival” setup to help you get the work done ?
July 28, 2014 at 3:19 am #176653Krsiak Daniel
ParticipantMinimum setup I can think of is some $214:
EDITOR
SFTP
MySQL + APACHE
PREPROCESSING
PHOTOSHOP
GIT
No experience so far:
July 28, 2014 at 8:16 am #176689nixnerd
ParticipantI don’t use a Mac… nor do I use Adobe products. However, I would say that Illustrator is by far more important than Photoshop.
July 28, 2014 at 8:17 am #176690nixnerd
ParticipantAnd most of the Mac people I know are now using Sketch in lieu of Photoshop.
July 28, 2014 at 12:54 pm #176712__
ParticipantMinimum setup I can think of is some $0:
EDITOR
activestate.com/komodo-edit
SFTP
use Linux (simply drag and drop from your desktop); otherwise:
FileZilla
MySQL + APACHE
use Linux (simply install from a repo); otherwise:
mariadb.org*
apache.org* mariadb is a drop-in replacement for mysql; but you can (of course) still use mysql if you’d like.
PREPROCESSING
Many free options to choose from… grunt, sass, etc., or roll your own.
…I don’t have strong opinions on this.PHOTOSHOP (ish)
inkscape.org
gimp.orgGIT
git-scm.com
Everything listed is cross-platform (Linux, Mac, Win) and open source.
July 28, 2014 at 1:17 pm #176714nixnerd
ParticipantSFTP
use Linux (simply drag and drop from your desktop); otherwise:And on that note, if you use git with any degree of proficiency, there is no need for SFTP at all. Haven’t used it in forever.
Also, I would so highly recommend Nginx. It’s super easy to configure and quite nice to work with. I had an apache package break a few months ago and I’m still pretty bitter about it. Nginx could EASILY break… but it would be a hell of a lot easier to fix. 1 config file.
July 28, 2014 at 2:10 pm #176715nixnerd
Participantuse Linux (simply drag and drop from your desktop);
To this end, we’ve talked about minimum setups before. I know developers FAR better than me… who roll with a $300 Chromebook, a lightweight Linux distro and everything they need to do their jobs.
That puts the investment at $300 TOTAL. Machine + Software (it’s all free). Not too shabby.
I confess, I spent more than that on hardware. But my software costs are close to $0. The only thing I pay for is private repos on Github.
July 28, 2014 at 2:14 pm #176716nixnerd
ParticipantI suppose I should pay for a Sublime Text license… but I keep telling myself that I’ll learn Vim eventually.
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.