Ask HN: Web developers – how did you get good at designing things?
I'm a web dev with a decade of experience with all things frontend, but I mostly consider myself a JavaScript engineer more than anything else.
I've found that for most things, I can usually work out how to get good/decent at something by reading/writing code/watching talks/talking to peers etc... However, the one thing that I still remain utterly garbage at is design. I can implement layouts and implement designs when given them from a designer, but for the life of me I cannot come up with anything that looks pretty from scratch. I want to get better at this but can't work out how to improve.
Can anyone with a similar background (or any background, really) share their story+tips?
6 comments
[ 4.7 ms ] story [ 30.0 ms ] thread- find a design you like. save it. If you pick a design that is too complex, try to break it down into just a small component.
- describe the design somehow
- try to recreate it.
- Compare your recreation with the original, noticing how the design differs.
- Iterate on this process.