Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Toptal.com:
Buggy PHP Code: The 10 Most Common Mistakes PHP Developers Make
Oct 07, 2016 @ 16:12:27

On the Toptal.com site a new article has been published from author Ilya Sanosyan with his list of top ten development mistakes he sees PHP developers make leading to more buggy code.

PHP makes it relatively easy to build a web-based system, which is much of the reason for its popularity. But its ease of use notwithstanding, PHP has evolved into quite a sophisticated language with many frameworks, nuances, and subtleties that can bite developers, leading to hours of hair-pulling debugging. This article highlights ten of the more common mistakes that PHP developers need to beware of.

Included in his list are common issues like:

  • Leaving dangling array references after foreach loops
  • Confusion about returning by reference vs. by value
  • Performing queries in a loop
  • Assuming $_POST will always contain your POST data
  • Ignoring coding standards

For each item on his list he provides good code examples and explanation of both why it's an issue and what can be done to prevent it.

tagged: top10 common mistakes programmers developers list example code

Link: https://www.toptal.com/php/10-most-common-mistakes-php-programmers-make

Cal Evans:
Day Camp 4 Developers #6: Non-Programming for Programmers
Jun 21, 2013 @ 15:49:43

Cal Evans has a post to his site today about the latest "Day Camp 4 Developers" online webinar he's put together - this is #6: Non-Programming for Programmers.

It is hard for me to believe that we are already up to the 6th Day Camp 4 Developers. It seems like just yesterday that I was looking for a way to showcase a few great talks I knew about that weren’t getting selected at conferences. Now 3 years later, we’ve got 5 under our belt and are prepping for the 6th. This time, the topic is Non-Programming for Programmers. Attendees will lear about: Documentation, Agile development, source code management and estimating.

The event is happening July 26th from about 9am CST through 1:30pm CST and is completely online. You can find out more about the speakers and topics for this edition from it's site and pick up a ticket or two while you're there (just $40 USD).

tagged: dc4d daycampfordevelopers nonprogramming programmers

Link: http://blog.calevans.com/2013/06/20/day-camp-4-developers-6-non-programming-for-programmers

/Dev/Hell Podcast:
Episode 29: Snappy Answers to Stupid Questions
Mar 11, 2013 @ 15:44:22

The /Dev/Hell podcast has posted the latest episode of their podcast (as hosted by Chris Hartjes and Ed Finkler) - Episode #29, "Snappy Answers to Stupid Questions".

Being totally out of ideas, we turned things over to our legions of fans who joined us on IRC. Lots of interesting questions, and people learned what Ed thought was horseshit.

As you can imagine, there's lots of topics covered including some discussion of PHP IDEs, if PHP has reached its limit and liberal versus conservative programmers. You can listen to this latest episode either through the in-page player, by downloading the mp3 or by subscribing to their feed.

tagged: devhell podcast snappyanswers irc discussion ide yahoo programmers

Link:

Chris Roane's Blog:
PHP Programmers: Stop Whining and Shut-up!
Apr 02, 2010 @ 17:12:50

Chris Roane has a suggestion to all of the PHP developers out there - stop whining and shut up!

If you are sick and tired of a few projects sucking your time and pissing off your boss…then fix the code that is causing you problems. What? Your boss won’t give you the time to do this since it is not billable time? Than find time outside of normal work hours to fix it. I understand this isn’t fun, but if you want to move on with your life, this is necessary. If you are waiting for the problem to go away (or praying about it), than that is a good sign that you are at a bad spot.

Complaining about what you have to do won't make things any better - only owning up to what needs to be done (that or doing it right the first time).

The only person who has the power to fix your problems is you.
tagged: whining programmers opinion

Link:

Jani Hartikainen's Blog:
The three types of programmers
Aug 13, 2009 @ 19:48:08

In this recent post from Jani Hartikainen he looks at the three different categories he sees developers fitting into - "smart-and-get-things-done", smart and "just a" programmer.

The other day I was thinking of programmer types. In a way, I think there are three kinds of programmers when looking at a high level [...] So how do you determine if a programmer goes into one of these categories?

The "just a programmer" is the developer that writes code because it's a better job with little passion. The "smart programmer" are talented developers but they miss the big picture things. The "smart and get things done programmer" can be the most ideal of the three - they're the ones with the vision and passion to really make great applications.

tagged: types programmers smart justa get done

Link:

Community News:
The Women of PHP
Oct 09, 2006 @ 12:02:00

