TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Sites and resources for designers learning tech?

23 pointsby dpapathanasiouabout 8 years ago
A friend is a talented graphic designer, specializing in packaging, but after reading the latest &quot;Design in Tech Report&quot; wants to learn the tech behind web and mobile sites.<p>What are some good recommendations in that regard?<p>[1] https:&#x2F;&#x2F;designintechreport.wordpress.com&#x2F;

5 comments

tomek_zemlaabout 8 years ago
For somebody coming from graphic design background <a href="https:&#x2F;&#x2F;processing.org" rel="nofollow">https:&#x2F;&#x2F;processing.org</a> would be and excellent place to learn about programming. It was designed with creative types in mind, has large communities, many resources including books and courses and a newer JavaScript version. I would also recommend Generative Design book: <a href="http:&#x2F;&#x2F;www.generative-gestaltung.de&#x2F;about" rel="nofollow">http:&#x2F;&#x2F;www.generative-gestaltung.de&#x2F;about</a><p>Learning Processing would not be directly useful for building web and mobile sites, but in my opinion be an excellent stepping stone for a graphic designer towards the world of technology and creative uses of programming. Using JavaScript (P5.js) to create visuals could be an interesting path for designer as an end goal and&#x2F;or relevant and engaging way to learn coding concepts that can be later applied towards building sites or apps of any type.
gingerbread-manabout 8 years ago
For someone whose goal is to program websites, his first goal should almost certainly be to learn how to program in javascript.<p>Eloquent Javascript by Marijn Haverbeke is an excellent introduction to programming. It&#x27;s freely available online at <a href="https:&#x2F;&#x2F;eloquentjavascript.net" rel="nofollow">https:&#x2F;&#x2F;eloquentjavascript.net</a>.
koughabout 8 years ago
As a technical resource for CSS&#x2F;JS&#x2F;HTML, the Mozilla Developer Network is by far the best in town – <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;</a>
garysielingabout 8 years ago
Conference talks might be a good option -<p><a href="http:&#x2F;&#x2F;findlectures.com&#x2F;?p=1&amp;class1=Technology&amp;type1=Conference&amp;category_l2_Technology=Programming%20Languages&amp;talk_type_l2_Conference=Software&amp;category_l3_Programming_Languages=JavaScript" rel="nofollow">http:&#x2F;&#x2F;findlectures.com&#x2F;?p=1&amp;class1=Technology&amp;type1=Confere...</a>
sonecaabout 8 years ago
I come from a different background (marketing) with a different goal (become a professional developer), but I believe he&#x2F;she will gain a lot from the same resource I uses at first: www.freecodecamp.com