475. PHP and JavaScript Innovation Award Report October 2016 Edition - July 2016 nominees
Updated on: 2016-11-28
Posted on: 2016-10-28
This is the October edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Johnny Mast 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 July 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.
More ... Post a comment See comments (0) Trackbacks (0)
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.
More ... Post a comment See comments (0) Trackbacks (0)
469. PHP 8 Performance to be Boosted with a JIT engine - Lately in PHP podcast episode 76
Updated on: 2016-12-23
Posted on: 2016-10-17
Recently Dmitry Stogov of Zend announced that he is restarting the work on JIT engine that eventually will boost the performance of PHP 8.
These great news was one of the main topics discussed by Manuel Lemos and Johnny Mast on the episode 76 of the Lately in PHP podcast now also being streamed using livecoding.tv.
In this episode they also commented about new proposals for PHP like having both PHP 5 and PHP 7 builds running on the same Web server, single entry PHP apps for reducing the overhead of application bootstrap code, type strict comparisons, built-in request and response objects in PHP, among other topics.
This article also contains the transcript of the podcast summary.
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.
More ... Post a comment See comments (0) Trackbacks (0)
These great news was one of the main topics discussed by Manuel Lemos and Johnny Mast on the episode 76 of the Lately in PHP podcast now also being streamed using livecoding.tv.
In this episode they also commented about new proposals for PHP like having both PHP 5 and PHP 7 builds running on the same Web server, single entry PHP apps for reducing the overhead of application bootstrap code, type strict comparisons, built-in request and response objects in PHP, among other topics.
This article also contains the transcript of the podcast summary.
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.
More ... Post a comment See comments (0) Trackbacks (0)
465. PHP Articles Report September 2016 Edition
Updated on: 2016-10-07
Posted on: 2016-10-07
This is the September 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 logging events and show them with nice graphs, getting currency exchange rates for the present or any past date, getting PHP jobs in high growth companies, using error monitoring services, generating SQL to install database schemas, and several articles and videos to help developers create software product businesses.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
More ... Post a comment See comments (0) Trackbacks (0)
They commented on articles about logging events and show them with nice graphs, getting currency exchange rates for the present or any past date, getting PHP jobs in high growth companies, using error monitoring services, generating SQL to install database schemas, and several articles and videos to help developers create software product businesses.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
More ... Post a comment See comments (0) Trackbacks (0)
462. How to Get Investors for Your Software Product Business: Part 1
Updated on: 2016-10-03
Posted on: 2016-10-03
Many developers gave up on their dreams of creating their own software product business because they feel they need to obtain an investment but they do not know how to do it.
The good news is that investment is often not necessary until you have already of a business generating revenue. Until then you can work on your software product without having to invest from your own pocket.
Watch this video to learn what is the role of the investors, the different types of investors that exist, and what type of investment you need to seek depending on the phase of your project.
More ... Post a comment See comments (0) Trackbacks (0)
The good news is that investment is often not necessary until you have already of a business generating revenue. Until then you can work on your software product without having to invest from your own pocket.
Watch this video to learn what is the role of the investors, the different types of investors that exist, and what type of investment you need to seek depending on the phase of your project.
More ... Post a comment See comments (0) Trackbacks (0)
461. Lately in PHP in Livecoding.tv - Lately in PHP podcast episode 75
Updated on: 2016-12-23
Posted on: 2016-09-30
Livecoding.tv is a live streaming site that allows developers to stream themselves working on code of their projects. The episode 75 of the Lately in PHP podcast 75 is the first episode to be streamed using livecoding.tv presented by Manuel Lemos and Arturs Sosins as always.
In this episode thei also talked about the PHP proposals for immutable objects, searching for text on the beginning and end of strings, disallowing null object parameters in the get_class call, removing UTF-8 to ISO Latin 1 conversion functions and deprecate bundling PEAR/PECL and replace with composer/pickle.
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.
More ... Post a comment See comments (0) Trackbacks (0)
In this episode thei also talked about the PHP proposals for immutable objects, searching for text on the beginning and end of strings, disallowing null object parameters in the get_class call, removing UTF-8 to ISO Latin 1 conversion functions and deprecate bundling PEAR/PECL and replace with composer/pickle.
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.
More ... Post a comment See comments (0) Trackbacks (0)
458. How to Choose the Best Market to Sell Your Software Product
Updated on: 2016-09-27
Posted on: 2016-09-26
There are markets that are better than others. The choice of a market for the software products that you will develop, may be the difference between a successful product and one without much future.
Watch this video to learn how to determine which market you should prefer to have a more viable software product business.
More ... Post a comment See comments (0) Trackbacks (0)
Watch this video to learn how to determine which market you should prefer to have a more viable software product business.
More ... Post a comment See comments (0) Trackbacks (0)
457. PHP and JavaScript Innovation Award Report September 2016 Edition - June 2016 nominees
Updated on: 2016-09-23
Posted on: 2016-09-23
This is the September 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 June 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.
More ... Post a comment See comments (0) Trackbacks (0)
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.
More ... Post a comment See comments (0) Trackbacks (0)
450. Non Obvious MySQL Index Optimization Tricks part 1
Updated on: 2016-09-12
Posted on: 2016-09-12
Every developer knows that adding indexes to database tables may speedup database queries. However, in several circumstances, this may not be the case, and your application may actually get slower when you add indexes.
Watch this short video that is the first part of a talk that teaches what are indexes under the hood, how to determine when you should add indexes to your database tables, when you should not add indexes, and
alternative solutions to optimize MySQL based applications without adding indexes that could slow down your application.
More ... Post a comment See comments (0) Trackbacks (0)
Watch this short video that is the first part of a talk that teaches what are indexes under the hood, how to determine when you should add indexes to your database tables, when you should not add indexes, and
alternative solutions to optimize MySQL based applications without adding indexes that could slow down your application.
More ... Post a comment See comments (0) Trackbacks (0)
449. PHP Articles Report August 2016 Edition
Updated on: 2016-09-09
Posted on: 2016-09-09
This is the August 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 the HTTPoxy vulnerability that affects some well known PHP applications, how to use the pthreads extension, and several articles and videos to help developers create software product businesses.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
More ... Post a comment See comments (0) Trackbacks (0)
They commented on articles about using the HTTPoxy vulnerability that affects some well known PHP applications, how to use the pthreads extension, and several articles and videos to help developers create software product businesses.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
More ... Post a comment See comments (0) Trackbacks (0)
447. How to Create a Software Product Business Continuing to Be a Developer
Updated on: 2016-09-07
Posted on: 2016-09-07
What developers like most is to write code. Creating your own software product business gives you a lot of freedom to work any time you want, anywhere you want, work with the technologies you like, but some developers are afraid that once they start a business they may need to stop writing code and give up on the joy of being a developer.
Fortunately it does not have to be this way. You can create your own software product business and still continue to work as a developer.
Watch this video to learn about different solutions to continuing to be a developer while you work on your own software product business.
More ... Post a comment See comments (0) Trackbacks (0)
Fortunately it does not have to be this way. You can create your own software product business and still continue to work as a developer.
Watch this video to learn about different solutions to continuing to be a developer while you work on your own software product business.
More ... Post a comment See comments (0) Trackbacks (0)