The PHP Roundtable - podcast cover

The PHP Roundtable

PHP Roundtable, Eric Van Johnsonwww.phproundtable.com
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 complete show notes or to watch the episodes in video format visit PHPRoundtable.com. And join the conversation live! Just subscribe to the newsletter at www.phproundtable.com and never miss a live show.
Download Metacast podcast app
Podcasts are better in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episodes

033: Design Patternmania

With a new design pattern coming out every week it can be easy to get caught up in all the hype. If you frequently try to implement the latest-and-greatest design pattern and feel constantly paralyzed by the thought, "I know I'm doing this wrong," this episode is for you. We discuss how "not seeing the forest for the trees" might be a good thing as we try to narrow our focus in order to write better code without thinking of patterns first.

Oct 25, 20151 hr 10 minEp. 32

032: Running A Rockin' PHP User Group

User groups are core to the strength of the PHP community. We discuss what it takes to run a solid user group in your area; finding food & venue sponsors, finding speakers, dealing with money & expenses, and all the details that go into making a rockin' user group. And if you don't have a user group in your area, hopefully this episode will inspire you to take Cal Evans' advice and start one!

Oct 20, 201558 minEp. 31

030: SOA and Microservices

SOA (Service Oriented Architecture) is an architecture that shifts our focus from one big monolithic web app to smaller connected web apps. We discuss what an SOA app looks like in the real world and how it affects our codebases, deployment & DevOps.

Sep 01, 20151 hr 3 minEp. 29

029: The Only Girl In The Room

Inspired by a panel discussion at Midwest PHP 2015, we discuss what barriers exist for women in the PHP community and what we can all do to remove gender bias.

Aug 25, 20151 hr 1 minEp. 28

028: The Alcoholic & Unfit PHP Culture

The PHP community has its fair-share of devs struggling with alcohol & weight loss and it doesn't help that there is a strong culture around alcohol consumption at nerd events. For some, the bottle is just a fun weekend with nerds. For others, it's a vice & deep struggle affecting them both mentally and physically. We'll be discussing the alcoholic culture in the PHP community as well as our struggle with weight loss.

Aug 20, 20151 hr 22 minEp. 27

026: Documentation & Developer Experience

Documentation can make or break a project but it's often completely overlooked until the very end. And if we don't think about how developers will interact with our project before writing our opening php tag, we could end up with a very ugly API. We'll discuss some strategies we can take to improve the overall developer experience with "good" documentation and clean API's

Aug 04, 20151 hr 4 minEp. 25

025: PHP7 Release Management

We've seen 2 alpha releases of PHP 7 so far and the first beta release became available this past Friday, July 10th. We might not put too much thought into what goes into each release of PHP so for this episode we take a closer look at the release management processes for PHP 7.

Jul 14, 201551 minEp. 24

024: Becoming A PHP Entrepreneur

So you have a 9-5 job but want to start your own business... where do you start? We discuss what realistic first-steps you'll need to take in order to transform yourself from a PHP employee to PHP entrepreneur.

Jul 09, 20151 hr 15 minEp. 23

023: PHP's Major "Bus Factor" Problem

Inspired by a lively Open Spaces session at php|tek 2015, we discuss how PHP's ecosystem could be threatened by a not-so-obvious bus factor and what we can all do to keep things thriving.

Jun 22, 20151 hr 6 minEp. 22

022: All About PSR-7

PSR-7 is the latest accepted member to the PHP FIG's standards library. We discuss what PSR-7 is, how it utilizes streams, immutability & middleware, and how it will affects you as a developer.

Jun 11, 20151 hr 16 minEp. 21

021: From Idea To Production: Part 1

We discuss an idea for a web app and identify ways to turn it into a real-life product on the web. We start with describing the domain and the problems the app should solve. Then we identify the personas that will interact with the app. We discuss the features features the app should have to fix the problems and we sort all the features by priority. Finally we talk about timeline, deliverables and next steps. The app we discuss will be launched to production by the next airing of this multi-part...

May 28, 20151 hr 15 minEp. 20

020: A Loosely Coupled Mashup @ php[tek]

A special live mashup recording with Loosely Coupled from php[tek] in Chicago, IL. We talk #phptek, Open Source, and eat some PSR-7 cake.

May 21, 20151 hr 22 minEp. 19

019: The Business of PHP

We discuss freelancing as a PHP developer, managing client expectations, niches, good customer service, project scope & scope creep, hourly rates vs value based pricing, and whether or not to run a SaaS.

Apr 30, 20151 hr 25 minEp. 18

018: F8 Afterglow & The PHP SDK

A short afterglow discussion about the 2015 F8 Facebook Developer Conference in San Francisco, CA & a look at the new Facebook PHP SDK and where it's headed.

Apr 22, 201535 minEp. 17

017: Modernizing Legacy Codebases in PHP

We discuss practical ways of dealing with legacy codebases and address the question of, "to rewrite or to refactor"? We also talk about how we should manage client expectations when working with a legacy codebase. And finally we discuss some general strategies for refactoring a codebase to good, clean, modern PHP.

Apr 15, 20151 hr 10 minEp. 16

016: Contributing To PHP 7

You don't need to be a C programmer in order to contribute to PHP internals. We'll be discussing how you can get involved with PHP internals, the GoPHP7-ext project and how you can help get PHP 7 ready for release.

Mar 30, 20151 hr 10 minEp. 15

015: SemVer, Licensing & OS Support Expectations

Part 2 of an on-going series on open source. We discuss a number of open source topics including what the expectations are for support of an open source project. We also discuss how to use SemVer to successfully maintain an open source package and what we can do when SemVer is not an option. And finally we take a look at licensing and discuss why we need to be concerned with it.

Mar 18, 20151 hr 6 minEp. 14

014: A Midwest PHP Special

A live recording from Midwest PHP in Minneapolis, MN. We talk about developer burn-out, the GoPHP7-ext project, why eval() is bad, the cons of the reflection class and announce the voting phase for an RFC for PHP7.

Mar 14, 20151 hr 28 minEp. 13

013: TDD & BDD In PHP

We focus our discussion on two ideologies within the testing realm: test-driven development (TDD) and behavior-driven development (BDD). We talk about how these two methodologies bring a unique angle to testing software and how we can use them in tandem in our own PHP projects.

Feb 23, 20151 hr 10 minEp. 12

011: Accessibility On The Web

Accessibility is an important and often overlooked aspect of web development. In this episode we'll discuss why web accessibility is so important and how we can make the web more accessible.

Jan 26, 20151 hr 11 minEp. 10

010: ReactJS and the Flux architecture

ReactJS is not just another JavaScript framework. It's not a replacement for jQuery, Ember or Angular. But it's a library that's got one wild and crazy way to render the DOM using something called JSX. You'll hate it. Then you'll love it. Then you'll be an annoying fan-boy of it.

Jan 19, 20151 hr 4 minEp. 9

009: Coding Securely In PHP

With big security breaches becoming the norm these days, security is something we simply cannot ignore. In this discussion we'll ask the experts how we can become more responsible developers by learning about specific security threats we should be most concerned with.

Jan 12, 20151 hr 12 minEp. 8

007: Git & Git-Flow - Open Source Part 1

Part one of a multi-part series on open source. Today we discuss open source & code management with a version control system & explore the concept of git-flow.

Dec 16, 20141 hr 30 minEp. 6

004: All About API's

All about web API's: designing your API with RAML, authentication with OAuth and discussing the hypermedia-constraint (HATEOAS).

Sep 22, 20141 hr 29 minEp. 3
For the best experience, listen in Metacast app for iOS or Android
Open in Metacast