Live data from Hacker News

Ask HN: I learned PHP, MySql, Jquery. Now what?

news.ycombinator.com

11–19 of 19 posts

Re: Ask HN: I learned PHP, MySql, Jquery. Now what?

#13
That depends on what you want to do with your life. If you want to build and sell startups, start building and selling them. You don't have to be a great developer to do that.

If you want to become the best developer you can be, then here's my advice:

Learn about the process of building software. Diligently practice various development systems (agile, scrum, kanban, etc.). Build a reliable, disciplined behaviour into your personal development process, so no matter what the task, you know exactly how to best take an idea through to completion efficiently and with as few headaches as possible.

After that: learn about architecture, algorithms, and hardware.

Re: Ask HN: I learned PHP, MySql, Jquery. Now what?

#14
If you aren't already doing so I would suggest you to start developing web applications. Pick an idea that you find interesting and useful(not necessarily profitable, but it doesn't hurt to be so). Develop and launch it. Show it to HN. In the process you will learn many things like

1. Feasibility analysis of idea

2. Project planning

3. UI/UX Design

4. Front-end development using HTML5/CSS3/javascript/jQuery

5. Server side programming using vanilla php and mysql, its freedom and headaches(then you'll understand the importance of frameworks).

6. Testing - unit testing,stress testing,browser testing,resolution testing etc.

7. Analytics and its importance.

8. Performance optimization techniques.

9. launching and marketing your application.

10. and the fact that programming is fun in itself but it is even more fun to use it to actually make something.

Best of luck.

Re: Ask HN: I learned PHP, MySql, Jquery. Now what?

#15
post #9
post #7

Learn a good JS framework, like Backbone Speaking of frameworks, how much of your current work to date in web development involves a framework?

none. I tried learning cake once, but just thought it would be easier to just do straight up PHP. I know I'm wrong but, I guess I was just trying to get immediate gratification

You're not wrong, they're just trying to make you believe that.

Re: Ask HN: I learned PHP, MySql, Jquery. Now what?

#16
Work! go to freelanacer: http://www.freelancer.com/affiliates/ahmed613/ and start searching for jobs under the php category. you will find many interesting jobs there, so sign up there and start seeing interesting projects that you can earn money with.

All what you can imagine is there.. so start! thats the proper step for you. Good luck.

Re: Ask HN: I learned PHP, MySql, Jquery. Now what?

#17
post #4
post #2

I think the next step for you to move on from web development is to jump to the native application development world. This can either be mobile development or desktop development. There are many possible languages to use for this. Java is one of the most popular starting languages these days, but I would still suggest learning C or C++.

Why move on from web development? And I know both c++ and java. But all my ideas are all web apps, I can't think of anything for desktop development.

Anything you are developing for the web can be developed for the desktop.

Re: Ask HN: I learned PHP, MySql, Jquery. Now what?

#18
post #2

I think the next step for you to move on from web development is to jump to the native application development world. This can either be mobile development or desktop development. There are many possible languages to use for this. Java is one of the most popular starting languages these days, but I would still suggest learning C or C++.

I don't see why this is an obvious "next step". These are different platforms, why is one necessarily preferred to the other?

Where i said that it's the obvious "next step". I only said (I think) it is.

Re: Ask HN: I learned PHP, MySql, Jquery. Now what?

#19
post #5

Languages are really tools — so what do you want to build?

Well all my ideas are web apps...

Q. Are the tools that you know good enough to at least prototype your ideas?

I mean yes you can learn languages that are heavy duty like java — but so many things are done in PHP if you already know that...

Post reply on HN