TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's the best way to make the switch from web-designer to programmer?

2 点作者 tormentor将近 14 年前
What's the best way to make the switch from web-designer to programmer? Obviously it would be to learn to program, but how would you transition and learn to work in a programming environment after being a web-designer?<p>I know HTML/CSS, Javascript, some PHP, some python, some C. I have very basic programming skills.<p>I'm wondering how I can leave the web designer/developer field and move in to a programming community. What steps should I take to emerse myself in the programming world. Knowing to program is obvious but what kind of work is out there for an entry level programmer? It seems like all the jobs out there want pros.

4 条评论

codeswimmer将近 14 年前
You might want to take a look at some of the available online computer science courses (iTunes U, MIT OpenCourseware, Khan Academy, Udemy). Tons of really, really good introductory courses are available that can help with picking up the basics (Stanford's "Programming Methodology" [<a href="http://goo.gl/Tbejg" rel="nofollow">http://goo.gl/Tbejg</a>] and "Programming Abstractions" [<a href="http://goo.gl/RdwLt" rel="nofollow">http://goo.gl/RdwLt</a>] come to mind).<p>As others have pointed out, Meetups are a great way to learn, particularly specialized and cutting-edge stuff, not to mention the networking-with-others potential. Same for joining an open source project and contributing as you learn.<p>Finally, if there's the equivalent of a Hacker Dojo (<a href="http://goo.gl/B2ats" rel="nofollow">http://goo.gl/B2ats</a>) local to you, drop in. People love to help and mentor others.<p>Good luck to you!
gharbad将近 14 年前
buy a book. write code.<p>If you're serious about it, I recommend The Art of Computer Programming by Donald Knuth. You should start with volume 1.
评论 #2847909 未加载
fleitz将近 14 年前
Craigslist: all those shitty no pay jobs in the gigs section. That is for you.<p>They want an expert kernel programmer willing to work for $10 an hour? Great! You're an expert and you know the kernel inside out.<p>Those idea guys where you get 50% and no pay? Perfect, talk to those guys, they will give you all the experience you need.<p>Once you have a few of those under your belt and some sample code, go show the guys looking for pros.<p>Alternatively, you can go to the LKML or Google Chrome or Firefox dev sites. Download the source, work on documentation, find some simple bugs to fix, etc. Pretty much any open source project would love contributors, go contribute., worst comes to worst they reject your patch, but keep submitting til the quality is up to par.<p>Basically, just go do it. Whatever you want to learn, just start doing it. It sounds like you're trying to give yourself a list of reasons why you can't do it.<p>If your looking to transition from a field where you have years of experience to a field where you have little and expecting to bump your salary all in one go I have to say it's pretty unlikely that's going to happen. However, if you're willing to put in time and effort you will have no problem transitioning over a period of time.<p>The simple facts are that it takes 10 years of programming to have 10 years of experience programming. I spent 5 years doing PHP / C#. Another 5 years writing C# / Perl.<p>When I wanted to transition to iOS coding I bought a dev license installed XCode and started coding an app for myself and put it in the app store (it took about 1 to 2 months). I've made $30 bux on that app, but the point was not to retire from the app store but to learn iOS. Whatever you want to do, just start doing it, and see it through to the fruition that people are looking for. (eg. on iOS store all anybody cares about is that you've gotten it into the store).<p>If you're getting paid anything to learn to code you're 10,000 times further ahead of everyone else who are paying lots of money to learn theory, rather than practice. (eg. How many iOS courses actually result in people putting an app in the store?)
评论 #2848051 未加载
WalterSear将近 14 年前
Javascript