Created
March 4, 2024 19:30
-
-
Save danielkellyio/1eb7f847908456ab81d45a34ff53d60b to your computer and use it in GitHub Desktop.
subs example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WEBVTT | |
00:00:04.553 --> 00:00:08.567 | |
Congratulations on completing our course | |
in test-driven development | |
00:00:08.600 --> 00:00:10.600 | |
with Vue and TypeScript. | |
00:00:11.000 --> 00:00:13.267 | |
This journey has been great so far | |
00:00:13.292 --> 00:00:17.367 | |
and I'm thrilled to have been part of it | |
with you up to this point, | |
00:00:17.600 --> 00:00:19.267 | |
but it's not yet over. | |
00:00:19.613 --> 00:00:21.900 | |
As I've mentioned in a previous lesson, | |
00:00:21.900 --> 00:00:26.033 | |
there are still some features missing | |
in our clone of the wordle game. | |
00:00:26.252 --> 00:00:28.900 | |
If you're interested | |
in an additional challenge, | |
00:00:28.933 --> 00:00:32.667 | |
how about trying to implement | |
some of these missing features yourself? | |
00:00:33.200 --> 00:00:36.300 | |
For example, | |
the game should prevent players | |
00:00:36.325 --> 00:00:38.467 | |
from submitting repeated guesses | |
00:00:38.667 --> 00:00:42.067 | |
and it should also have | |
an on-screen keyboard | |
00:00:42.133 --> 00:00:45.333 | |
that shows | |
which letters have been used so far. | |
00:00:45.767 --> 00:00:48.833 | |
Of course, make sure to follow | |
test-driven development | |
00:00:48.858 --> 00:00:50.967 | |
while working on these features, okay? | |
00:00:51.519 --> 00:00:53.556 | |
Folks, before we close this lesson, | |
00:00:53.581 --> 00:00:57.267 | |
I also want to thank you for | |
following this course up until the end. | |
00:00:57.793 --> 00:01:00.215 | |
Working as a software developer at Vue | |
00:01:00.246 --> 00:01:03.617 | |
has made me very passionate | |
about test-driven development. | |
00:01:04.450 --> 00:01:06.477 | |
One of my responsibilities here | |
00:01:06.500 --> 00:01:09.943 | |
is to help developers in our team | |
grow their skills. | |
00:01:09.968 --> 00:01:14.163 | |
However, my day-to-day at Vue | |
involves teaching and learning | |
00:01:14.188 --> 00:01:18.167 | |
via face-to-face interactions | |
and constant communication. | |
00:01:18.633 --> 00:01:21.567 | |
This has been the first time | |
I've been invited | |
00:01:21.592 --> 00:01:26.500 | |
to put my thoughts into an online course, | |
which is considerably more challenging, | |
00:01:26.533 --> 00:01:29.833 | |
but it has truly been | |
a dream come true for me. | |
00:01:30.770 --> 00:01:34.942 | |
I would like to sincerely thank | |
Vue School for their support | |
00:01:34.967 --> 00:01:38.600 | |
and for giving me the opportunity | |
to produce this course with them. | |
00:01:38.933 --> 00:01:42.208 | |
I also want to give a shout out | |
to the Vehikl team | |
00:01:42.233 --> 00:01:45.433 | |
for providing support | |
while creating this course content. | |
00:01:45.900 --> 00:01:48.833 | |
We have a great team | |
of developers here at Vehikl, | |
00:01:48.867 --> 00:01:53.875 | |
and if you ever run into a coding issue, | |
please feel free to reach out to us. | |
00:01:53.900 --> 00:01:55.707 | |
We would love to talk with you. | |
00:01:56.233 --> 00:01:59.633 | |
If you have any comments | |
and feedback regarding the course, | |
00:01:59.658 --> 00:02:03.443 | |
please don't hesitate to reach out | |
via comments, Twitter, | |
00:02:03.468 --> 00:02:07.467 | |
or by sending an email | |
to [email protected]. | |
00:02:08.383 --> 00:02:10.233 | |
We would love to hear from you. | |
00:02:10.258 --> 00:02:13.033 | |
All links | |
are available in the description. | |
00:02:14.233 --> 00:02:17.733 | |
Thank you so much for being part | |
of this learning experience with us | |
00:02:17.758 --> 00:02:19.400 | |
at Vehikl and Vue School. | |
00:02:19.567 --> 00:02:20.607 | |
Happy coding! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment