Vue 3 and Go: A Practical Guide
Learn how to create an Admin App using Vue 3 and Deno.
In Go you will learn:Â
- Use the Fiber framework inspired by express.js
- Create public and secure routes
- Connect with MySQL
- Run Migrations
- Validate Requests
- Generate Jwt Tokens
- Use HttpOnly Cookies
- Upload Images
- Export CSV files
In Vue you will learn:Â
- Use Vue with Typescript
- Use Vuex
- How to use Composition API
- Create classes, interfaces
- Create public and private routes
- Restrict routes for unauthorized users
- Upload Images
- Export CSV's
- Build a chart with c3.js (part of d3.js)
Available in
days
days
after you enroll
- Installation (2:16)
- Fiber Framework (1:58)
- Pointers (5:48)
- Database (5:38)
- Packages (7:08)
- Structs (4:36)
- Realize (3:55)
- Migrations (2:16)
- Request Data (5:23)
- Register (4:23)
- Login (5:32)
- Jwt (6:28)
- Cookies (3:04)
- Authenticated User (7:06)
- Logout (2:29)
- Json Output (2:11)
- Middlewares (9:46)
- Users (5:42)
- Methods (4:51)
- Users CRUD (5:45)
- Roles (4:37)
- Foreign Keys (5:30)
- Permissions (4:19)
- Many to Many Relations (13:10)
- Pagination (6:15)
- Profile (6:46)
- Products (5:08)
- Interfaces (13:39)
- Uploading Images (6:49)
- Orders (6:44)
- Ignore Columns (5:09)
- Export CSV (8:43)
- Raw SQL (6:09)
- Permission Middleware (9:48)
Available in
days
days
after you enroll
- Installation (1:49)
- Template (2:43)
- Components (3:20)
- Router (4:52)
- Ref (3:50)
- Child Components (5:28)
- Form Submit (5:32)
- Register (3:15)
- Redirecting (1:42)
- Reactive (3:35)
- Login (4:08)
- Authenticated User (5:20)
- Logout (2:26)
- Users (4:23)
- Pagination (4:25)
- Watchers (1:39)
- Deleting Users (4:36)
- Creating Users (8:13)
- Updating Users (4:41)
- Roles (6:35)
- Creating Roles (11:00)
- Updating Roles (6:05)
- Products (8:17)
- Paginator Component (8:57)
- Creating Products (4:20)
- Uploading Images (8:27)
- Updating Products (2:48)
- Orders (9:00)
- Animations (5:23)
- Export CSV (3:39)
- Chart (5:36)
- Profile (7:17)
- Vuex (10:53)
- Vuex Modules (3:46)