Jump to content

Hello trying to become php developer. Any Advice


RaoufOsman

Recommended Posts

For me there have been a few things that have made a big difference:

 

1) in my early days of php, reading books on php. I think I read 5 before I could feel comfortable doing anything.

2) choosing a big task, like making an ecommerce app, just for experience. Choose something you think is hard for extra fun.

3) reading the php docs. Anything i don't know, read it, play with it. Right now I'm playing with SPL.

4) browse and play with php frameworks, never trying to stick with only one. Try to make your own.

5) always consider what everyone else is doing. If the trend is x, y, or z, then learn them, even if I don't use them.

Link to comment
Share on other sites

I would say it depends on your experience with Web application languages. First, I would get better by learning the HTTP protocol and everything related (client side VS server side, how does the HTTP protocol works, cookies, etc.)

 

Now, for back-end development, you could learn a bit more about Web services like REST with PHP.

 

You could also learn a couple of lightweight frameworks like Laravel and Codeigniter. I don't include Drupal or WP in the "framework" group, those are CMS platforms IMO.

 

Also, you could read this Website:

http://www.phptherightway.com/

 

It's not complete but there are a lot of subjects that you could deepen by yourself (security, OO programming, etc.).

 

After you're more comfortable with those advanced subject, it will be time to delve into topics like performance testing, scalability and architecture. 

 

Good luck! Don't hesitate if you have any other questions ;)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.