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  
  200 - 191   ...   170 - 161   160 - 151   150 - 141   140 - 131   130 - 121   120 - 111   110 - 101   100 - 91   90 - 81   80 - 71   70 - 61   60 - 51   ...   10 - 1  

413. PHP Articles Report June 2016 Edition

Updated on: 2016-07-08

Posted on:

This is the June 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 a plugin to create custom post types in WordPress, tips to help developers getting the jobs they want, the last part of PHP 7 migration guide, debugging Symfony applications with PHPEd, how to help testing PHP core features using phpt tests, and installing database schemas using a JSON format, and the pros and cons of using ORM.

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)

411. How to Quickly Tell If Your Software Product Idea Will Be Successful

Updated on: 2016-07-04

Posted on:

One of the main reasons why developers give up on their dreams of creating their own software product business is because they fear to spend a lot of time developing a product and after many months of work they realize that product is not what the customers want to pay for. This is very frustrating.

Fortunately there are methods to evaluate the potential of a product idea even before you write a single line of code. These methods can dramatically help developers to become more successful in their software product business.

Watch this short video to learn about one simple method that allows you to quickly evaluate your software product ideas, so you can discard the bad ones and only invest on those that have great potential of interest from paying customers.


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

407. Top 4 Mistakes Developers Should Avoid when Creating Their Own Software Product Business

Updated on: 2016-07-04

Posted on:

Many developers try to create their own business based on software that they develop but some fail, often due to the same mistakes that others already committed.

If those developers knew in advance what are those mistakes, they could have avoided failing, simply by not repeating the same mistakes.

Watch this short video to learn what are the top mistakes that you should avoid when you try to create your own software product business.


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

406. PHP and JavaScript Innovation Award Report June 2016 Edition - March 2016 nominees

Updated on: 2016-06-23

Posted on:

This is the June 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 March 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)

403. 7 Reasons Why Developers Need to Create their Own Software Product Businesses

Updated on: 2017-03-28

Posted on:

Many developers are not happy with working for other companies. They do not have much autonomy to work on projects they want, they cannot work from home, they cannot work any time they want, and in the end they get paid a limited amount of money.

The alternative for these unhappy developers is to create their own software products and sell them to many customers. Unfortunately many developers do not know how to get started and become successful.

The good news is that this is the first of series of short videos that will teach developers all they need to know to create their own businesses developing products that the customers really want and will pay for.

Watch this short video to learn about why creating your own products is the right step to be a happier developer, as well how you can attend a free online workshop that will teach the essential steps to achieve that goal.


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

401. Built-in Protection Against CSRF Security Attacks in PHP 7.1 - Lately in PHP podcast episode 72

Updated on: 2016-12-23

Posted on:

Cross-Site Request Forgery (CSRF) are a type of security attacks that may cause user accounts to be abused, so attackers can make users perform actions inadvertently in a vulnerable site and cause serious problems to the users and the sites.

There is a new proposal for PHP 7.1 to provide built-in semi-automatic protection against CSRF attacks, so it will be easier for PHP developers to protect the sites they develop against this type of exploit.

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

They also talked about other proposals for PHP 7.1, as well the election of two release managers that will take care of the steps necessary to release PHP 7.1 later this year on the planned schedule.

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 (0)   Trackbacks (0)

394. PHP Articles Report May 2016 Edition

Updated on: 2016-05-30

Posted on:

This is the May 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 a plugin to insert charts and graphs on WordPress posts, how to prepare to technical interview for jobs, 10 aspects on which BitBucket is better than GitHub, converting HTML to PDF using an API, using Microsoft Visual Studio as your PHP IDE with PHP Tools extension, and the main changed and new functions in PHP 7.

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)

393. PHP and JavaScript Innovation Award Report May 2016 Edition - February 2016 nominees

Updated on: 2016-05-25

Posted on:

This is the May 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 February 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)

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)

  200 - 191   ...   170 - 161   160 - 151   150 - 141   140 - 131   130 - 121   120 - 111   110 - 101   100 - 91   90 - 81   80 - 71   70 - 61   60 - 51   ...   10 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Lately in PHP Podcast   Post article Post article