Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

That Podcast:
Episode 48: The One Without All the CSS
Mar 02, 2018 @ 16:25:36

That Podcast, with hosts Beau Simensen and Dave Marshall, has posted their latest episode - Episode #48: The One Without All the CSS

Beau and Dave discuss Tailwind CSS with Adam Wathan and Jonathan Reinink.

Topics mentioned include Tailwind CSS, the Bootstrap project, the Refactoring UI and an article about separation of concerns in CSS by Adam. You can listen to this latest episode either using the in-page audio player or by downloading the mp3 directly. If you enjoy the show and want to hear more, be sure to subscribe to their feed and follow them on Twitter to get updates when new shows are released.

tagged: thatpodcast e48 podcast beausimensen davemarshall tailwindcss adamwathan jonathanreinink

Link: https://thatpodcast.io/episodes/episode-48-the-one-without-all-the-css

PHP Roundtable:
062: All things Laravel
May 01, 2017 @ 15:56:51

The PHP Roundtable podcast has released their latest episode - Episode #62: All Things Laravel. In this episode host Sammy Powers is joined by Adam Wathan, Jeffrey Way, Mohamed Said, Dries Vints and the creator of Laravel Taylor Otwell.

In the episode they "chat about all things Laravel" including:

  • a quick overview of the mission and what to expect from the framework
  • some of the functionality the framework includes
  • the "refactoring to collections" content from Adam
  • features that were inspired by other languages
  • reflection-based dependency injection
  • the idea of a forum as a "default application" for those new to the framework

You can catch this latest episode either using the in-page video player or directly over on YouTube. If you enjoy the show, be sure to subscribe to their feed and follow them on Twitter to get updates when the latest shows are released.

tagged: phproundtable podcast laravel adamwathan jeffreyway mohammedsaid driesvints taylorotwell

Link: https://www.phproundtable.com/episode/all-things-laravel

Full Stack Radio:
62: Timezones, Webhook Security, and UI Decisions
Apr 12, 2017 @ 18:06:25

The Full Stack Radio podcast, with host Adam Wathan, has posted their latest episode with guest David Hemphill - Episode #62: Timezones, Webhook Security, and UI Decisions.

In this episode, David talks about adding timezone support to Crondog, and Adam wrestles with some decisions about dealing with failed webhooks in KiteTail.

We also talk a lot about different strategies for securing webhooks, and what we're looking forward to at MicroConf.

You can listen to this latest episode either using the in-page audio player or by downloading the mp3 directly. If you enjoy the show, be sure to subscribe to their feed and follow them on Twitter to get the latest announcements when new shows are released.

tagged: fullstackradio podcast ep62 davidhemphill adamwathan timezone webhook security ui

Link: http://www.fullstackradio.com/62

Full Stack Radio:
59: Jonathan Reinink - Form Hell Part 2: Complex Validation
Feb 27, 2017 @ 15:49:24

On the Full Stack Radio podcast host Adam Wathan is joined once again by Jonathan Reinink to follow up their previous show and talk more about complex validation.

In this episode, Adam and Jonathan continue their discussion about forms from episode 54, this time focusing on the complexities of validation.

Topics mentioned include form requests in Laravel, a forum post about a possible bypass of CVC and ZIP checks with Stripe and HTML5 form validation. You can listen to this latest show either through the in-page audio player or by downloading the mp3 directly. If you enjoy the episode, be sure to subscribe to their feed and follow them on Twitter for updates on when new shows are released.

tagged: fullstackradio jonathanreinink validation complex podcast ep59 adamwathan

Link: http://www.fullstackradio.com/59

Laravel News:
Review: Refactoring to Collections
Feb 16, 2017 @ 16:45:33

The Laravel News site has posted a book review by Diaa Fares of Adam Wathan's "Refactoring to Collections" book.

“Never write another loop again.” A strong promo sentence used by Adam Wathan to market his Refactoring to Collections book, but does it hold the promise? Well, together we will explore how close that claim is to reality.

If you are a Laravel developer, chances are you’ve heard about the collection pipeline before. While I use it a little in my projects I hadn’t realized the possibilities of this approach until I read Refactoring to Collections. It brought me to another level of thinking about utilizing the power and capabilities of functional programming.

The review goes on to talk about imperative versus declarative programming (with examples) and how the book walks you through "the journey" to move to a collections-driven code structure. The review also points out the amount of concepts to learn in the book and the style/effort that was clearly put into its creation. It also points to this RFC as hope for the native use of "arrow functions" in PHP in the future.

tagged: refactor collections book review adamwathan

Link: https://laravel-news.com/review-refactoring-to-collections

