Ask HN: I learned PHP, MySql, Jquery. Now what?
11–19 of 19 posts
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#12Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#13If 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?
#141. 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?
#15Learn 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
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#16All 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?
#17I 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.
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#18I 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?
Re: Ask HN: I learned PHP, MySql, Jquery. Now what?
#19Languages are really tools — so what do you want to build?
Well all my ideas are web apps...
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...