RaoufOsman Posted February 16, 2014 Share Posted February 16, 2014 I have been working in drupal and doing a lot of custom theme development, I write one custome module but I want to do more back end than front end. Any advice I will extremely appreciate it. Quote Link to comment Share on other sites More sharing options...
sKunKbad Posted February 16, 2014 Share Posted February 16, 2014 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. Quote Link to comment Share on other sites More sharing options...
RaoufOsman Posted February 16, 2014 Author Share Posted February 16, 2014 Thanks @sKunKbad. I haven't looked at a lot of frameworks. I should do that.. Quote Link to comment Share on other sites More sharing options...
mogosselin Posted February 16, 2014 Share Posted February 16, 2014 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.