Posts Tagged with "programming"

Static vs Non-static methods in PHP: what is faster?

Posted by Stanislav Furman on May 4, 2014
What is faster? Comparison of static and non-static class methods in PHP.

Backward version compatibility in PHP web application

Posted by Stanislav Furman on February 17, 2014
How to handle backward PHP version compatibility in your web application

Meet AMPPS - a good alternative for XAMPP and WAMP

Posted by Stanislav Furman on October 7, 2013
Meet AMPPS - a good free alternative for XAMPP and WAMP

How to recognize a good programmer

Posted by Stanislav Furman on September 30, 2013

I realized that my article about "How to interview a programmer" is pretty popular, so I decided to extend this topic and share my thoughts about recognizing a good programmer.

Nowadays, it is known that IT guys can make relatively good money in software or web development industry. This makes a lot of people to start learning basics of programming from the school, or sometimes even change their current careers to become programmers. Unfortunately, having a desire is not enough to become a good programmer. Even a number of certificates or diploma from university is not a sufficient sign of a good programmer.

If you are looking for a really good professional you must pay your attention to a certain important indicators.

Continue reading

Happy Programmers' Day

Posted by Stanislav Furman on September 13, 2013

Loose comparison in PHP. Example of breakable functionality.

Posted by Stanislav Furman on September 12, 2013

Recently, I have written about comparisons of numbers with floating point. Here is another important lesson that explains why loose comparison may break the business logic in your PHP application.

Look at the following PHP code. It seems pretty clear and straightforward.

Continue reading