Live data from Hacker News

Ask HN: When is a programmer good enough to freelance?

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: When is a programmer good enough to freelance?

#12
When you've reached a point where your technical skills in your chosen set of tools only comes second (Web, Python/Django)

Frankly they won't care about the libraries you used or how you coded the app, but at the same time freelancers should be technically sharp enough to write maintainable code with proper version control and automated tests, but more importantly, programmers should be skilled enough to propose proper solutions.

Example: Given a problem that can be resolved with an in-app chat solution, that chat solution shouldn't be based on polling a SQL database. I've seen one in production and what happened after it was released wasn't pretty.

Example: Given a problem that requires multiple POS machines with their own offline data to sync on a central database, a solution shouldn't be based on installing full SQL databases with purchased licenses armed with massive stored procedures moving data around. I've seen one in production. Maintaining, both financially and technically, costs so much for both the client and for their in-house dev team.

Technical skills should come naturally because freelancing is beyond code, it's about business development.

Freelancing/Consulting isn't just about coding/designing but its more on knowing what your client actually wants/needs, educating them about your proposed solution, delivering that need, knowing how to deliver that need through proper communication, and making them go through a process with a tight feedback loop that is both pleasurable, emotionally and on paper, that would make them go back to you and/or refer you to others.

Most software out there are just CRUD apps, or as I would like to put it: glorified excel sheets. Other than delivering a standard website with Wordpress/Drupal as your solution, custom software and building on top of other poorly written custom software from previous developers will be your toughest challenge if your technical skills are still being sharpened. But if you feel your technical skills are sharp enough, you can already go out there and do something on the side :)

Re: Ask HN: When is a programmer good enough to freelance?

#13
Sometimes you just need to start and try it. Get the inertia going.

You can start small. Help a friend or relative and charge them. Get practicing on itemizing cost, project proposal, contract negotiation, collecting money, figuring out how to get paid etc. These are importance freelancing skills outside of just coding.

Post reply on HN