Ask HN: How do you learn to design?
You can see a lot of resources and experiences out there showing how non-tech people can learn to code using things like codecademy, treehouse and so on. But I'm already a coder. The skill I miss the most is design, and I'm not talking about how to organize elements on a page. I know this kind of things is very important but it's also pretty easy to learn. The hardest part for me is how to make a user interface beautiful, how to choose colors, how to make gradients, how to add bevels and other 3D-looking effects. For me this is the equivalent of coding and I find it hard to locate resources on how to learn those.
And given how hard it is to find a good designer these days (and how expensive it can be), I would really love to be able to do it myself, at least be able to throw together an MVP that doesn't make users bored to death.
How would you go about learning those skills? What are some of the best resources for that? Is it even possible to learn those skills quickly or is it just experience?
9 comments
[ 2.3 ms ] story [ 28.4 ms ] threadSome of my greatest pleasures have been compliments on my coding style.
In terms aesthetics, the most import thing is to develop your 'design palate'. Seek out excellent craftsmanship and learn to distinguish it from the mediocre. An excellent place to start is SiteInspire: http://siteinspire.com/
I would also recommend learning the fundamentals of design. Typography and grid systems are very important study areas. A great place to start is this forum thread: http://www.designerstalk.com/forums/graphic-design/42390-des...
For empirical testing of designs, I would highly recommend Lukas Mathis' Designed for Use: http://pragprog.com/book/lmuse/designed-for-use Be warned however that the print version is horridly designed, just get the .epub to bypass the ugly formatting.
And always have in the back of your mind: 'less is more'. Just because you've learned how to do fancy gradients, reflections and rounded corners, doesn't mean you should.
The important thing is to seek out folks who give honest, constructive critiques and aren't afraid of 'offending' you in the process. The most annoying thing when seeking out design critiques is to be told over and over, 'that's really good'.
I really really recommend the book Design for Hackers by David Kadavy: http://designforhackers.com/ It gives you a really good idea of most parts of design and its history. Once you've read that you should then look for things you like how they are designed and try to understand the decisions made by the author.
IMHO, learning by copying works good on design.