Ask HN: I learned PHP, MySql, Jquery. Now what?
1–10 of 19 posts
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#2This 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++.
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#3Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#4I 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++.
And I know both c++ and java. But all my ideas are all web apps, I can't think of anything for desktop development.
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#5Languages are really tools — so what do you want to build?
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#6I 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++.
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#7Speaking of frameworks, how much of your current work to date in web development involves a framework?
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#8Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#9Learn a good JS framework, like Backbone Speaking of frameworks, how much of your current work to date in web development involves a framework?
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#10Once you're comfortable in CodeIgniter you'll find other frameworks make a lot more sense, and you can choose which one suits you best.
I ended up sticking with CodeIgniter, but my own customised version with things like the awesome DataMapper ORM.