Episodes
Join us on the next PHPRoundtable as we decode the superheroes behind the scenes in the tech world! No, they don't wear capes (usually), but they're the bridge-builders, the peace-makers, and the tech whisperers. Dive into the enigmatic world of Developer Relations, find out who they are, what magic they weave, and how they keep both sides of the code fence talking. It's 'Relations'... but not the kind you're thinking.
Published 10/15/23
Published 10/15/23
On this panel, we sit down with the team from Open Sourcing Mental Illness, whose motto is "Stronger Than Fear". Open Sourcing Mental Health is a non-profit 501(c)(3) corporation dedicated to raising awareness, educating, and providing resources to support mental wellness in the tech and open-source communities.
Published 05/09/23
In this episode of PHPRoundtable, we have a panel of instructor, students, and professional to talk about the Education of Development and Coding. We discuss formal, structure programs to self taught. What is the best was to learn to code? You can join us live in our Discord Channel https://discord.gg/wmD3sGnMMe
Published 02/18/23
An international panel of PHP Community members discusses the stat of PHP User Groups. How to get involved, so of the pitfalls, and a lot of the benefits of being a part of the community.
Published 06/26/22
There has been a long hiatus from the Roundtable but we are back. This month I am joined by Sara Golemon, Joe Ferguson, and Ben Ramsey and we talk about the current state of PHP.
Published 05/18/22
10 years of Laravel, and the framework continues to grow stronger with the passing of each release. More and more talented developers are creating packages and contributing to the overall health of Laravel.
Published 09/10/21
Sammy opens the Roundtable back up. Everyone talks about what they've been doing for the past few years. What we are up to now. And what the future holds for The PHPRoundtable.
Published 07/31/21
There have been lots of big changes happening with the PHP-FIG. Today we chat with a number of figgies to get the inside scoop on what has changed and also get a glimpse inside of the latest accepted standard, PSR-18: HTTP Client Interface.
Published 07/31/21
We'll be deep-diving into some PHP internals goodness that you won't want to miss. We'll go behind the scenes of preloading, a possible foreign function interface (FFI), typed properties, a password hashing registry and more.
Published 07/31/21
The first major piece of legislation that we've seen attempt to regulate how our personal information is handled on the web is the General Data Protection Regulation (GDPR). Today we chat with some panelists who have gone down the GDPR-compliance road and they are going to help us PHP devs understand how the GDPR affects us and what we can do to make sure our technology stack is as GDPR-compliant as possible.
Published 07/30/21
The PHP podcast is where everyone chimes in. Website: https://phproundtable.com/ Youtube: https://youtube.com/phproundtable Twitter: @phproundtable 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...
Published 07/30/21
Self-taught PHP programmers, even those of us with decades of experience, would likely fail a tech interview in an epic way. If you've ever wanted to work for a big tech company like Google, Amazon or Facebook but have always been too nervous about the tech interview, this episode is for you. We chat about what we need to do to be fully prepared for a tech interview. And maybe soon you'll be showing your friends how to reverse a binary tree on a whiteboard.
Published 09/06/18
PHP has had support for coroutines since PHP 5.5 and it allows you to do some really cool non-blocking stuff. We chat about concurrency in PHP and how we might be able to use it to speed up our apps.
Published 07/26/18
New accessibility guidelines are coming down the pipe that will impact our apps with the new WCAG 2.1. We chat about what the guidelines are and how we can start preparing our apps for them.
Published 07/20/18
Secrets, secrets, are no fun, all they do is cause pain when trying to deploy to production. By secrets, we're talking about database passwords, API keys, and other credentials that we want to keep from prying eyes. There are a number of solutions out there to keep our secrets out of the codebase and in a more secure area. We discuss the options we have for managing secrets and the tradeoffs for using them.
Published 06/27/18
Static analysis is a fancy word to describe a tool that looks at our code and gives us helpful hints on how to improve it. We'll be discussing what static analyzers do, which tools the PHP community has access to, and how we can incorporate the tools into our daily development flow.
Published 06/12/18
We finally unveil the super-secret project to the world! Listen in to find out what it is and how you can get your hands on one.
Published 05/30/18
The next major version of PHP is here! PHP 7.2 comes with a nice set of upgrades, performance enhancements, and a brand new crypto library right out of the box. We discuss some of the features and breaking changes that we should be aware of before upgrading to PHP 7.2.
Published 05/23/18
We chat about backwards compatibility, Gutenberg, and the WordPress ecosystem.
Published 05/16/18
We're still alive! We come off our hiatus to have an informal catch-up session with some PHP friends. And proof of the secret PHP Roundtable project is revealed to Chris & Joe.
Published 03/10/18
PHP is known for running really bad code really well. But it has a dirty little secret: deep within its code is a hidden "stack bomb". You can cause PHP to completely crash with just a few lines of code. Today we discuss why this happens and what we can do to fix the issue.
Published 10/20/17
In an industry like software engineering where it seems like there's always something else to learn, it's easy to come down with a case of imposter syndrome. We chat about imposter syndrome's impact on the PHP community and contrast it with the Dunning-Kruger effect.
Published 10/06/17
After years of resisting, SammyK finally drank the Docker Kool-Aid for his everyday client work. We talk about his transition from Vagrant to Docker and some bumps he hit along the way.
Published 08/29/17
Adding tests to php-src is a great way to get involved with PHP internals. Don't know how to get started? You're in luck. TestFest 2017 is going to be a thing in September. User groups and individuals around the world are going to organize to learn how to add tests to PHP and become official internals contributors. It has been 7 years since the last TestFest in 2010. We chat about how to get involved with TestFest 2017.
Published 07/24/17