Podcast "Five Minute PHP"
The five-minute PHP is a weekly podcast about news from the world of PHP, interesting blog posts and modern development approaches.
Listen to the first two releases and you will learn about:
- SPL data structures (stack, queue, array) versus classic array and what PHP 7 will bring
- efficient intersection of arrays, search for an element or check for entry
- problem with password hashes, even if you are using new hashing functions from PHP 5.5
- Russia Laravel Meetup and DevConf 2015
- performance comparison of Golang, Scala, Elixir, Ruby, Python 3 and PHP in spherical parrots in a vacuum
- memory usage optimization and how to write your own garbage collector in PHP
- why Doctrine ORM is not suitable for PHP
- rendering ReactJS templates on a server using PHP
- example of using generators (yield)
- past, present and future Code Coverage by PHPUnit
- Zephir problems with PHP 7
- good articles on PHP 7, which are already on habr
- writing and testing APIs for PHP, Rails and Go by Phil Sturgeon
- TDD - Train Driven Development
Links to all topics are in shounota. In addition to this, all releases are accompanied by full text interpretation on the podcast site:
5minphp.ruI would be happy for comments and suggestions! Do not forget to subscribe to
RSS or in
iTunes .
')
Source: https://habr.com/ru/post/258711/
All Articles