Test Driven Laravel/01 - Getting the Ball Rolling/001 1.1 - What Do We Build First-.mp4 |
45.7 MB |
Test Driven Laravel/01 - Getting the Ball Rolling/002 1.2 - Sketching out Our First Test.mp4 |
41.5 MB |
Test Driven Laravel/01 - Getting the Ball Rolling/003 1.3 - Getting to Green.mp4 |
127.5 MB |
Test Driven Laravel/01 - Getting the Ball Rolling/004 1.4 - Unit Testing Presentation Logic.mp4 |
62.1 MB |
Test Driven Laravel/01 - Getting the Ball Rolling/005 1.5 - Refactoring for Speed.mp4 |
41.6 MB |
Test Driven Laravel/01 - Getting the Ball Rolling/006 1.6 - Hiding Unpublished Concerts.mp4 |
53.4 MB |
Test Driven Laravel/01 - Getting the Ball Rolling/007 1.7 - Testing Query Scopes.mp4 |
39.2 MB |
Test Driven Laravel/01 - Getting the Ball Rolling/008 1.8 - Factory States.mp4 |
25.6 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/009 2.1 - Intro.mp4 |
6.3 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/010 2.2 - Browser Testing vs Endpoint Testing.mp4 |
40.2 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/011 2.3 - Outlining the First Purchasing Test.mp4 |
28.9 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/012 2.4 - Faking the Payment Gateway.mp4 |
79.9 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/013 2.5 - Adding Tickets to Orders.mp4 |
43.6 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/014 2.6 - Encapsulating Relationship Logic in the Model.mp4 |
30.3 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/015 2.7 - Getting Started with Validation Testing.mp4 |
53.8 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/016 2.8 - Reducing Duplication with Custom Assertions.mp4 |
40.4 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/017 2.9 - Handling Failed Charges.mp4 |
44.1 MB |
Test Driven Laravel/02 - Purchasing Concert Tickets/018 2.10 - Preventing Ticket Sales to Unpublished Concerts.mp4 |
47.4 MB |
Test Driven Laravel/03 - Limiting Ticket Sales/019 3.1 - Outlining the First Test Case.mp4 |
19.7 MB |
Test Driven Laravel/03 - Limiting Ticket Sales/020 3.2 - Adding Tickets to Concerts.mp4 |
50.3 MB |
Test Driven Laravel/03 - Limiting Ticket Sales/021 3.3 - Refusing Orders When There Are No More Tickets.mp4 |
54.1 MB |
Test Driven Laravel/03 - Limiting Ticket Sales/022 3.4 - Finishing the Feature Test.mp4 |
28.1 MB |
Test Driven Laravel/03 - Limiting Ticket Sales/023 3.5 - Cancelling Failed Orders.mp4 |
33.3 MB |
Test Driven Laravel/03 - Limiting Ticket Sales/024 3.6 - Refactoring and Redundant Test Coverage.mp4 |
39 MB |
Test Driven Laravel/03 - Limiting Ticket Sales/025 3.7 - Cleaning Up Our Tests.mp4 |
81.4 MB |
Test Driven Laravel/04 - Returning Order Details/026 4.1 - Asserting Against JSON Responses.mp4 |
42.4 MB |
Test Driven Laravel/04 - Returning Order Details/027 4.2 - Returning Order Details.mp4 |
34.8 MB |
Test Driven Laravel/04 - Returning Order Details/028 4.3 - This Design Sucks.mp4 |
22 MB |
Test Driven Laravel/05 - A Surgical Refactoring/029 5.1 - Persisting the Order Amount.mp4 |
28.1 MB |
Test Driven Laravel/05 - A Surgical Refactoring/030 5.2 - Removing the Need to Cancel Orders.mp4 |
39.1 MB |
Test Driven Laravel/05 - A Surgical Refactoring/031 5.3 - Preparing for Extraction.mp4 |
44.4 MB |
Test Driven Laravel/05 - A Surgical Refactoring/032 5.4 - Extracting a Named Constructor.mp4 |
26.3 MB |
Test Driven Laravel/05 - A Surgical Refactoring/033 5.5 - Precomputing the Order Amount.mp4 |
31.2 MB |
Test Driven Laravel/05 - A Surgical Refactoring/034 5.6 - Uncovering a New Domain Object.mp4 |
28.6 MB |
Test Driven Laravel/05 - A Surgical Refactoring/035 5.7 - You Might Not Need a Mocking Framework.mp4 |
20.6 MB |
Test Driven Laravel/06 - Off to the Races/036 6.1 - Uh Oh, a Race Condition!.mp4 |
8.9 MB |
Test Driven Laravel/06 - Off to the Races/037 6.2 - Requestception.mp4 |
23.1 MB |
Test Driven Laravel/06 - Off to the Races/038 6.3 - Hooking into Charges.mp4 |
32.2 MB |
Test Driven Laravel/06 - Off to the Races/039 6.4 - Uh Oh, a Segfault!.mp4 |
23.1 MB |
Test Driven Laravel/06 - Off to the Races/040 6.5 - Replicating the Failure at the Unit Level.mp4 |
31.3 MB |
Test Driven Laravel/06 - Off to the Races/041 6.6 - Reserving Individual Tickets.mp4 |
41.2 MB |
Test Driven Laravel/06 - Off to the Races/042 6.7 - Reserved Means Reserved!.mp4 |
24.7 MB |
Test Driven Laravel/06 - Off to the Races/043 6.8 - That Guy Stole My Tickets!.mp4 |
36.5 MB |
Test Driven Laravel/07 - Hunting for Stale Code/044 7.1 - Cancelling Reservations.mp4 |
31.3 MB |
Test Driven Laravel/07 - Hunting for Stale Code/045 7.2 - Refactoring Mocks to Spies.mp4 |
34.1 MB |
Test Driven Laravel/07 - Hunting for Stale Code/046 7.3 - A Change in Behavior.mp4 |
30.3 MB |
Test Driven Laravel/07 - Hunting for Stale Code/047 7.4 - Deleting Stale Tests.mp4 |
27.9 MB |
Test Driven Laravel/08 - Something Smells in Our Controller/048 8.1 - Cleaning up a Loose Variable.mp4 |
37.1 MB |
Test Driven Laravel/08 - Something Smells in Our Controller/049 8.2 - Moving the Email to the Reservation.mp4 |
40.9 MB |
Test Driven Laravel/08 - Something Smells in Our Controller/050 8.3 - Refactoring -Long Parameter List- Using -Preserve Whole Object-.mp4 |
52.4 MB |
Test Driven Laravel/08 - Something Smells in Our Controller/051 8.4 - Green with Feature Envy.mp4 |
35.5 MB |
Test Driven Laravel/08 - Something Smells in Our Controller/052 8.5 - Avoiding Service Classes with Method Injection.mp4 |
46.7 MB |
Test Driven Laravel/09 - Testing-Driving the Real Stripe Adapter/053 9.1 - Generating a Valid Payment Token.mp4 |
56.4 MB |
Test Driven Laravel/09 - Testing-Driving the Real Stripe Adapter/054 9.2 - Retrieving the Last Charge.mp4 |
24.1 MB |
Test Driven Laravel/09 - Testing-Driving the Real Stripe Adapter/055 9.3 - Making a Successful Charge.mp4 |
27.3 MB |
Test Driven Laravel/09 - Testing-Driving the Real Stripe Adapter/056 9.4 - Dealing with Lingering State.mp4 |
80.4 MB |
Test Driven Laravel/09 - Testing-Driving the Real Stripe Adapter/057 9.5 - Don't Mock What You Don't Own.mp4 |
51.7 MB |
Test Driven Laravel/09 - Testing-Driving the Real Stripe Adapter/058 9.6 - Using Groups to Skip Integration Tests.mp4 |
12.4 MB |
Test Driven Laravel/09 - Testing-Driving the Real Stripe Adapter/059 9.7 - Handling Invalid Payment Tokens.mp4 |
22.2 MB |
Test Driven Laravel/09 - Testing-Driving the Real Stripe Adapter/060 9.8 - The Moment of Truth.mp4 |
24.5 MB |
Test Driven Laravel/10 - Keeping Things Synchronized with Contract Tests/061 10.1 - When Interfaces Aren't Enough.mp4 |
25.6 MB |
Test Driven Laravel/10 - Keeping Things Synchronized with Contract Tests/062 10.2 - Refactoring Towards Duplication.mp4 |
78.7 MB |
Test Driven Laravel/10 - Keeping Things Synchronized with Contract Tests/063 10.3 - Capturing Charges with Callbacks.mp4 |
50 MB |
Test Driven Laravel/10 - Keeping Things Synchronized with Contract Tests/064 10.4 - Making the Tests Identical.mp4 |
44.6 MB |
Test Driven Laravel/10 - Keeping Things Synchronized with Contract Tests/065 10.5 - Extracting a Contract Test.mp4 |
49.3 MB |
Test Driven Laravel/10 - Keeping Things Synchronized with Contract Tests/066 10.6 - Extracting the Failure Case.mp4 |
48.8 MB |
Test Driven Laravel/11 - Upgrading Our Suite to Laravel 5.4/067 11.1 - Upgrading to Laravel 5.4.mp4 |
29 MB |
Test Driven Laravel/11 - Upgrading Our Suite to Laravel 5.4/068 11.2 - Removing the BrowserKit Dependency.mp4 |
74.6 MB |
Test Driven Laravel/12 - Viewing Order Confirmations/069 12.1 - Sketching Out Order Confirmations.mp4 |
39.6 MB |
Test Driven Laravel/12 - Viewing Order Confirmations/070 12.2 - Driving out the Endpoint.mp4 |
32.1 MB |
Test Driven Laravel/12 - Viewing Order Confirmations/071 12.3 - Asserting Against View Data.mp4 |
31.8 MB |
Test Driven Laravel/12 - Viewing Order Confirmations/072 12.4 - Extracting a Finder Method.mp4 |
39.4 MB |
Test Driven Laravel/12 - Viewing Order Confirmations/073 12.5 - Making Static Data Real.mp4 |
67.3 MB |
Test Driven Laravel/12 - Viewing Order Confirmations/074 12.6 - Deciding What to Test in a View.mp4 |
35.5 MB |
Test Driven Laravel/12 - Viewing Order Confirmations/075 12.7 - Decoupling Data from Presentation.mp4 |
30.6 MB |
Test Driven Laravel/13 - Generating Confirmation Numbers/076 13.1 - Fixing the Test Suite.mp4 |
48.2 MB |
Test Driven Laravel/13 - Generating Confirmation Numbers/077 13.2 - Stubbing the Interface.mp4 |
42.3 MB |
Test Driven Laravel/13 - Generating Confirmation Numbers/078 13.3 - Updating Our Unit Tests.mp4 |
33 MB |
Test Driven Laravel/13 - Generating Confirmation Numbers/079 13.4 - Confirmation Number Characteristics.mp4 |
21.6 MB |
Test Driven Laravel/13 - Generating Confirmation Numbers/080 13.5 - Testing the Confirmation Number Format.mp4 |
42.8 MB |
Test Driven Laravel/13 - Generating Confirmation Numbers/081 13.6 - Ensuring Uniqueness.mp4 |
52.2 MB |
Test Driven Laravel/13 - Generating Confirmation Numbers/082 13.7 - Refactoring to a Facade.mp4 |
36.1 MB |
Test Driven Laravel/14 - Storing the Last Four Card Digits/083 14.1 - Promoting Charges to Objects.mp4 |
112.8 MB |
Test Driven Laravel/14 - Storing the Last Four Card Digits/084 14.2 - Leveraging Our Contract Tests.mp4 |
81.6 MB |
Test Driven Laravel/14 - Storing the Last Four Card Digits/085 14.3 - Storing Charge Details with Orders.mp4 |
54.4 MB |
Test Driven Laravel/14 - Storing the Last Four Card Digits/086 14.4 - Deleting More Stale Code.mp4 |
75.2 MB |
Test Driven Laravel/15 - Assigning Ticket Codes/087 15.1 - Feature Test and JSON Updates.mp4 |
44.5 MB |
Test Driven Laravel/15 - Assigning Ticket Codes/088 15.2 - Claiming Tickets When Creating Orders.mp4 |
51.1 MB |
Test Driven Laravel/15 - Assigning Ticket Codes/089 15.3 - Assigning Codes When Claiming Tickets.mp4 |
60.7 MB |
Test Driven Laravel/15 - Assigning Ticket Codes/090 15.4 - The Birthday Problem.mp4 |
45.9 MB |
Test Driven Laravel/15 - Assigning Ticket Codes/091 15.5 - Integrating Hashids.mp4 |
66.6 MB |
Test Driven Laravel/15 - Assigning Ticket Codes/092 15.6 - Dealing with Out of Sync Mocks.mp4 |
25 MB |
Test Driven Laravel/15 - Assigning Ticket Codes/093 15.7 - Wiring It All Together.mp4 |
36.1 MB |
Test Driven Laravel/15 - Assigning Ticket Codes/094 15.8 - Ready to Demo.mp4 |
13.4 MB |
Test Driven Laravel/16 - Emailing Order Confirmations/095 16.1 - Using a Fake to Intercept Mail.mp4 |
61.3 MB |
Test Driven Laravel/16 - Emailing Order Confirmations/096 16.2 - Testing Mailable Contents.mp4 |
55 MB |
Test Driven Laravel/16 - Emailing Order Confirmations/097 16.3 - Cleanup and Demo.mp4 |
15.9 MB |
Test Driven Laravel/17 - Logging in with Dusk/098 17.1 - Testing the Login Endpoint.mp4 |
64.5 MB |
Test Driven Laravel/17 - Logging in with Dusk/099 17.2 - Should You TDD Simple Templates-.mp4 |
27.7 MB |
Test Driven Laravel/17 - Logging in with Dusk/100 17.3 - Namespacing Our Test Suite.mp4 |
43.3 MB |
Test Driven Laravel/17 - Logging in with Dusk/101 17.4 - Getting Started with Laravel Dusk.mp4 |
28 MB |
Test Driven Laravel/17 - Logging in with Dusk/102 17.5 - QA Testing the Login Flow.mp4 |
40.2 MB |
Test Driven Laravel/18 - Adding New Concerts/103 18.1 - Preventing Guests from Adding Concerts.mp4 |
34.9 MB |
Test Driven Laravel/18 - Adding New Concerts/104 18.2 - Adding a Valid Concert.mp4 |
115.3 MB |
Test Driven Laravel/18 - Adding New Concerts/105 18.3 - Validation and Redirects.mp4 |
60.8 MB |
Test Driven Laravel/18 - Adding New Concerts/106 18.4 - Converting Empty Strings to Null.mp4 |
35.7 MB |
Test Driven Laravel/18 - Adding New Concerts/107 18.5 - Reducing Noise with Form Factories.mp4 |
67.8 MB |
Test Driven Laravel/18 - Adding New Concerts/108 18.6 - Connecting Promoters and Concerts.mp4 |
50.1 MB |
Test Driven Laravel/18 - Adding New Concerts/109 18.7 - Autopublishing New Concerts.mp4 |
36 MB |
Test Driven Laravel/19 - Listing a Promoter's Concerts/110 19.1 - Asserting Against View Objects.mp4 |
76.3 MB |
Test Driven Laravel/19 - Listing a Promoter's Concerts/111 19.2 - Avoiding Sort-Sensitive Tests.mp4 |
32.8 MB |
Test Driven Laravel/19 - Listing a Promoter's Concerts/112 19.3 - Refactoring Assertions with Macros.mp4 |
77.8 MB |
Test Driven Laravel/20 - Updating Basic Concert Info/113 20.1 - Viewing the Update Form.mp4 |
33.5 MB |
Test Driven Laravel/20 - Updating Basic Concert Info/114 20.2 - The First Update Test.mp4 |
64.1 MB |
Test Driven Laravel/20 - Updating Basic Concert Info/115 20.3 - Driving Out Basic Concert Updates.mp4 |
76.9 MB |
Test Driven Laravel/20 - Updating Basic Concert Info/116 20.4 - Restricting Updates to Unpublished Concerts.mp4 |
109.1 MB |
Test Driven Laravel/21 - Postponing Ticket Creation/117 21.1 - Storing the Intended Ticket Quantity.mp4 |
45.8 MB |
Test Driven Laravel/21 - Postponing Ticket Creation/118 21.2 - Updating the Other Tests.mp4 |
42.2 MB |
Test Driven Laravel/21 - Postponing Ticket Creation/119 21.3 - Refactoring Away Some Test Duplication.mp4 |
64.5 MB |
Test Driven Laravel/21 - Postponing Ticket Creation/120 21.4 - Creating Tickets at Time of Publish.mp4 |
61.9 MB |
Test Driven Laravel/21 - Postponing Ticket Creation/121 21.5 - Custom Factory Classes.mp4 |
44.6 MB |
Test Driven Laravel/22 - Publishing Concert Drafts/122 22.1 - Discovering a New Resource.mp4 |
34.5 MB |
Test Driven Laravel/22 - Publishing Concert Drafts/123 22.2 - Creating Published Concerts.mp4 |
66.6 MB |
Test Driven Laravel/22 - Publishing Concert Drafts/124 22.3 - Adding Concerts without Publishing.mp4 |
28.9 MB |
Test Driven Laravel/22 - Publishing Concert Drafts/125 22.4 - Pushing Logic Out of the View.mp4 |
68.6 MB |
Test Driven Laravel/22 - Publishing Concert Drafts/126 22.5 - More Custom Assertion Fun.mp4 |
48.2 MB |
Test Driven Laravel/23 - Building the Sales Dashboard/127 23.1 - Calculating Tickets Sold.mp4 |
52.8 MB |
Test Driven Laravel/23 - Building the Sales Dashboard/128 23.2 - Making the Progress Bar Work.mp4 |
52.3 MB |
Test Driven Laravel/23 - Building the Sales Dashboard/129 23.3 - Total Revenue and a Relationship Bug.mp4 |
59.4 MB |
Test Driven Laravel/24 - Listing Recent Orders/130 24.1 - Creating a Custom OrderFactory.mp4 |
72.7 MB |
Test Driven Laravel/24 - Listing Recent Orders/131 24.2 - Asserting Against Sort Order.mp4 |
91.8 MB |
Test Driven Laravel/24 - Listing Recent Orders/132 24.3 - Splitting Large Tests.mp4 |
49 MB |
Test Driven Laravel/25 - Queuing Mass Attendee Emails/133 25.1 - Storing Messages for Attendees.mp4 |
87.2 MB |
Test Driven Laravel/25 - Queuing Mass Attendee Emails/134 25.2 - Confirming That a Job Was Dispatched.mp4 |
63.2 MB |
Test Driven Laravel/25 - Queuing Mass Attendee Emails/135 25.3 - Unit Testing the Job.mp4 |
122.9 MB |
Test Driven Laravel/25 - Queuing Mass Attendee Emails/136 25.4 - Refactoring for Robustness.mp4 |
61.7 MB |
Test Driven Laravel/25 - Queuing Mass Attendee Emails/137 25.5 - Mailable Testing Refresher and Demo.mp4 |
21.6 MB |
Test Driven Laravel/26 - Upgrading to Laravel 5.5/138 26.1 - Upgrading to Laravel 5.5.mp4 |
52.2 MB |
Test Driven Laravel/27 - Uploading Concert Posters/139 27.1 - Faking Uploads and File Systems.mp4 |
52.2 MB |
Test Driven Laravel/27 - Uploading Concert Posters/140 27.2 - Storing Files and Comparing Content.mp4 |
52.2 MB |
Test Driven Laravel/27 - Uploading Concert Posters/141 27.3 - Validating Poster Images.mp4 |
51 MB |
Test Driven Laravel/27 - Uploading Concert Posters/142 27.4 - Optional Files and the Null Object Pattern.mp4 |
40.7 MB |
Test Driven Laravel/28 - Optimizing Poster Images/143 28.1 - Testing Events.mp4 |
62.3 MB |
Test Driven Laravel/28 - Optimizing Poster Images/144 28.2 - Testing the Event Listener.mp4 |
63.5 MB |
Test Driven Laravel/28 - Optimizing Poster Images/145 28.3 - Resizing the Posted Image.mp4 |
78.8 MB |
Test Driven Laravel/28 - Optimizing Poster Images/146 28.4 - Optimizing the Image Size.mp4 |
72.1 MB |
Test Driven Laravel/29 - Inviting Promoters and Accepting Invitations/147 29.1 - Upgrading Laravel and Deleting Some Code.mp4 |
21.8 MB |
Test Driven Laravel/29 - Inviting Promoters and Accepting Invitations/148 29.2 - Viewing an Unused Invitation.mp4 |
64 MB |
Test Driven Laravel/29 - Inviting Promoters and Accepting Invitations/149 29.3 - Viewing Used or Invalid Invitations.mp4 |
46.3 MB |
Test Driven Laravel/29 - Inviting Promoters and Accepting Invitations/150 29.4 - Registering with a Valid Invitation.mp4 |
78.5 MB |
Test Driven Laravel/29 - Inviting Promoters and Accepting Invitations/151 29.5 - Registering with an Invalid Invitation.mp4 |
30 MB |
Test Driven Laravel/29 - Inviting Promoters and Accepting Invitations/152 29.6 - Validating Promoter Registration.mp4 |
41.8 MB |
Test Driven Laravel/29 - Inviting Promoters and Accepting Invitations/153 29.7 - Testing a Console Command.mp4 |
105.7 MB |
Test Driven Laravel/29 - Inviting Promoters and Accepting Invitations/154 29.8 - Sending Promoters an Invitation Email.mp4 |
35.4 MB |
Test Driven Laravel/29 - Inviting Promoters and Accepting Invitations/155 29.9 - Test-Driving the Email Contents.mp4 |
38.7 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/156 30.1 - Getting Cozy with Stripe Connect.mp4 |
56.5 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/157 30.2 - Authorizing with Stripe.mp4 |
74.8 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/158 30.3 - Exchanging Tokens.mp4 |
123 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/159 30.4 - Unit Testing Middleware.mp4 |
83.9 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/160 30.5 - Testing Callbacks with Invokables.mp4 |
52.8 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/161 30.6 - Testing That Middleware Is Applied.mp4 |
64.1 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/162 30.7 - Updating Factories and a Speed Trick.mp4 |
20.7 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/163 30.8 - Total Charges for a Specific Account.mp4 |
73.4 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/164 30.9 - Paying Promoters Directly.mp4 |
63 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/165 30.10 - Splitting Payments with Stripe.mp4 |
102.6 MB |
Test Driven Laravel/30 - Automating Payouts with Stripe Connect/166 30.11 - It's Alive.mp4 |
20.7 MB |