Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
The PHP Roundtable is a podcast of web developers discussing PHP, JavaScript, community, open source, and anything else PHP nerds care about. It is broadcast live from Google Hangouts On-Air. For comp... more
FAQs about The PHP Roundtable:How many episodes does The PHP Roundtable have?The podcast currently has 93 episodes available.
April 09, 2016043: A Lone Star PHP 2016 SpecialWe record live from Lone Star PHP 2016 in Dallas, TX. We discuss what DI Containers aren't, tradeoffs to making things easy, how to improve your dev skills, repercussions of depending on Composer, PHP 7.1 features and we give away a white Confoo elePHPant....more1h 2minPlay
March 22, 2016042: Staying Relevant For Web DevelopmentThe technologies that run the web are constantly changing. We discuss strategies for staying on top of the constant flux with continuous learning throughout your career, having mentors, engaging regularly with your peers, contributing to open source projects, voracious reading, and travel to programming events....more1hPlay
March 09, 2016041: The PHP-FIG: Past, Present & FutureThe PHP-FIG has really helped the PHP community get onboard the collaboration train with really great standards like the PSR-4 autoloading standard and the PSR-7 HTTP message interfaces.We discuss PSR-0 through PSR-13 and the process they go through to become standards. We also discuss where the FIG came from and the possible big changes coming to the organization soon....more1h 21minPlay
February 24, 2016040: Graph DatabasesTraditional relational databases like MySQL or Postgres are really good at providing many solutions to the problem of persisting state. But these types of database are really horrible at querying highly connected models in an efficient way.Graph databases like Neo4j and OrientDB excel at highly connected data. In fact, graph technologies are the backbone of social networks like Facebook and Twitter. We discuss how to think about our data using the graph model and what tools we can use in our PHP projects to interface with them. We also discuss the considerations we'll need to make when deciding whether or not to use a graph database in our next project....more1h 25minPlay
February 22, 2016039: From Idea To Production: Part 2We get an update on status of the project we discussed in part 1 and discuss next steps to take our dance event management app idea to production....more1h 5minPlay
February 18, 2016038: RFC Show & TellNew features of PHP get added via the request for comments process. We chatting with a few RFC authors about what features they are proposing for the next major version of PHP....more1h 20minPlay
February 03, 2016037: An ORM DiscussionObject-relational mapping (ORM) tools are a great way to model relational databases in your codebase. We discuss the benefits that ORM tools can add to our apps, some problems with the ORM model and where the PHP community seems to be heading when it comes to persisting data. We'll also discuss the opposing active record & data mapper paradigms....more1h 22minPlay
December 11, 2015036: A Room 11 SpecialWe bring room 11 chat room from Stack Overflow to the Roundtable. We discuss security, PSR-6, Magic the Gathering, PHP 7 and kittens....more1h 27minPlay
November 24, 2015035: Immutable PHPImmutability plays a huge role in functional programming and many languages support immutability directly; like the readonly keyword in C#. It is possible to create immutable objects in PHP, but the language lacks inherent immutable features for scalar variables and class properties. We discuss how to bring functional programming concepts to PHP and brainstorm some features that could possibly be added to future versions of PHP to offer better immutability support....more1h 27minPlay
November 16, 2015034: Debugging is more than var_dump()Believe it or not, there's a lot more to debugging your PHP code than var_dump()'ing all the things. We discuss how to use debugging tools to help us comprehensively debug our codebase....more1hPlay
FAQs about The PHP Roundtable:How many episodes does The PHP Roundtable have?The podcast currently has 93 episodes available.