Synopsis
A no nonsense, straight to the point podcast about programming.
Episodes
-
11 Generics in PHP: The Case for PHP Generics
15/03/2022Watch this episode on YouTube: https://www.youtube.com/watch?v=2o8A9AgccKs&list=PL0bgkxUS9EaKyOugEDffRzsvupBE2YEoD&index=4&ab_channel=BrentRoose
-
10 Generics in PHP: Why we can't have them
11/03/2022Watch this episode on YouTube: https://www.youtube.com/watch?v=BN0L2MBkhNg&list=PL0bgkxUS9EaKyOugEDffRzsvupBE2YEoD&index=3&ab_channel=BrentRoose
-
09 Generics in PHP: In depth
07/03/2022Watch this episode on YouTube: https://www.youtube.com/watch?v=c8hQ1fWU_mQ&ab_channel=BrentRoose
-
08 Generics in PHP: The basics
04/03/2022Watch this episode on YouTube: https://www.youtube.com/watch?v=c8hQ1fWU_mQ&ab_channel=BrentRoose
-
-
06: Thoughts on Event Sourcing
07/04/2021Learn more about the book I'm writing on event sourcing: https://event-sourcing-laravel.com/
-
05: Honesty
31/03/2021What happens when you're not entirely honest with your clients and colleagues
-
-
03: Don't write your own framework
25/03/2021How an in-house framework broke a few hundred websites
-
02: What are objects anyway?
07/06/2019Do you know about the original definition of 'Object Oriented Programming'?
-
01: SOLID, interfaces and final
07/05/2019My colleague Ruben asked my help when he wanted to mock a final class.