273. 5 Urgent Maintenance Tasks You May Need to Perform on Your Site Now
Updated on: 2015-04-17
Posted on: 2015-04-15
The recent times have been crazy for developers and Webmasters that strive to keep their sites running without disruptions.
What happens is that several important external sites and services are changing their APIs or introducing new rules that may break the code of your sites.
Read this article to learn about some important sites and APIs that are changing, so you can check if you need to perform urgent maintenance tasks to keep your sites working without troubles.
More ...
Post a comment
See comments (5) Trackbacks (0)
What happens is that several important external sites and services are changing their APIs or introducing new rules that may break the code of your sites.
Read this article to learn about some important sites and APIs that are changing, so you can check if you need to perform urgent maintenance tasks to keep your sites working without troubles.
272. Team Communication Starts with HipChat
Updated on: 2015-03-31
Posted on: 2015-03-31
HipChat combines every communication method you’d ever need—IM, group chat, screen sharing, file sharing, link sharing, video and voice calling—into a single solution.
Working remotely, working across time zones, and working with the person right next to you becomes infinitely simpler and more efficient. Find out more.
More ...
Post a comment
See comments (0) Trackbacks (0)
Working remotely, working across time zones, and working with the person right next to you becomes infinitely simpler and more efficient. Find out more.
271. How PHP 7 Can Help You Write Better Tests
Updated on: 2015-03-30
Posted on: 2015-03-30
With the introduction strict type hinting, PHP 7 will creating more robust tests that will help us to develop better quality code.
Read this article to learn how you can write more robust tests in practice with the help of strict type hinting.
More ...
Post a comment
See comments (9) Trackbacks (0)
Read this article to learn how you can write more robust tests in practice with the help of strict type hinting.
270. Creating a PHP Daemon Service
Updated on: 2015-03-27
Posted on: 2015-03-27
Daemons are special applications that can monitor and process an important activity on a machine in the background.
Read this article to learn how to create a daemon in pure PHP, handling signals, handle multiple asynchronous I/O and events with libevent, monitoring daemon performance, starting the daemon and distribute your daemon application as a PHAR archive.
More ...
Post a comment
See comments (12) Trackbacks (0)
Read this article to learn how to create a daemon in pure PHP, handling signals, handle multiple asynchronous I/O and events with libevent, monitoring daemon performance, starting the daemon and distribute your daemon application as a PHAR archive.
269. PHP 7 Scalar Type Hinting Finally Approved
Updated on: 2015-03-24
Posted on: 2015-03-23
After a long debate, a proposal to implement type hinting for scalar function parameters and return values was just approved with the highest vote count so far.
Read this article to understand what scalar type hinting is and how you can benefit from it when you will run your code with PHP 7.
More ...
Post a comment
See comments (17) Trackbacks (0)
Read this article to understand what scalar type hinting is and how you can benefit from it when you will run your code with PHP 7.
268. Improving the use of a MongoDB database with the help of Symfony Listeners
Updated on: 2015-03-22
Posted on: 2015-03-20
Sometimes applications need to filter large amounts of information to show to the user a small subset of relevant data.
However, when the amount data to filter is too large, it may not be feasible to filter the information retrieving the whole data into memory.
Read this article to learn about an alternative approach using a MongoDB document and Symfony listeners to limit the amount of data that needs to be traversed in memory.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, when the amount data to filter is too large, it may not be feasible to filter the information retrieving the whole data into memory.
Read this article to learn about an alternative approach using a MongoDB document and Symfony listeners to limit the amount of data that needs to be traversed in memory.
267. PHP and JavaScript Innovation Award Report March 2015 Edition - December 2014 nominees
Updated on: 2015-03-18
Posted on: 2015-03-18
This is the March edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of December 2014.
Listen to the podcast, or watch the hangout video, or read the transcript to learn why the nominated packages were considered to be innovative.
More ...
Post a comment
See comments (0) Trackbacks (0)
Listen to the podcast, or watch the hangout video, or read the transcript to learn why the nominated packages were considered to be innovative.
266. Features and Extensions to be Removed from PHP 7 - Lately in PHP podcast episode 57
Updated on: 2015-03-16
Posted on: 2015-03-16
As the launch date of PHP 7 is coming closer, PHP core developers have been discussing about features and extensions to be removed or deprecated in PHP 7.
This was one the main topics commented by Manuel Lemos and Arturs Sosins in the episode 57 of the Lately in PHP podcast.
They also commented about the possibility to enable the opcode cache extension by default in PHP 7, the proposal for caching PHP opcode when reading PHP code from custom streams, the proposal for an API to access parsed PHP code abstract syntax tree, the announcement of Zend Open Source JIT engine, and an article about how to check if OAuth tokens are still valid.
Listen to the podcast, or watch the hangout video, or read the transcript to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (2) Trackbacks (0)
This was one the main topics commented by Manuel Lemos and Arturs Sosins in the episode 57 of the Lately in PHP podcast.
They also commented about the possibility to enable the opcode cache extension by default in PHP 7, the proposal for caching PHP opcode when reading PHP code from custom streams, the proposal for an API to access parsed PHP code abstract syntax tree, the announcement of Zend Open Source JIT engine, and an article about how to check if OAuth tokens are still valid.
Listen to the podcast, or watch the hangout video, or read the transcript to learn more about these interesting PHP topics.
7. How to Check if an OAuth Token is Valid?
Updated on: 2015-03-09
Posted on: 2015-03-09
Blog: PHP OAuth Library package blog
Package: PHP OAuth Library
Some Web applications need to show different information to users depending on whether they have authorized API access using OAuth and if the access token is still valid, like for instance showing a login button or not. Read this article to learn about solutions for this problem.
More ...
Post a comment
See comments (9) Trackbacks (0)
265. Chi Hoang and Italy Won the 2014 PHP Innovation Award Edition
Updated on: 2015-03-01
Posted on: 2015-02-24
The results of the PHP Programming Innovation Award edition of 2014 were announced and the winner is Chi Hoang from France. Collectively Italy won the championship by countries. The site interviewed the winners to know them better.
Listen to the interviews, or watch the interview hangout, or read the transcript to learn more about the outstanding innovative packages that allowed them to win the 2014 award and how they can be contacted in case you are interested to hire them.
More ...
Post a comment
See comments (0) Trackbacks (0)
Listen to the interviews, or watch the interview hangout, or read the transcript to learn more about the outstanding innovative packages that allowed them to win the 2014 award and how they can be contacted in case you are interested to hire them.