Laravel News:
Review of Test-Driven Laravel
Dec 02, 2016 @ 16:44:56

The Laravel News site has posted a review of "Test Driven Laravel", a course from Adam Wathan walking you through the creation of a Laravel-based application from a completely Test-Driven Development approach.

I’ve been programming for close to a decade, and I’m constantly trying to find ways so to improve my skill set to be able to keep up with the ever-changing landscape of technology. The one area I’ve always wanted to improve in has been testing. [...] When Adam announced at Laracon that he was creating a course on building real-world applications with TDD, I was really excited to see where it would go.

Over the past couple of months, I’ve been lucky enough to preview the course as the lessons get finished. It’s been really helpful because I’ve been working on a large, complex application, and I’ve been able to apply the things I’m learning immediately in my day-to-day work.

The review goes on to talk about some of the things they've learned already from the course including test coverage for parts of the app that work with 3rd party services. They link to this talk from Adam as an example of some of the concepts taught in the course and, of course, a link where you can purchase your own Early Access pass and start learning.

tagged: review earlyaccess testdriven laravel tdd adamwathan testing course

Link: https://laravel-news.com/review-of-test-driven-laravel

Laravel News Podcast:
Episode #20 - With special guest Adam Wathan
Jun 30, 2016 @ 23:20:24

The Laravel News podcast, as hosted by Eric Barnes has posted their latest episode: Episode #20: With special guest Adam Wathan.

In this week’s Laravel News podcast we have Adam Wathan on to talk about his book Refactoring to Collections and a new package MailThief.

You can listen to this latest episode either through the in-page audio player or by subscribing through iTunes or Google Play. There's also a special discount code included for Adam's "Refactoring with Collections" book if you're interested.

tagged: laravelnews podcast ep20 adamwathan laravel collections mailthief

Link: https://laravel-news.com/2016/06/ln-20-special-guest-adam-wathan/

PHP Roundtable:
033: Design Patternmania
Oct 27, 2015 @ 14:39:26

The PHP Roundtable podcast has posted their latest episode today, Episode #33 - Design Patternmania. This episode features guests Adam Wathan, Anthony Ferrara and Ross Tuck discussing design patterns with host Sammy Kaye Powers.

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.

You can catch this latest episode either through the in-page video player or directly on YouTube. If you enjoy the show, be sure to subscribe to their feed and follow them on Twitter to get information about the latest shows as they're released (and when future live recordings are happening).

tagged: phproundtable podcast video designpattern adamwathan anthonyferrara rosstuck

Link: https://www.phproundtable.com/episode/keeping-code-simple-in-a-design-pattern-world

Laravel Podcast:
Episode 32: Adam Wathan Is Strong
Aug 07, 2015 @ 16:55:23

The Laravel podcast, hosted by Matt Stauffer with regular guests Taylor Otwell and Jeffrey Way, has posted their latest episode today - Episode #32: Adam Wathan Is Strong

In this episode, the crew discusses simple code, staying focused, Adam vs. The Hulk, and coding music.

You can listen to this latest episode either through the in-page audio player or by downloading the mp3 of the show. If you enjoy it, be sure to subscribe to their feed and follow them on Twitter to get updates on the latest episodes as they're released.

tagged: laravel podcast ep32 adamwathan strong simplicity focus music

Link: http://www.laravelpodcast.com/episodes/15117-episode-32-adam-wathan-is-strong

Three Devs & A Maybe:
Episode 68 - Podcasting, Remote Working and Testing with Adam Wathan
Jun 17, 2015 @ 13:53:09

The Three Devs & A Maybe podcast has released their latest episode today, Episode #68 - Podcasting, Remote Working and Testing with Adam Wathan.

This week we are very lucky to be joined by fellow podcaster and host of Full Stack Radio - Adam Wathan. We begin discussion with his reasons behind starting a podcast, experience being a solo-host and the secret to great podcast recordings. We then move on to how he got into programming at high school - with reflection on that if he had been using a Windows machine at college, he would most likely be a .NET developer by now. As both Edd and Adam work remotely at this time, the topic of remote pair-programming and Kanban style board implementations then arises. Finally, we discuss his thoughts on Message-passing vs. strict-contracts, Smalltalk and Elixir exploration and how it is hard to give a definitive answer on the best way to begin learning TDD.

You can listen to this latest episode either through the in-page audio player or by downloading the mp3. Be sure to subscribe to their feed if you enjoy the show too!

tagged: podcast threedevsandamaybe ep68 adamwathan podcasting remote work testing

Link: http://threedevsandamaybe.com/podcasting-remote-working-and-testing-with-adam-wathan/


Trending Topics: