PHP Classes

Lately in PHP Podcast

Recommend this page to a friend!

Recorded shows of the Lately in PHP podcast

  All package blogs All package blogs   Blog PHP Classes blog   Blog Lately in PHP Podcast   Post article Post article  
  202 - 193   ...   162 - 153   152 - 143   142 - 133   132 - 123   122 - 113   112 - 103   102 - 93   92 - 83   82 - 73   72 - 63   62 - 53   52 - 43   ...   2 - 1  

388. How PHP 7.1 May Eliminate Frameworks BootStrap Overhead - Lately in PHP podcast episode 71

Updated on: 2016-12-23

Posted on:

One of the greatest performance killers of applications that use large frameworks or libraries the overhead of bootstrap processes that is necessary to initialize the objects of their classes.

The good news is that a new feature called startup snapshot inspired on V8 engine (used by Chrome and Node.js) is being discussed to implement on PHP 7.1, so applications based on those frameworks take less time to startup and run.

The startup snapshot optimiziation was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 71 of the Lately in PHP podcast hangout.

They also talked about many proposals to make PHP 7 type hinting more complete, better text character set detection, PHP attributes similar to annotations, among many other new proposals.

The article also covers the latest enhancements to make PHP Classes package submission much smoother and more rewarding like the new monthly elePHPant prize and printed certificates that Innovation Award winners may get.

This article includes a transcript of the podcast summary.

Listen to the podcast, or watch the hangout video, or read the summary transcript to learn more about these interesting PHP topics.


Blog More ...   Post a comment Post a comment   See comments See comments (6)   Trackbacks (0)

378. PHP Articles Report April 2016 Edition

Updated on: 2016-05-03

Posted on:

This is the April edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.

They commented on articles about PHP source code protection solutions, the parallax WordPress theme, email verification solutions, PHP 7 backwards incompatible changes and new features, and fast debugging methods using PHPEd.

Listen to the podcast, or watch the hangout video to learn more about these PHP articles.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   Trackbacks (0)

370. PHP and JavaScript Innovation Award Report April 2016 Edition - January 2016 nominees

Updated on: 2016-04-20

Posted on:

This is the April 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 January 2016.

Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

367. Better Type Hinting Proposal for Class Properties in PHP 7.1 - Lately in PHP podcast episode 70

Updated on: 2016-12-23

Posted on:

PHP 7.0 brought us type hinting for class functions and return values, but there was still a missing piece in this giant leap for PHP which is type hinting for class properties.

The latest improvements to the proposal for class property type hinting in PHP 7.1 were one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 70 of the Lately in PHP podcast hangout.

They also talked about several other proposals like Null Coealesce Equal Operator, the glitch of not evaluating arguments of new operator for classes without constructors, the latest proposal on catching multiple exception types, allowing empty property names to support json_decode, the spaceship assignment operator, the result of the var deprecation proposal vote.

Special attention to a call for donations to the family of Nate Abele, the core developer of CakePHP and Lithium PHP frameworks.

This article includes a transcript of podcast summary.

Listen to the podcast, or watch the hangout video, or read the summary transcript to learn more about these interesting PHP topics.


Blog More ...   Post a comment Post a comment   See comments See comments (9)   Trackbacks (0)

364. PHP Articles Report March 2016 Edition

Updated on: 2016-04-06

Posted on:

This is the March edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.

They commented on articles about using caching with AWS S3 to reduce costs and increase speed, developing applications that use Google search API to find how high your sites rank, interacting with users via SMS messages wuth the dotGo engine, and the salary you could be earning as software developer in different cities.

Listen to the podcast, or watch the hangout video to learn more about these PHP articles.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

358. PHP and JavaScript Innovation Award Report March 2016 Edition - December 2015 nominees

Updated on: 2016-03-24

Posted on:

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 2015.

Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

356. Will PHP var Keyword be Removed in Future PHP Versions? - Lately in PHP podcast episode 69

Updated on: 2016-12-23

Posted on:

Since PHP 5 was introduced the class var keyword became an alias of public, so there is a discussion now about a proposal to remove the support for the var keyword in PHP 8 and deprecated in PHP 7.1.

That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 69 of the Lately in PHP podcast hangout.

They also talked about several other proposals like the types of deprecated features in PHP 7.1, as well other feature additions to PHP 7.1 such as using interfaces in traits, pluggable transports for the mail function, being able to determine if an array has only numeric keys, etc..

Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

353. PHP and JavaScript Innovation Award Report February 2016 Edition - November 2015 nominees

Updated on: 2016-03-01

Posted on:

This is the February 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 November 2015.

Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

352. Quickly Finding the Best PHP Packages Recommended by Other Developers

Updated on: 2016-02-29

Posted on:

Sometimes you need to find good recommended PHP components for your needs. However, often you do not find any qualified developer that can give you quick advice.

Usually you resort to search engines or specific sites like PHP Classes or similar sites. The problem is you often find so many components that you would take you a long time to evaluate and determine which one is the best.

Now the PHP Classes site is launching a new feature that combines the accuracy of good developer advice with the speed of good search engines.

Read this article or watch a short tutorial video to learn how you can now quickly find the best PHP packages recommended by other PHP developers.


Blog More ...   Post a comment Post a comment   See comments See comments (3)   Trackbacks (0)

351. PHP Articles Report February 2016 Edition

Updated on: 2016-02-24

Posted on:

This is the February edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.

They commented on articles about detecting the user location by IP address using a Web service, improving site speed generating CSS sprites, capturing Web page screenshots using a Web service, rapid building of PHP framework based applications using CodeLobster IDE, implementing advanced features in WordPress plugins using OOP, and how to find where software engineers can make more money.

Listen to the podcast, or watch the hangout video to learn more about these PHP articles.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  202 - 193   ...   162 - 153   152 - 143   142 - 133   132 - 123   122 - 113   112 - 103   102 - 93   92 - 83   82 - 73   72 - 63   62 - 53   52 - 43   ...   2 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Lately in PHP Podcast   Post article Post article