Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
001 1.1 - What Do We Build First-.mp4 |
45.73MB |
002 1.2 - Sketching out Our First Test.mp4 |
41.47MB |
003 1.3 - Getting to Green.mp4 |
127.52MB |
004 1.4 - Unit Testing Presentation Logic.mp4 |
62.11MB |
005 1.5 - Refactoring for Speed.mp4 |
41.57MB |
006 1.6 - Hiding Unpublished Concerts.mp4 |
53.42MB |
007 1.7 - Testing Query Scopes.mp4 |
39.20MB |
008 1.8 - Factory States.mp4 |
25.59MB |
009 2.1 - Intro.mp4 |
6.29MB |
010 2.2 - Browser Testing vs Endpoint Testing.mp4 |
40.23MB |
011 2.3 - Outlining the First Purchasing Test.mp4 |
28.86MB |
012 2.4 - Faking the Payment Gateway.mp4 |
79.86MB |
013 2.5 - Adding Tickets to Orders.mp4 |
43.58MB |
014 2.6 - Encapsulating Relationship Logic in the Model.mp4 |
30.27MB |
015 2.7 - Getting Started with Validation Testing.mp4 |
53.76MB |
016 2.8 - Reducing Duplication with Custom Assertions.mp4 |
40.38MB |
017 2.9 - Handling Failed Charges.mp4 |
44.14MB |
018 2.10 - Preventing Ticket Sales to Unpublished Concerts.mp4 |
47.43MB |
019 3.1 - Outlining the First Test Case.mp4 |
19.72MB |
020 3.2 - Adding Tickets to Concerts.mp4 |
50.31MB |
021 3.3 - Refusing Orders When There Are No More Tickets.mp4 |
54.07MB |
022 3.4 - Finishing the Feature Test.mp4 |
28.07MB |
023 3.5 - Cancelling Failed Orders.mp4 |
33.30MB |
024 3.6 - Refactoring and Redundant Test Coverage.mp4 |
38.96MB |
025 3.7 - Cleaning Up Our Tests.mp4 |
81.38MB |
026 4.1 - Asserting Against JSON Responses.mp4 |
42.38MB |
027 4.2 - Returning Order Details.mp4 |
34.82MB |
028 4.3 - This Design Sucks.mp4 |
22.04MB |
029 5.1 - Persisting the Order Amount.mp4 |
28.08MB |
030 5.2 - Removing the Need to Cancel Orders.mp4 |
39.08MB |
031 5.3 - Preparing for Extraction.mp4 |
44.35MB |
032 5.4 - Extracting a Named Constructor.mp4 |
26.32MB |
033 5.5 - Precomputing the Order Amount.mp4 |
31.24MB |
034 5.6 - Uncovering a New Domain Object.mp4 |
28.63MB |
035 5.7 - You Might Not Need a Mocking Framework.mp4 |
20.58MB |
036 6.1 - Uh Oh, a Race Condition!.mp4 |
8.88MB |
037 6.2 - Requestception.mp4 |
23.12MB |
038 6.3 - Hooking into Charges.mp4 |
32.22MB |
039 6.4 - Uh Oh, a Segfault!.mp4 |
23.12MB |
040 6.5 - Replicating the Failure at the Unit Level.mp4 |
31.30MB |
041 6.6 - Reserving Individual Tickets.mp4 |
41.24MB |
042 6.7 - Reserved Means Reserved!.mp4 |
24.69MB |
043 6.8 - That Guy Stole My Tickets!.mp4 |
36.49MB |
044 7.1 - Cancelling Reservations.mp4 |
31.35MB |
045 7.2 - Refactoring Mocks to Spies.mp4 |
34.05MB |
046 7.3 - A Change in Behavior.mp4 |
30.29MB |
047 7.4 - Deleting Stale Tests.mp4 |
27.88MB |
048 8.1 - Cleaning up a Loose Variable.mp4 |
37.07MB |
049 8.2 - Moving the Email to the Reservation.mp4 |
40.91MB |
050 8.3 - Refactoring -Long Parameter List- Using -Preserve Whole Object-.mp4 |
52.36MB |
051 8.4 - Green with Feature Envy.mp4 |
35.46MB |
052 8.5 - Avoiding Service Classes with Method Injection.mp4 |
46.73MB |
053 9.1 - Generating a Valid Payment Token.mp4 |
56.41MB |
054 9.2 - Retrieving the Last Charge.mp4 |
24.06MB |
055 9.3 - Making a Successful Charge.mp4 |
27.26MB |
056 9.4 - Dealing with Lingering State.mp4 |
80.39MB |
057 9.5 - Don't Mock What You Don't Own.mp4 |
51.75MB |
058 9.6 - Using Groups to Skip Integration Tests.mp4 |
12.38MB |
059 9.7 - Handling Invalid Payment Tokens.mp4 |
22.20MB |
060 9.8 - The Moment of Truth.mp4 |
24.50MB |
061 10.1 - When Interfaces Aren't Enough.mp4 |
25.63MB |
062 10.2 - Refactoring Towards Duplication.mp4 |
78.73MB |
063 10.3 - Capturing Charges with Callbacks.mp4 |
50.00MB |
064 10.4 - Making the Tests Identical.mp4 |
44.65MB |
065 10.5 - Extracting a Contract Test.mp4 |
49.31MB |
066 10.6 - Extracting the Failure Case.mp4 |
48.79MB |
067 11.1 - Upgrading to Laravel 5.4.mp4 |
28.96MB |
068 11.2 - Removing the BrowserKit Dependency.mp4 |
74.64MB |
069 12.1 - Sketching Out Order Confirmations.mp4 |
39.63MB |
070 12.2 - Driving out the Endpoint.mp4 |
32.08MB |
071 12.3 - Asserting Against View Data.mp4 |
31.81MB |
072 12.4 - Extracting a Finder Method.mp4 |
39.39MB |
073 12.5 - Making Static Data Real.mp4 |
67.35MB |
074 12.6 - Deciding What to Test in a View.mp4 |
35.47MB |
075 12.7 - Decoupling Data from Presentation.mp4 |
30.59MB |
076 13.1 - Fixing the Test Suite.mp4 |
48.24MB |
077 13.2 - Stubbing the Interface.mp4 |
42.34MB |
078 13.3 - Updating Our Unit Tests.mp4 |
32.97MB |
079 13.4 - Confirmation Number Characteristics.mp4 |
21.64MB |
080 13.5 - Testing the Confirmation Number Format.mp4 |
42.77MB |
081 13.6 - Ensuring Uniqueness.mp4 |
52.22MB |
082 13.7 - Refactoring to a Facade.mp4 |
36.12MB |
083 14.1 - Promoting Charges to Objects.mp4 |
112.82MB |
084 14.2 - Leveraging Our Contract Tests.mp4 |
81.58MB |
085 14.3 - Storing Charge Details with Orders.mp4 |
54.38MB |
086 14.4 - Deleting More Stale Code.mp4 |
75.25MB |
087 15.1 - Feature Test and JSON Updates.mp4 |
44.49MB |
088 15.2 - Claiming Tickets When Creating Orders.mp4 |
51.13MB |
089 15.3 - Assigning Codes When Claiming Tickets.mp4 |
60.73MB |
090 15.4 - The Birthday Problem.mp4 |
45.95MB |
091 15.5 - Integrating Hashids.mp4 |
66.58MB |
092 15.6 - Dealing with Out of Sync Mocks.mp4 |
24.98MB |
093 15.7 - Wiring It All Together.mp4 |
36.12MB |
094 15.8 - Ready to Demo.mp4 |
13.36MB |
095 16.1 - Using a Fake to Intercept Mail.mp4 |
61.26MB |
096 16.2 - Testing Mailable Contents.mp4 |
55.03MB |
097 16.3 - Cleanup and Demo.mp4 |
15.94MB |
098 17.1 - Testing the Login Endpoint.mp4 |
64.53MB |
099 17.2 - Should You TDD Simple Templates-.mp4 |
27.71MB |
100 17.3 - Namespacing Our Test Suite.mp4 |
43.29MB |
101 17.4 - Getting Started with Laravel Dusk.mp4 |
28.00MB |
102 17.5 - QA Testing the Login Flow.mp4 |
40.20MB |
103 18.1 - Preventing Guests from Adding Concerts.mp4 |
34.88MB |
104 18.2 - Adding a Valid Concert.mp4 |
115.28MB |
105 18.3 - Validation and Redirects.mp4 |
60.79MB |
106 18.4 - Converting Empty Strings to Null.mp4 |
35.66MB |
107 18.5 - Reducing Noise with Form Factories.mp4 |
67.80MB |
108 18.6 - Connecting Promoters and Concerts.mp4 |
50.14MB |
109 18.7 - Autopublishing New Concerts.mp4 |
36.00MB |
110 19.1 - Asserting Against View Objects.mp4 |
76.33MB |
111 19.2 - Avoiding Sort-Sensitive Tests.mp4 |
32.84MB |
112 19.3 - Refactoring Assertions with Macros.mp4 |
77.76MB |
113 20.1 - Viewing the Update Form.mp4 |
33.55MB |
114 20.2 - The First Update Test.mp4 |
64.14MB |
115 20.3 - Driving Out Basic Concert Updates.mp4 |
76.92MB |
116 20.4 - Restricting Updates to Unpublished Concerts.mp4 |
109.14MB |
117 21.1 - Storing the Intended Ticket Quantity.mp4 |
45.76MB |
118 21.2 - Updating the Other Tests.mp4 |
42.20MB |
119 21.3 - Refactoring Away Some Test Duplication.mp4 |
64.49MB |
120 21.4 - Creating Tickets at Time of Publish.mp4 |
61.89MB |
121 21.5 - Custom Factory Classes.mp4 |
44.62MB |
122 22.1 - Discovering a New Resource.mp4 |
34.50MB |
123 22.2 - Creating Published Concerts.mp4 |
66.56MB |
124 22.3 - Adding Concerts without Publishing.mp4 |
28.95MB |
125 22.4 - Pushing Logic Out of the View.mp4 |
68.64MB |
126 22.5 - More Custom Assertion Fun.mp4 |
48.15MB |
127 23.1 - Calculating Tickets Sold.mp4 |
52.76MB |
128 23.2 - Making the Progress Bar Work.mp4 |
52.29MB |
129 23.3 - Total Revenue and a Relationship Bug.mp4 |
59.36MB |
130 24.1 - Creating a Custom OrderFactory.mp4 |
72.70MB |
131 24.2 - Asserting Against Sort Order.mp4 |
91.81MB |
132 24.3 - Splitting Large Tests.mp4 |
49.00MB |
133 25.1 - Storing Messages for Attendees.mp4 |
87.24MB |
134 25.2 - Confirming That a Job Was Dispatched.mp4 |
63.19MB |
135 25.3 - Unit Testing the Job.mp4 |
122.94MB |
136 25.4 - Refactoring for Robustness.mp4 |
61.67MB |
137 25.5 - Mailable Testing Refresher and Demo.mp4 |
21.64MB |
138 26.1 - Upgrading to Laravel 5.5.mp4 |
52.16MB |
139 27.1 - Faking Uploads and File Systems.mp4 |
52.21MB |
140 27.2 - Storing Files and Comparing Content.mp4 |
52.22MB |
141 27.3 - Validating Poster Images.mp4 |
50.95MB |
142 27.4 - Optional Files and the Null Object Pattern.mp4 |
40.67MB |
143 28.1 - Testing Events.mp4 |
62.32MB |
144 28.2 - Testing the Event Listener.mp4 |
63.51MB |
145 28.3 - Resizing the Posted Image.mp4 |
78.83MB |
146 28.4 - Optimizing the Image Size.mp4 |
72.08MB |
147 29.1 - Upgrading Laravel and Deleting Some Code.mp4 |
21.84MB |
148 29.2 - Viewing an Unused Invitation.mp4 |
63.96MB |
149 29.3 - Viewing Used or Invalid Invitations.mp4 |
46.33MB |
150 29.4 - Registering with a Valid Invitation.mp4 |
78.53MB |
151 29.5 - Registering with an Invalid Invitation.mp4 |
30.02MB |
152 29.6 - Validating Promoter Registration.mp4 |
41.75MB |
153 29.7 - Testing a Console Command.mp4 |
105.69MB |
154 29.8 - Sending Promoters an Invitation Email.mp4 |
35.44MB |
155 29.9 - Test-Driving the Email Contents.mp4 |
38.75MB |
156 30.1 - Getting Cozy with Stripe Connect.mp4 |
56.49MB |
157 30.2 - Authorizing with Stripe.mp4 |
74.84MB |
158 30.3 - Exchanging Tokens.mp4 |
123.02MB |
159 30.4 - Unit Testing Middleware.mp4 |
83.90MB |
160 30.5 - Testing Callbacks with Invokables.mp4 |
52.83MB |
161 30.6 - Testing That Middleware Is Applied.mp4 |
64.13MB |
162 30.7 - Updating Factories and a Speed Trick.mp4 |
20.69MB |
163 30.8 - Total Charges for a Specific Account.mp4 |
73.37MB |
164 30.9 - Paying Promoters Directly.mp4 |
62.96MB |
165 30.10 - Splitting Payments with Stripe.mp4 |
102.61MB |
166 30.11 - It's Alive.mp4 |
20.75MB |