- start with variables & loops
- look at functions & methods
- try to find patterns in your code
- get comfortable with OOP
- create your first object
Next:
- think of a basic project
- consider the main functionality
- break it down to components
- create data access and logic
- implement basic CRUD routines
- build a UI
- connect your logic to the UI
- push data through all layers
Sample project ideas:
- user management
- Todo application
- CRM tool
- photo repository
If you're feeling adventurous, create an integration with other APIs such as @TwitterAPI.
This will expose you to OAuth & web service security.
Hit me up at if you need help.
Would anyone be interested in a blog post that expands on these topics?
Please RT for reach and / or hit Like if so.
Thankyou.