
Install and run the fiber framework for go, inspired by express, by configuring GOPATH, downloading fiber v1, and starting a hello world server on localhost.
Organize a Go project into packages by creating database, routes, and controllers folders, exporting functions with uppercase names, and wiring a GORM-based database connection with fiber.
define a user struct with id, first name, last name, email, and password, place it in models, register via a post endpoint, and test with a tool.
Implement migrations with gorm to create and update the user table, enforcing a unique email, auto migration, and basic fields like id, first name, last name, and password.
learn to add a password hashing package, hash a password with a cost factor, and save the new user to the database using a gorm connection.
Generate a JWT by creating standard claims with the user id, set a one-day expiration, sign with HS256 using a secret, and send it from frontend to backend.
Fetch the authenticated user in the home component via /api/user, handle success and error, display the user's first and last name, or show you are not logged in and logout.
Create a reset password flow with a reset component and a password and password confirm form that posts to reset using token from the route; on success, go to login.
Welcome, in this course you will learn how to authenticate using Angular and Go (Golang) with Fiber Framework.
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
Send Emails
In Angular you will learn:
Use Angular CLI
Create components and routes
Consume API calls
Use Event Emitters
I'm a FullStack Developer with 10+ years of experience. I'm obsessed with clean code and I try my best that my courses have the cleanest code possible.
My teaching style is very straightforward, I will not waste too much time explaining all the ways you can create something or other unnecessary information to increase the length of my lectures. If you want to learn things rapidly then this course is for you.
I also update my courses regularly over time because I don't want them to get outdated. So you can expect more content over time from just one course with better video and audio quality.
If you have any coding problems I will offer my support within 12 hours when you post the question. I'm very active when trying to help my students.
So what are you waiting for, give this course a try and you won't get disappointed.