A new group is being proposed in this post from Ben Ramsey, this one from Ligaya Turmelle, and these comments from Elizabeth Naramore - a gathering of the female PHP programmers out there.

From Ligaya and Elizabeth:

We started talking about the number of women in PHP world. Elizabeth Naramore and I know we aren't the only ones (between the 2 of us we could count ~10 other women in the PHP world). There have got to be more then that. So if you are a woman and a PHP developer - stand up and be counted.

We think it would be a great idea to start a women's group for PHP programmers and we want to know who's with us. We've all noticed the lack of females at conferences, user groups, and in print - let's get together and change those numbers, shall we?

If you're interested in this kind of group, you can send off an email to Elizabeth at elizabeth _at_ naramore _dot_ net or just post a comment to this entry over on Ligaya's blog.

The Zend Developer Zone also has their perspective posted today, talking about how the idea was formed and the above discussions on the topic.

Elizabeth Smith has also shared a few thoughts with the community on the "women of PHP" idea.

tagged: women group forming programmers developers women group forming programmers developers

Link:

Community News:
The Women of PHP
Oct 09, 2006 @ 12:02:00

A new group is being proposed in this post from Ben Ramsey, this one from Ligaya Turmelle, and these comments from Elizabeth Naramore - a gathering of the female PHP programmers out there.

From Ligaya and Elizabeth:

We started talking about the number of women in PHP world. Elizabeth Naramore and I know we aren't the only ones (between the 2 of us we could count ~10 other women in the PHP world). There have got to be more then that. So if you are a woman and a PHP developer - stand up and be counted.

We think it would be a great idea to start a women's group for PHP programmers and we want to know who's with us. We've all noticed the lack of females at conferences, user groups, and in print - let's get together and change those numbers, shall we?

If you're interested in this kind of group, you can send off an email to Elizabeth at elizabeth _at_ naramore _dot_ net or just post a comment to this entry over on Ligaya's blog.

The Zend Developer Zone also has their perspective posted today, talking about how the idea was formed and the above discussions on the topic.

Elizabeth Smith has also shared a few thoughts with the community on the "women of PHP" idea.

tagged: women group forming programmers developers women group forming programmers developers

Link:

Ben Ramsey's Blog:
Acceptable Rates for PHP Programmers?
Jun 21, 2006 @ 10:55:55

Ben Ramsey asks a question today that PHP developers all around the world ask themselves at one time or another - "what are acceptible rates for PHP developers?"

This topic came up after an Atlanta PHP meeting a few months ago, and I've been asked the same question several times since then. So, what exactly is an acceptable rate for a PHP programmer?

To one person, I answered within the scope of the Java world (since this person has more familiarity with Java programmers). I recommended that PHP programmers receive pay comparable to Java programmers. To another person, I recommended that, as a freelancer, he not accept a job for any less than a specific rate comparable to that of Java programmers.

He talks about the differences in the job market between Java and PHP, mainly due to the low entry level requirements that PHP has. Usually, someone charging a "bargain basement" kind of price for an application is usually the one with less experience.

I want to see PHP programmers paid well for the work they do. Let's face it: anyone can call themselves a PHP programmer, but not everyone programs in PHP well. You should be paid a competitive rate for your skills as an excellent PHP programmer.
tagged: rates charge programmers experience bargain rates charge programmers experience bargain

Link:

Ben Ramsey's Blog:
Acceptable Rates for PHP Programmers?
Jun 21, 2006 @ 10:55:55

Ben Ramsey asks a question today that PHP developers all around the world ask themselves at one time or another - "what are acceptible rates for PHP developers?"

This topic came up after an Atlanta PHP meeting a few months ago, and I've been asked the same question several times since then. So, what exactly is an acceptable rate for a PHP programmer?

To one person, I answered within the scope of the Java world (since this person has more familiarity with Java programmers). I recommended that PHP programmers receive pay comparable to Java programmers. To another person, I recommended that, as a freelancer, he not accept a job for any less than a specific rate comparable to that of Java programmers.

He talks about the differences in the job market between Java and PHP, mainly due to the low entry level requirements that PHP has. Usually, someone charging a "bargain basement" kind of price for an application is usually the one with less experience.

I want to see PHP programmers paid well for the work they do. Let's face it: anyone can call themselves a PHP programmer, but not everyone programs in PHP well. You should be paid a competitive rate for your skills as an excellent PHP programmer.
tagged: rates charge programmers experience bargain rates charge programmers experience bargain

Link:


Trending Topics: