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: As a grad student from non-CS background how did you learn programming?

2 pointsby ggr2342almost 2 years ago
Grad students who have never programmed before and are from a domain totally unrelated to Computer students often have to learn it on their own due to their grad school work.<p>If you are someone that fits this criteria, where did you learn it from and why?

1 comment

austin-cheneyalmost 2 years ago
I was hired by Travelocity a bazillion years ago as a designer. They could hire designers easily but they couldn’t hire competent front end developers at all as those such people were purple unicorns. One day they told me I am now a developer and I just had to figure it out. I bought a book about the DOM and taught myself how to program JavaScript from the perspective of data structures, tree models, and existing standard APIs. I taught myself to write code in the style of JSLint because at the time it was the only static analysis for the language and stressed safety over convenience.