FileMood

Download [ DevCourseWeb.com ] Udemy - Build a good structure with golang (go, gin, mysql, gorm)

DevCourseWeb com Udemy Build good structure with golang go gin mysql gorm

Name

[ DevCourseWeb.com ] Udemy - Build a good structure with golang (go, gin, mysql, gorm)

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.3 GB

Total Files

247

Last Seen

2025-07-18 23:52

Hash

5E05B38FFFD0295A07085670B914F6F1B1C58A26

/

Get Bonus Downloads Here.url

0.2 KB

/1. Introduction/

1. Introduction.mp4

16.2 MB

2. Source code.html

0.6 KB

/1. Introduction/blog/assets/css/

bootstrap.min.css

151.0 KB

mediumish.css

10.1 KB

/1. Introduction/blog/assets/img/

default-img.jpg

390.3 KB

favicon.ico

152.1 KB

logo.png

0.5 KB

/1. Introduction/blog/assets/img/demopic/

1.jpg

190.2 KB

10.jpg

246.4 KB

2.jpg

390.3 KB

3.jpg

154.0 KB

4.jpg

259.5 KB

5.jpg

158.2 KB

6.jpg

90.0 KB

7.jpg

106.3 KB

8.jpg

164.9 KB

9.jpg

249.2 KB

/1. Introduction/blog/assets/js/

bootstrap.min.js

46.7 KB

ie10-viewport-bug-workaround.js

0.7 KB

jquery.min.js

86.7 KB

mediumish.js

0.3 KB

/1. Introduction/blog/cmd/

migrate.go

0.3 KB

root.go

0.3 KB

seed.go

0.3 KB

serve.go

0.4 KB

/1. Introduction/blog/config/

config.go

0.3 KB

config.yml

0.2 KB

/1. Introduction/blog/

go.mod

2.3 KB

go.sum

54.1 KB

main.go

0.1 KB

/1. Introduction/blog/internal/database/migration/

migrate.go

0.4 KB

/1. Introduction/blog/internal/database/seeder/

seed.go

0.9 KB

/1. Introduction/blog/internal/middlewares/

auth.go

0.5 KB

guest.go

0.5 KB

/1. Introduction/blog/internal/modules/article/controllers/

articles_controller.go

2.2 KB

/1. Introduction/blog/internal/modules/article/html/

create.tmpl

1.5 KB

show.tmpl

7.0 KB

/1. Introduction/blog/internal/modules/article/models/

aricle_model.go

0.2 KB

/1. Introduction/blog/internal/modules/article/repositories/

article_repository.go

0.9 KB

article_repository_interface.go

0.3 KB

/1. Introduction/blog/internal/modules/article/requests/articles/

store_request.go

0.2 KB

/1. Introduction/blog/internal/modules/article/responses/

article_response.go

0.9 KB

/1. Introduction/blog/internal/modules/article/routes/

routes.go

0.5 KB

/1. Introduction/blog/internal/modules/article/services/

article_service.go

1.7 KB

article_service_interface.go

0.5 KB

/1. Introduction/blog/internal/modules/home/controllers/

home_controller.go

0.6 KB

/1. Introduction/blog/internal/modules/home/html/

home.tmpl

4.8 KB

/1. Introduction/blog/internal/modules/home/routes/

routes.go

0.2 KB

/1. Introduction/blog/internal/modules/user/controllers/

auth_controller.go

3.2 KB

/1. Introduction/blog/internal/modules/user/helpers/

auth.go

0.5 KB

/1. Introduction/blog/internal/modules/user/html/

login.tmpl

1.5 KB

register.tmpl

1.7 KB

/1. Introduction/blog/internal/modules/user/models/

user_model.go

0.2 KB

/1. Introduction/blog/internal/modules/user/repositories/

user_repository.go

0.8 KB

user_repository_interface.go

0.2 KB

/1. Introduction/blog/internal/modules/user/requests/auth/

login_request.go

0.2 KB

register_request.go

0.2 KB

/1. Introduction/blog/internal/modules/user/responses/

user_response.go

0.4 KB

/1. Introduction/blog/internal/modules/user/routes/

routes.go

0.6 KB

/1. Introduction/blog/internal/modules/user/services/

user_service.go

1.7 KB

user_service_interface.go

0.3 KB

/1. Introduction/blog/internal/providers/routes/

route.go

0.3 KB

/1. Introduction/blog/internal/providers/validation/

errors.go

0.3 KB

/1. Introduction/blog/internal/providers/view/

html.go

0.4 KB

/1. Introduction/blog/internal/templates/errors/html/

404.tmpl

0.4 KB

500.tmpl

0.4 KB

/1. Introduction/blog/internal/templates/layouts/html/

foot.tmpl

0.6 KB

footer.tmpl

0.6 KB

head.tmpl

0.9 KB

header.tmpl

0.5 KB

navbar.tmpl

2.8 KB

/1. Introduction/blog/pkg/bootstrap/

migrate.go

0.2 KB

seed.go

0.2 KB

serve.go

0.4 KB

/1. Introduction/blog/pkg/config/

common.go

0.1 KB

getter.go

0.1 KB

setter.go

0.4 KB

/1. Introduction/blog/pkg/converters/

converters.go

0.6 KB

/1. Introduction/blog/pkg/database/

common.go

0.1 KB

connect.go

0.5 KB

connection.go

0.1 KB

/1. Introduction/blog/pkg/errors/

errors.go

0.7 KB

/1. Introduction/blog/pkg/html/

load.go

0.1 KB

render.go

0.2 KB

/1. Introduction/blog/pkg/old/

old.go

0.3 KB

/1. Introduction/blog/pkg/routing/

common.go

0.1 KB

routing.go

0.2 KB

serve.go

0.3 KB

/1. Introduction/blog/pkg/sessions/

init.go

0.3 KB

methods.go

0.8 KB

/1. Introduction/blog/pkg/static/

load.go

0.1 KB

/2. Project structure/

1. Project structure.mp4

18.1 MB

2. Project configurations.mp4

39.6 MB

3. Cli interactions.mp4

27.6 MB

/3. Packaging/

1. Create config package.mp4

21.0 MB

2. Create routing package.mp4

18.6 MB

3. Create serve package.mp4

26.0 MB

4. Create html package.mp4

56.1 MB

5. Create static package.mp4

12.9 MB

/4. Blog project/

1. Blog project - Home page.mp4

74.0 MB

1.1 Template url.html

0.1 KB

/4. Blog project/template/

article.html

10.7 KB

create-article.html

5.7 KB

index.html

19.9 KB

login.html

4.9 KB

register.html

5.1 KB

/4. Blog project/template/assets/css/

bootstrap.min.css

151.0 KB

mediumish.css

10.1 KB

/4. Blog project/template/assets/img/

default-img.jpg

390.3 KB

favicon.ico

152.1 KB

logo.png

0.5 KB

/4. Blog project/template/assets/img/demopic/

1.jpg

190.2 KB

10.jpg

246.4 KB

2.jpg

390.3 KB

3.jpg

154.0 KB

4.jpg

259.5 KB

5.jpg

158.2 KB

6.jpg

90.0 KB

7.jpg

106.3 KB

8.jpg

164.9 KB

9.jpg

249.2 KB

/4. Blog project/template/assets/js/

bootstrap.min.js

46.7 KB

ie10-viewport-bug-workaround.js

0.7 KB

jquery.min.js

86.7 KB

mediumish.js

0.3 KB

/4. Blog project/template/idea/

gin-blog.iml

0.3 KB

gitignore

0.2 KB

modules.xml

0.3 KB

php.xml

0.6 KB

workspace.xml

2.1 KB

/5. Database/

1. MySQL connection.mp4

48.9 MB

2. Database Models.mp4

18.7 MB

3. Database Migration.mp4

29.3 MB

4. Database Seeder.mp4

51.7 MB

/6. Project layers/

1. Repository layer.mp4

29.6 MB

2. Service layer.mp4

31.9 MB

3. Custom response.mp4

62.8 MB

/7. Blog pages/

1. Blog project - Finalize home page.mp4

60.7 MB

2. Blog project - Show article part 1.mp4

34.6 MB

3. Blog project - Show article part 2.mp4

29.7 MB

4. Blog project - Show article part 3.mp4

57.8 MB

/8. Authentication/

1. Blog project - Register form.mp4

33.2 MB

10. Blog project - Finalize login.mp4

54.5 MB

11. Blog project - Auth middlewares.mp4

52.7 MB

2. Blog project - Handle register form part 1.mp4

27.4 MB

3. Blog project - Handle register form part 2.mp4

67.8 MB

4. Blog project - Handle form errors.mp4

48.3 MB

5. Blog project - Show errors on the form.mp4

58.7 MB

6. Blog project - Show old data on the form.mp4

32.9 MB

7. Blog project - Finalize registration.mp4

33.1 MB

8. Blog project - Login form.mp4

26.7 MB

9. Blog project - Handle login form.mp4

42.2 MB

/9. Final touches/

1. Blog project - Article form.mp4

21.1 MB

2. Blog project - Handle article form.mp4

66.2 MB

3. The end.mp4

5.3 MB

4. Source code.html

0.6 KB

/9. Final touches/blog/assets/css/

bootstrap.min.css

151.0 KB

mediumish.css

10.1 KB

/9. Final touches/blog/assets/img/

default-img.jpg

390.3 KB

favicon.ico

152.1 KB

logo.png

0.5 KB

/9. Final touches/blog/assets/img/demopic/

1.jpg

190.2 KB

10.jpg

246.4 KB

2.jpg

390.3 KB

3.jpg

154.0 KB

4.jpg

259.5 KB

5.jpg

158.2 KB

6.jpg

90.0 KB

7.jpg

106.3 KB

8.jpg

164.9 KB

9.jpg

249.2 KB

/9. Final touches/blog/assets/js/

bootstrap.min.js

46.7 KB

ie10-viewport-bug-workaround.js

0.7 KB

jquery.min.js

86.7 KB

mediumish.js

0.3 KB

/9. Final touches/blog/cmd/

migrate.go

0.3 KB

root.go

0.3 KB

seed.go

0.3 KB

serve.go

0.4 KB

/9. Final touches/blog/config/

config.go

0.3 KB

config.yml

0.2 KB

/9. Final touches/blog/

go.mod

2.3 KB

go.sum

54.1 KB

main.go

0.1 KB

/9. Final touches/blog/internal/database/migration/

migrate.go

0.4 KB

/9. Final touches/blog/internal/database/seeder/

seed.go

0.9 KB

/9. Final touches/blog/internal/middlewares/

auth.go

0.5 KB

guest.go

0.5 KB

/9. Final touches/blog/internal/modules/article/controllers/

articles_controller.go

2.2 KB

/9. Final touches/blog/internal/modules/article/html/

create.tmpl

1.5 KB

show.tmpl

7.0 KB

/9. Final touches/blog/internal/modules/article/models/

aricle_model.go

0.2 KB

/9. Final touches/blog/internal/modules/article/repositories/

article_repository.go

0.9 KB

article_repository_interface.go

0.3 KB

/9. Final touches/blog/internal/modules/article/requests/articles/

store_request.go

0.2 KB

/9. Final touches/blog/internal/modules/article/responses/

article_response.go

0.9 KB

/9. Final touches/blog/internal/modules/article/routes/

routes.go

0.5 KB

/9. Final touches/blog/internal/modules/article/services/

article_service.go

1.7 KB

article_service_interface.go

0.5 KB

/9. Final touches/blog/internal/modules/home/controllers/

home_controller.go

0.6 KB

/9. Final touches/blog/internal/modules/home/html/

home.tmpl

4.8 KB

/9. Final touches/blog/internal/modules/home/routes/

routes.go

0.2 KB

/9. Final touches/blog/internal/modules/user/controllers/

auth_controller.go

3.2 KB

/9. Final touches/blog/internal/modules/user/helpers/

auth.go

0.5 KB

/9. Final touches/blog/internal/modules/user/html/

login.tmpl

1.5 KB

register.tmpl

1.7 KB

/9. Final touches/blog/internal/modules/user/models/

user_model.go

0.2 KB

/9. Final touches/blog/internal/modules/user/repositories/

user_repository.go

0.8 KB

user_repository_interface.go

0.2 KB

/9. Final touches/blog/internal/modules/user/requests/auth/

login_request.go

0.2 KB

register_request.go

0.2 KB

/9. Final touches/blog/internal/modules/user/responses/

user_response.go

0.4 KB

/9. Final touches/blog/internal/modules/user/routes/

routes.go

0.6 KB

/9. Final touches/blog/internal/modules/user/services/

user_service.go

1.7 KB

user_service_interface.go

0.3 KB

/9. Final touches/blog/internal/providers/routes/

route.go

0.3 KB

/9. Final touches/blog/internal/providers/validation/

errors.go

0.3 KB

/9. Final touches/blog/internal/providers/view/

html.go

0.4 KB

/9. Final touches/blog/internal/templates/errors/html/

404.tmpl

0.4 KB

500.tmpl

0.4 KB

/9. Final touches/blog/internal/templates/layouts/html/

foot.tmpl

0.6 KB

footer.tmpl

0.6 KB

head.tmpl

0.9 KB

header.tmpl

0.5 KB

navbar.tmpl

2.8 KB

/9. Final touches/blog/pkg/bootstrap/

migrate.go

0.2 KB

seed.go

0.2 KB

serve.go

0.4 KB

/9. Final touches/blog/pkg/config/

common.go

0.1 KB

getter.go

0.1 KB

setter.go

0.4 KB

/9. Final touches/blog/pkg/converters/

converters.go

0.6 KB

/9. Final touches/blog/pkg/database/

common.go

0.1 KB

connect.go

0.5 KB

connection.go

0.1 KB

/9. Final touches/blog/pkg/errors/

errors.go

0.7 KB

/9. Final touches/blog/pkg/html/

load.go

0.1 KB

render.go

0.2 KB

/9. Final touches/blog/pkg/old/

old.go

0.3 KB

/9. Final touches/blog/pkg/routing/

common.go

0.1 KB

routing.go

0.2 KB

serve.go

0.3 KB

/9. Final touches/blog/pkg/sessions/

init.go

0.3 KB

methods.go

0.8 KB

/9. Final touches/blog/pkg/static/

load.go

0.1 KB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

 

Total files 247


Copyright © 2025 FileMood.com