Ask HN: How to step up my coding skills?
21–30 of 57 posts
Re: Ask HN: How to step up my coding skills?
#22Some great answers here, thanks for posting this question. I originally come from a finance background, though I'm taking a year off now to focus on programming for some of the same reasons you mention. Joel Spolsky listed four books which he believes makes a solid foundation for a good programmer and that's what I'm working through, along with building random apps/projects: http://stackoverflow.com/questions/414779/…
Re: Ask HN: How to step up my coding skills?
#23Re: Ask HN: How to step up my coding skills?
#24Re: Ask HN: How to step up my coding skills?
#25Re: Ask HN: How to step up my coding skills?
#26Beyond that, being proficient with an editor is key to reducing repetition. learning to use flexible tools will make everything easier.
Re: Ask HN: How to step up my coding skills?
#27Some great answers here, thanks for posting this question. I originally come from a finance background, though I'm taking a year off now to focus on programming for some of the same reasons you mention. Joel Spolsky listed four books which he believes makes a solid foundation for a good programmer and that's what I'm working through, along with building random apps/projects: http://stackoverflow.com/questions/414779/…
Re: Ask HN: How to step up my coding skills?
#28Code. Build something. Figure out something you'd like to build, then figure out out to build it. You can't help but learn if you take that route. If that's not your cup of tea, then start contributing to open source projects. Learn Git and Subversion, then start taking tickets for Firefox or Chrome. Start off with the easy things, then work your way up. There's lots out there that needs attention, and being able to…
Building something doesn't teach you much about quality if you don't have someone to review/assist every now and then.
And having a friendly reviewer is excellent!
Re: Ask HN: How to step up my coding skills?
#29You should pick a SW opening as an example and focus on developing your skills to land your first job. Your best chance is to leverage your backgrond in math and physics, for example for a programming job using python for research (http://news.ycombinator.com/item?id=1864591).
Once you are programming full time you can spend your spare time expanding your skills as a programmer in other areas.
Re: Ask HN: How to step up my coding skills?
#30Find where your interests with development overlap. Seeing as you already have a background in Math and Physics, put it to use. Go look for some open source projects that you're genuinely interested in and try them out. Like other people have said, contribute and engage with the community.
If you're just fixing small bugs in these projects - it's still valuable enough in that you had to have some understanding of software some other people wrote (in a potentially large codebase).
If you do eventually decide to be more ambitious with creating a project of your own - aim to do something very useful / interesting (that doesn't necessarly mean a large application). Make it open source, have people review it and don't shy to promote it. That kind of thing is great to have on a resume.