2.91 GB | 10min 50s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
1 Introduction.mp4 (16.54 MB)
2 About me.mp4 (3.38 MB)
3 Options API vs Composition API.mp4 (4.75 MB)
4 Installing Go.mp4 (5.94 MB)
5 Installing Visual Studio Code.mp4 (8.79 MB)
6 Installing the Vetur VS Code extension.mp4 (1.26 MB)
7 Installing make.mp4 (3.27 MB)
8 How to ask for help.mp4 (5.56 MB)
1 What we'll cover in this section.mp4 (11.17 MB)
10 Nesting components within components.mp4 (52.75 MB)
11 Adding a select form component.mp4 (35.03 MB)
12 Adding a checkbox form component.mp4 (7.85 MB)
13 Conditional Rendering.mp4 (86.6 MB)
14 Fetching remote data.mp4 (34.46 MB)
15 Using the data we fetch in our Vue application.mp4 (23.19 MB)
16 Adding some interactivity to our list of books.mp4 (7.36 MB)
17 Removing a book from the list.mp4 (11.95 MB)
2 Using Vue with a CDN ( we'll use npm later).mp4 (22.59 MB)
3 The structure of a Vue app.mp4 (11.76 MB)
4 Adding a simple form element and binding data.mp4 (11.07 MB)
5 Adding a counter.mp4 (11.14 MB)
6 Vue Components - Getting Started.mp4 (20.04 MB)
7 Creating a reusable form input component.mp4 (10.15 MB)
8 Trying out our TextInput component.mp4 (11.35 MB)
9 The Vue lifecycle and client side validation.mp4 (29.6 MB)
1 Installing Node js.mp4 (2.91 MB)
2 Installing vue-cli.mp4 (2.58 MB)
3 Building and running a simple Vue application with vue-cli.mp4 (15.98 MB)
4 The structure of a vue-cli application.mp4 (21.42 MB)
5 Getting started with our app.mp4 (5.35 MB)
6 Registering header, body, and footer components.mp4 (17.68 MB)
7 Adding navigation to our header component.mp4 (7.87 MB)
8 Adding content to our body component.mp4 (4.13 MB)
9 Adding content to our footer component.mp4 (5.18 MB)
1 Installing the Vue Router.mp4 (2.85 MB)
2 Getting started with the Vue Router.mp4 (5.75 MB)
3 Adding our routes in App vue and main js.mp4 (6.01 MB)
4 Creating a second component and updating our navigation links.mp4 (6.79 MB)
5 Adding and using our form Vue Components from the previous section.mp4 (39.22 MB)
6 Creating and implementing a re-usable Form tag component.mp4 (13.12 MB)
7 Improving our Login form by binding data and listening for an event.mp4 (9.27 MB)
8 Improving our FormTag and simplifying client side validation.mp4 (27.29 MB)
1 How Go works with JSON files.mp4 (14.34 MB)
2 Setting up our project.mp4 (25.03 MB)
3 Improving routes.mp4 (51.14 MB)
4 Connecting from Vue to Go - the first try.mp4 (12.16 MB)
5 Implementing CORS in our routes go file.mp4 (29.93 MB)
6 Connecting from Vue to Go - the second try.mp4 (3.2 MB)
7 ReadJSON and WriteJSON helper functions.mp4 (43.72 MB)
8 Simplifying our handlers to use the new helper functions.mp4 (9.38 MB)
9 Adding a helper function to generate error messages.mp4 (4.48 MB)
1 Setting up a database with Docker.mp4 (10.47 MB)
10 How we will write database functions for authentication.mp4 (29.92 MB)
11 Manually adding a user to the database.mp4 (4.18 MB)
12 Creating a test route and handler to try things out.mp4 (7.62 MB)
13 Writing methods to get a user by email or id.mp4 (8.68 MB)
14 Writing methods to update and delete users.mp4 (8.35 MB)
15 Writing the Insert method for the User type.mp4 (12.13 MB)
16 Writing the Password reset and PasswordMatches functions for the User type.mp4 (12.91 MB)
17 Getting started with methods for the Token type.mp4 (26.49 MB)
18 Generating and authenticating a token.mp4 (25.98 MB)
19 Inserting and deleting tokens.mp4 (23.68 MB)
2 Choosing a Postgres client.mp4 (2.25 MB)
20 Adding a ValidToken method to the Token type.mp4 (8.53 MB)
21 Trying out the database functions adding a user.mp4 (14.31 MB)
22 Trying out generating a token.mp4 (9.59 MB)
23 Trying out the Token type's Insert function.mp4 (9.26 MB)
24 Trying out the ValidToken function.mp4 (10.73 MB)
25 Adding a unique constraint to the users table.mp4 (2.93 MB)
26 Checking for database errors in errorJSON.mp4 (28.9 MB)
27 Improving our jsonResponse type with an envelope.mp4 (11.23 MB)
3 Trying out Beekeeper and setting up a users table.mp4 (7.9 MB)
4 Creating a database driver package.mp4 (22.89 MB)
5 Connecting to the database using our driver package.mp4 (12.47 MB)
6 Using a Makefile to simplify our lives.mp4 (12.53 MB)
7 Setting up a User model.mp4 (14.46 MB)
8 Setting up the tokens table.mp4 (4.48 MB)
9 Setting up a Token model.mp4 (13.7 MB)
1 Updating our Login handler.mp4 (12.99 MB)
10 Finishing up the improved login process.mp4 (17.54 MB)
11 An aside speeding things up when writing JSON in production.mp4 (12.05 MB)
2 Updating the Vue front end to connect to usersauth and get a token.mp4 (17.43 MB)
3 Trying out authentication.mp4 (4.03 MB)
4 Sharing data between components using a simple store.mp4 (50.26 MB)
5 Improving the login process.mp4 (17.43 MB)
6 Logging out.mp4 (6.95 MB)
7 Deleting a user's token on the back end on logout.mp4 (9.9 MB)
8 Making the request to delete a token from the front end.mp4 (9.6 MB)
9 Saving the token as a cookie.mp4 (42.62 MB)
1 Protecting routes.mp4 (14.9 MB)
10 Displaying the list of all users.mp4 (9.11 MB)
11 Getting started with the UserEdit Vue component.mp4 (22.99 MB)
12 Completing changes on the front end to submit a user to the back end.mp4 (28.84 MB)
13 Setting up the handler and route to save and update a user.mp4 (14.09 MB)
14 Trying out adding a user to the system.mp4 (2.1 MB)
15 Editing an existing user.mp4 (18.18 MB)
16 Trying out our updated code to edit a user.mp4 (7.67 MB)
17 Deleting a user.mp4 (33.29 MB)
18 Listening for emitted events in order to simplify user notificiations.mp4 (6.83 MB)
19 Emitting notie related events.mp4 (13.07 MB)
2 Trying out our route protection middleware.mp4 (13.24 MB)
20 Checking for ready status when fetching.mp4 (9.77 MB)
21 Adding a status column to show whether a user is logged in or not.mp4 (16.78 MB)
22 Updating the back end to handle logging a user out.mp4 (45.54 MB)
23 Adding a handler to log the user out.mp4 (30.21 MB)
24 Updating the front end to log a user out.mp4 (21.26 MB)
25 Finishing up updates to the front end.mp4 (10.89 MB)
26 Re-render component Updating the list of users after logging someone out.mp4 (13.29 MB)
27 Checking status of token on every request.mp4 (37.34 MB)
28 Trying out our ValidateToken handler and Security checkToken() functionality.mp4 (7.25 MB)
3 Setting up stub components and routes.mp4 (18.74 MB)
4 Updating the Header component to link to our stub components.mp4 (28.54 MB)
5 Another aside setting environment variables with a env file.mp4 (9.78 MB)
6 Extracting authentication logic and security to a separate module.mp4 (9.28 MB)
7 Using our new Security JavaScript module.mp4 (18.33 MB)
8 Securing routes to protected components.mp4 (14.88 MB)
9 Getting a list of all users from the back end API.mp4 (30.97 MB)
1 Adding database tables for Books, Authors, and Genres.mp4 (9.53 MB)
10 Simplifying which components are cached, or kept alive.mp4 (24.47 MB)
11 Adding a book - part one.mp4 (53.05 MB)
12 Adding a book - part two.mp4 (26.87 MB)
13 Adding a book - part 3.mp4 (57.84 MB)
14 Getting the list of authors from the back end API.mp4 (11.32 MB)
15 Populating the select in our BookEdit Vue component with JSON from the back end.mp4 (13.05 MB)
16 Writing the EditBook handler.mp4 (33.08 MB)
17 Trying out inserting a book on the front end.mp4 (27.96 MB)
18 Editing a book.mp4 (59.68 MB)
19 Deleting a book.mp4 (24.77 MB)
2 Inserting data, and reviewing the new code.mp4 (41.12 MB)
3 Getting started with listing all books.mp4 (50.11 MB)
4 Getting started displaying books on the front end.mp4 (24.63 MB)
5 Adding genres to the books and filtering by genre.mp4 (75.33 MB)
6 Improving our filter by adding a TransitionGroup.mp4 (37.42 MB)
7 Displaying individual books.mp4 (62.35 MB)
8 Saving the state of the Books component.mp4 (22.4 MB)
9 Listing all books for adminstrators.mp4 (16.22 MB)
1 Setting up the test environment.mp4 (27.67 MB)
2 Testing Routes.mp4 (20.81 MB)
3 Testing Handlers.mp4 (60.59 MB)
4 Testing readJSON and writeJSON.mp4 (24.18 MB)
5 Testing errorJSON.mp4 (10.51 MB)
6 Improving our errorJSON test.mp4 (12.79 MB)
7 Integration testing.mp4 (56.45 MB)
1 What is the Composition API.mp4 (11.32 MB)
2 Converting the Books component to use the Composition API.mp4 (59.1 MB)
3 Converting the Book component to the Composition API.mp4 (39.27 MB)
4 Converting the Login component to use the Composition API.mp4 (36.66 MB)
1 Updating dependencies.mp4 (9.73 MB)
2 Updating the env.mp4 (8.85 MB)
3 Running npm run build to get the production version of our project.mp4 (5.38 MB)
4 Spinning up a docker image with our production build.mp4 (8.66 MB)
1 Where to go from here.mp4 (6.31 MB)
2 About me.mp4 (3.38 MB)
3 Options API vs Composition API.mp4 (4.75 MB)
4 Installing Go.mp4 (5.94 MB)
5 Installing Visual Studio Code.mp4 (8.79 MB)
6 Installing the Vetur VS Code extension.mp4 (1.26 MB)
7 Installing make.mp4 (3.27 MB)
8 How to ask for help.mp4 (5.56 MB)
1 What we'll cover in this section.mp4 (11.17 MB)
10 Nesting components within components.mp4 (52.75 MB)
11 Adding a select form component.mp4 (35.03 MB)
12 Adding a checkbox form component.mp4 (7.85 MB)
13 Conditional Rendering.mp4 (86.6 MB)
14 Fetching remote data.mp4 (34.46 MB)
15 Using the data we fetch in our Vue application.mp4 (23.19 MB)
16 Adding some interactivity to our list of books.mp4 (7.36 MB)
17 Removing a book from the list.mp4 (11.95 MB)
2 Using Vue with a CDN ( we'll use npm later).mp4 (22.59 MB)
3 The structure of a Vue app.mp4 (11.76 MB)
4 Adding a simple form element and binding data.mp4 (11.07 MB)
5 Adding a counter.mp4 (11.14 MB)
6 Vue Components - Getting Started.mp4 (20.04 MB)
7 Creating a reusable form input component.mp4 (10.15 MB)
8 Trying out our TextInput component.mp4 (11.35 MB)
9 The Vue lifecycle and client side validation.mp4 (29.6 MB)
1 Installing Node js.mp4 (2.91 MB)
2 Installing vue-cli.mp4 (2.58 MB)
3 Building and running a simple Vue application with vue-cli.mp4 (15.98 MB)
4 The structure of a vue-cli application.mp4 (21.42 MB)
5 Getting started with our app.mp4 (5.35 MB)
6 Registering header, body, and footer components.mp4 (17.68 MB)
7 Adding navigation to our header component.mp4 (7.87 MB)
8 Adding content to our body component.mp4 (4.13 MB)
9 Adding content to our footer component.mp4 (5.18 MB)
1 Installing the Vue Router.mp4 (2.85 MB)
2 Getting started with the Vue Router.mp4 (5.75 MB)
3 Adding our routes in App vue and main js.mp4 (6.01 MB)
4 Creating a second component and updating our navigation links.mp4 (6.79 MB)
5 Adding and using our form Vue Components from the previous section.mp4 (39.22 MB)
6 Creating and implementing a re-usable Form tag component.mp4 (13.12 MB)
7 Improving our Login form by binding data and listening for an event.mp4 (9.27 MB)
8 Improving our FormTag and simplifying client side validation.mp4 (27.29 MB)
1 How Go works with JSON files.mp4 (14.34 MB)
2 Setting up our project.mp4 (25.03 MB)
3 Improving routes.mp4 (51.14 MB)
4 Connecting from Vue to Go - the first try.mp4 (12.16 MB)
5 Implementing CORS in our routes go file.mp4 (29.93 MB)
6 Connecting from Vue to Go - the second try.mp4 (3.2 MB)
7 ReadJSON and WriteJSON helper functions.mp4 (43.72 MB)
8 Simplifying our handlers to use the new helper functions.mp4 (9.38 MB)
9 Adding a helper function to generate error messages.mp4 (4.48 MB)
1 Setting up a database with Docker.mp4 (10.47 MB)
10 How we will write database functions for authentication.mp4 (29.92 MB)
11 Manually adding a user to the database.mp4 (4.18 MB)
12 Creating a test route and handler to try things out.mp4 (7.62 MB)
13 Writing methods to get a user by email or id.mp4 (8.68 MB)
14 Writing methods to update and delete users.mp4 (8.35 MB)
15 Writing the Insert method for the User type.mp4 (12.13 MB)
16 Writing the Password reset and PasswordMatches functions for the User type.mp4 (12.91 MB)
17 Getting started with methods for the Token type.mp4 (26.49 MB)
18 Generating and authenticating a token.mp4 (25.98 MB)
19 Inserting and deleting tokens.mp4 (23.68 MB)
2 Choosing a Postgres client.mp4 (2.25 MB)
20 Adding a ValidToken method to the Token type.mp4 (8.53 MB)
21 Trying out the database functions adding a user.mp4 (14.31 MB)
22 Trying out generating a token.mp4 (9.59 MB)
23 Trying out the Token type's Insert function.mp4 (9.26 MB)
24 Trying out the ValidToken function.mp4 (10.73 MB)
25 Adding a unique constraint to the users table.mp4 (2.93 MB)
26 Checking for database errors in errorJSON.mp4 (28.9 MB)
27 Improving our jsonResponse type with an envelope.mp4 (11.23 MB)
3 Trying out Beekeeper and setting up a users table.mp4 (7.9 MB)
4 Creating a database driver package.mp4 (22.89 MB)
5 Connecting to the database using our driver package.mp4 (12.47 MB)
6 Using a Makefile to simplify our lives.mp4 (12.53 MB)
7 Setting up a User model.mp4 (14.46 MB)
8 Setting up the tokens table.mp4 (4.48 MB)
9 Setting up a Token model.mp4 (13.7 MB)
1 Updating our Login handler.mp4 (12.99 MB)
10 Finishing up the improved login process.mp4 (17.54 MB)
11 An aside speeding things up when writing JSON in production.mp4 (12.05 MB)
2 Updating the Vue front end to connect to usersauth and get a token.mp4 (17.43 MB)
3 Trying out authentication.mp4 (4.03 MB)
4 Sharing data between components using a simple store.mp4 (50.26 MB)
5 Improving the login process.mp4 (17.43 MB)
6 Logging out.mp4 (6.95 MB)
7 Deleting a user's token on the back end on logout.mp4 (9.9 MB)
8 Making the request to delete a token from the front end.mp4 (9.6 MB)
9 Saving the token as a cookie.mp4 (42.62 MB)
1 Protecting routes.mp4 (14.9 MB)
10 Displaying the list of all users.mp4 (9.11 MB)
11 Getting started with the UserEdit Vue component.mp4 (22.99 MB)
12 Completing changes on the front end to submit a user to the back end.mp4 (28.84 MB)
13 Setting up the handler and route to save and update a user.mp4 (14.09 MB)
14 Trying out adding a user to the system.mp4 (2.1 MB)
15 Editing an existing user.mp4 (18.18 MB)
16 Trying out our updated code to edit a user.mp4 (7.67 MB)
17 Deleting a user.mp4 (33.29 MB)
18 Listening for emitted events in order to simplify user notificiations.mp4 (6.83 MB)
19 Emitting notie related events.mp4 (13.07 MB)
2 Trying out our route protection middleware.mp4 (13.24 MB)
20 Checking for ready status when fetching.mp4 (9.77 MB)
21 Adding a status column to show whether a user is logged in or not.mp4 (16.78 MB)
22 Updating the back end to handle logging a user out.mp4 (45.54 MB)
23 Adding a handler to log the user out.mp4 (30.21 MB)
24 Updating the front end to log a user out.mp4 (21.26 MB)
25 Finishing up updates to the front end.mp4 (10.89 MB)
26 Re-render component Updating the list of users after logging someone out.mp4 (13.29 MB)
27 Checking status of token on every request.mp4 (37.34 MB)
28 Trying out our ValidateToken handler and Security checkToken() functionality.mp4 (7.25 MB)
3 Setting up stub components and routes.mp4 (18.74 MB)
4 Updating the Header component to link to our stub components.mp4 (28.54 MB)
5 Another aside setting environment variables with a env file.mp4 (9.78 MB)
6 Extracting authentication logic and security to a separate module.mp4 (9.28 MB)
7 Using our new Security JavaScript module.mp4 (18.33 MB)
8 Securing routes to protected components.mp4 (14.88 MB)
9 Getting a list of all users from the back end API.mp4 (30.97 MB)
1 Adding database tables for Books, Authors, and Genres.mp4 (9.53 MB)
10 Simplifying which components are cached, or kept alive.mp4 (24.47 MB)
11 Adding a book - part one.mp4 (53.05 MB)
12 Adding a book - part two.mp4 (26.87 MB)
13 Adding a book - part 3.mp4 (57.84 MB)
14 Getting the list of authors from the back end API.mp4 (11.32 MB)
15 Populating the select in our BookEdit Vue component with JSON from the back end.mp4 (13.05 MB)
16 Writing the EditBook handler.mp4 (33.08 MB)
17 Trying out inserting a book on the front end.mp4 (27.96 MB)
18 Editing a book.mp4 (59.68 MB)
19 Deleting a book.mp4 (24.77 MB)
2 Inserting data, and reviewing the new code.mp4 (41.12 MB)
3 Getting started with listing all books.mp4 (50.11 MB)
4 Getting started displaying books on the front end.mp4 (24.63 MB)
5 Adding genres to the books and filtering by genre.mp4 (75.33 MB)
6 Improving our filter by adding a TransitionGroup.mp4 (37.42 MB)
7 Displaying individual books.mp4 (62.35 MB)
8 Saving the state of the Books component.mp4 (22.4 MB)
9 Listing all books for adminstrators.mp4 (16.22 MB)
1 Setting up the test environment.mp4 (27.67 MB)
2 Testing Routes.mp4 (20.81 MB)
3 Testing Handlers.mp4 (60.59 MB)
4 Testing readJSON and writeJSON.mp4 (24.18 MB)
5 Testing errorJSON.mp4 (10.51 MB)
6 Improving our errorJSON test.mp4 (12.79 MB)
7 Integration testing.mp4 (56.45 MB)
1 What is the Composition API.mp4 (11.32 MB)
2 Converting the Books component to use the Composition API.mp4 (59.1 MB)
3 Converting the Book component to the Composition API.mp4 (39.27 MB)
4 Converting the Login component to use the Composition API.mp4 (36.66 MB)
1 Updating dependencies.mp4 (9.73 MB)
2 Updating the env.mp4 (8.85 MB)
3 Running npm run build to get the production version of our project.mp4 (5.38 MB)
4 Spinning up a docker image with our production build.mp4 (8.66 MB)
1 Where to go from here.mp4 (6.31 MB)
Screenshot
AusFile
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!