PHP Roundtable công khai
[search 0]
Thêm
Download the App!
show episodes
 
Artwork

1
The PHP Roundtable

PHP Roundtable, Eric Van Johnson

Unsubscribe
Unsubscribe
Hàng tháng
 
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.
  continue reading
 
Loading …
show series
 
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 c…
  continue reading
 
Please consider supporting OSMI and its mission to help those facing mental illness in the tech community. Donate to Open Sourcing Mental Illness OSMI began in 2013, with Ed Finkler speaking at tech conferences about his personal experiences as a web developer and open-source advocate with a mental health disorder. The response was overwhelming, an…
  continue reading
 
Links from the Show Boise State University GIMM Program Madison Area Technical College The Panel Eric Van Johnson - This is me :-) I am a self-taught PHP developer and have been running a development studio for over ten years. Back in 2021, my business partner and I took over the operations of php[architect] / phparch.social/@eric and @shocm on Twi…
  continue reading
 
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. Panel Member: Andreas Heigl Rafael Dohms Rick Kuipers Bob Bloom Chris Spruck Joe Ferguson Ben Ramsey Sara Golemon Eric Van Johnson Links Discussed on the show htt…
  continue reading
 
Ben shared with us his experience being a Release Manager for PHP 8.1. We also talk about the voting process for Release Manager voting for 8.2 (https://externals.io/message/117716#117746). Congratulations to Sergey Panteleev and Pierrick Charron on becoming the Release Managers for PHP 8.2. We share our thoughts on how to follow along with discuss…
  continue reading
 
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. We talk with Eric Barnes, Matt Stauffer, and Taylor Otwell. We talk about conferences, kids, PHP, and so much more.…
  continue reading
 
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. The PHP podcast is where everyone chimes in. Website: https://phproundtable.com/ Youtube: https://youtube.com…
  continue reading
 
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. The PHP podcast is where everyone chimes in. Website: https://phproundtable.com/ Youtube: https://youtube.com/phproundtable …
  continue reading
 
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 ma…
  continue reading
 
We discuss DocBlocks, PSR-5, Annotations, reflection, automatic API documentation generation, and their future in PHP. 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, commu…
  continue reading
 
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 fo…
  continue reading
 
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…
  continue reading
 
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 las…
  continue reading
 
No matter how experienced you are as a programmer, at some point your app will generate errors and crash. Fixing problems with your app quickly is paramount in order to affect as little of your user base as possible. We discuss what is involved with implementing effective logging and crash reporting techniques in PHP to help you keep your apps up a…
  continue reading
 
Guzzle has become the de-facto HTTP-client library for PHP. But recently a number of open source projects have been switching to HTTPlug which boasts itself as an HTTP-client abstraction. We chat about the problems HTTPlug aims to solve, the plans for its future and the reasons behind why some library maintainers have chosen to adopt it or not.…
  continue reading
 
There are two seemingly contradicting philosophies about how to charge clients for programming work. The hourly camp suggests that the client is paying for your skill and hiring you for your time. The value-based pricing camp suggests that the programmer should price a project based on its value to the client instead of the hours it will take to bu…
  continue reading
 
So you spend most of your time programming in PHP. You meet another programmer out in the wild. You begin explaining what you do. Do you find yourself using vague terms and actively trying to avoid the word "PHP?" Do you dread the question, "What language do you primarily code in?" Do you anticipate them scoffing at you when you say, "PHP?" We disc…
  continue reading
 
We spend much of our time as developers managing the state in our applications. There are many different approaches and philosophies attributed to reading, mutating and storing state. The Event Sourcing pattern is an approach to managing application state. If we think of any given state of our app as a frame in a video, Event Sourcing allows us to …
  continue reading
 
The demand for DevOps skills is growing more and more in modern web development. But all the hype and demand is met with myriad DevOps tools. Staying abreast of how these tools can help make our jobs easier can be daunting. So today we take a closer look at one of these tools called Docker which takes a microservices-architecture approach to managi…
  continue reading
 
HTTP/1.1 will eventually be replaced by HTTP/2 so it's important for us PHP nerds to know all about the latest version of the HTTP protocol that's already running some of the internet's biggest websites. We discuss the things we need to know to start using HTTP/2 in our next PHP app. We also go briefly off topic to discuss the status of PHP 7.1 and…
  continue reading
 
If you've ever gotten a number of weird looking characters in your database or on your website like, "�" and didn't know why, then this episode is for you. Those bizarre characters called "mojibake", rear their ugly heads when we don't account for a consistent character encoding. Today we discuss what character encoding is, how to accommodate for i…
  continue reading
 
Async? Isn't that like AJAX in Javascript or something? Most PHP developers encounter asynchronous code for the first time in Javascript, but not many are aware that PHP can do async too. We discuss asynchronous programming in PHP and how we might be able to implement it in our own projects using various libraries. We also take a look at how async …
  continue reading
 
The 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…
  continue reading
 
Traditional 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 b…
  continue reading
 
Loading …

Hướng dẫn sử dụng nhanh