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: How long from zero coding experience to marketable skills

1 pointsby ml_basicsover 6 years ago
A friend of mine is working in a non-engineering field is curious to learn what it would take to enter the world of software.<p>They have almost zero experience of programming. Assuming full-time dedication (~50 hours a week) towards learning to code, how long do you think it would take to get to a point where they would be able to get a coding job, and what would be the best approach to doing so?<p>Learning Javascript? C++&#x2F;Java? Is it necessary to study the basics of a CS degree or are there areas in which this is not necessary?<p>Presumably a good strategy would be to ensure that the first job is something that comes with the opportunity to learn general skills that would be open up further doors, as opposed to locking in working in a particular place or with particular frameworks. Are there any things to be wary of?

1 comment

arcticwombatover 6 years ago
It&#x27;s almost impossible to give you an accurate timeframe.<p>How long it takes depends on<p>* What they&#x27;re learning<p>* What their goals are<p>* Where they are located&#x2F;Where they want to work<p>* Other marketable skills<p>Bootcamps are a good start but not a single bootcamp prepares someone for a job as a developer.<p>You get a job with a combination of skills (Shown through a portfolio of some kind) and connections.<p>Your friend needs to learn programming, create a portfolio, get to know the right people (Recruiters on LinkedIn are a good start, asking friends if they know anyone hiring is even better)<p>Most professions take years to learn, programming isn&#x27;t really any different, it&#x27;s just that we allow people with far too little skill to make or break while on a job.<p>Other skills also matter, does your friend have experience leading teams? Creating plans?<p>---<p>* Decide what kind of programming they want to do<p>* Go to Udemy, pick any course with 4+ stars that include the above with the word &quot;beginner&quot;<p>* Take the course<p>* Create a GitHub account<p>* Create a ToDo in whatever language&#x2F;toolset picked<p>* Join a forum dedicated to the language or toolset you picked<p>* Add your project to GitHub under an OSS license<p>* Pick a new course, also with the name &quot;Beginner&quot; in the title<p>* Pick something that exists and looks simple to create, and recreate it (This will take time, probably a few months for simple applications)<p>* Publish the result to GitHub (Make sure to never steal any images, texts, logos, etc.)<p>* Pick another two things to create<p>* Create them, publish to GitHub<p>Congratulate them, they&#x27;re working on building a basic portfolio!<p>Now..<p>* Go back to your first project, improve it with the things you&#x27;ve learned with the other projects<p>* Publish the changes to GitHub<p>* Find an open source project, contribute something to it. Anything at all (Unit tests, documentation, bugfix, bugreport, whatever)<p>---<p>* Make stuff<p>* Publish<p>* Reflect on what could have gone better<p>* Work on that<p>* Repeat