Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Newbie Programmer needs Motivation [closed]

Tags:

php

I'm starting to teach myself computer programming. I am interested in developing a website using PHP but I don't know what kind of concept I should develop. Please advise me on any good ideas for how I can improve my programming skills.

Many Thanks.

like image 940
kuchipatchikun Avatar asked Dec 28 '22 23:12

kuchipatchikun


2 Answers

When I started learning PHP, I started by writing a content management system. Turns out that it was the worst content management system in human history, but I sure learned a lot. Another friend of mine learned PHP through programming a web based game.

Point is, try to find something interesting that will keep your attention for a long development process! Then, resign yourself to a very long learning curve.

like image 182
Greg Hluska Avatar answered Jan 16 '23 14:01

Greg Hluska


Write an application for something you are passionate about.

Examples are: book/cd/dvd collection manager

like image 45
Oded Avatar answered Jan 16 '23 12:01

Oded