-
Notifications
You must be signed in to change notification settings - Fork 131
/
videos.html
36 lines (35 loc) · 1.54 KB
/
videos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: page
title: Videos
---
<h1>Videos</h1>
<h2>Getting Started with Codeception</h2>
<p>By Reval Govender</p>
<div class="iframe-wrapper">
<iframe width="560" height="315" title="Introduction to Codeception Unit Tests with Laravel"
src="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0Hu9EvTidyYG1vsX0LWIM7Q"
allowfullscreen></iframe>
</div>
<h2>How to TDD a REST API in Laravel</h2>
<p>By Reval Govender</p>
<p>This is a detailed course covering how to build a RESTful API using Laravel and Codeception</p>
<div class="iframe-wrapper">
<iframe width="560" height="315" title="Part 1 - How to use TDD to build a REST API in Laravel 6"
src="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0F-rl4NPjNslEmW-D83AHOr"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h2>Codeception in PhpStorm</h2>
<p>By Gary Hockin</p>
<div class="iframe-wrapper">
<iframe width="560" height="315" title="Codeception support in PhpStorm"
src="https://www.youtube.com/embed/B3PE7w-jvjQ" allowfullscreen></iframe>
</div>
<h2>Complete Video Course on Nettuts Premium</h2>
<p>
Great videos from <strong>Jeffrey Way</strong>. You should definetely start with them if you prefer learn by
watching.
</p>
<a href="https://tutsplus.com/course/modern-testing-in-php-with-codeception/">
<img src="/images/codeception-nettuts.png" alt="Modern Testing in PHP with Codeception on NetTuts Premium"
style="width: 100%;">
</a>