17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Build A Good Structure With Golang (go, Gin, Mysql, Gorm)
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Learn to Build Robust and Scalable Web Applications with Go, Gin, MySQL, and GORM
What you'll learn
Building a good structure with golang using gin framework
Using the most popular golang plugins
Have a good practice on creating custom packages
Complete building a blog project with authentication system
Learn how to use gin framework the HTTP web framework written in Golang
Build an advanced features like[migrations, seeders] and creating a pretty cli
Requirements
Basic knowledge is required for Golang
Basic knowledge is required for Mysql
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Introduction/1. Introduction.mp4
15.5 MB
~Get Your Files Here !/1. Introduction/2. Source code.html
571 B
~Get Your Files Here !/1. Introduction/blog/assets/css/bootstrap.min.css
147.5 KB
~Get Your Files Here !/1. Introduction/blog/assets/css/mediumish.css
9.9 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/default-img.jpg
381.2 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/1.jpg
185.7 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/10.jpg
240.6 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/2.jpg
381.2 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/3.jpg
150.4 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/4.jpg
253.4 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/5.jpg
154.5 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/6.jpg
87.9 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/7.jpg
103.8 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/8.jpg
161 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/demopic/9.jpg
243.3 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/favicon.ico
148.6 KB
~Get Your Files Here !/1. Introduction/blog/assets/img/logo.png
532 B
~Get Your Files Here !/1. Introduction/blog/assets/js/bootstrap.min.js
45.6 KB
~Get Your Files Here !/1. Introduction/blog/assets/js/ie10-viewport-bug-workaround.js
668 B
~Get Your Files Here !/1. Introduction/blog/assets/js/jquery.min.js
84.6 KB
~Get Your Files Here !/1. Introduction/blog/assets/js/mediumish.js
322 B
~Get Your Files Here !/1. Introduction/blog/cmd/migrate.go
335 B
~Get Your Files Here !/1. Introduction/blog/cmd/root.go
278 B
~Get Your Files Here !/1. Introduction/blog/cmd/seed.go
317 B
~Get Your Files Here !/1. Introduction/blog/cmd/serve.go
386 B
~Get Your Files Here !/1. Introduction/blog/config/config.go
266 B
~Get Your Files Here !/1. Introduction/blog/config/config.yml
158 B
~Get Your Files Here !/1. Introduction/blog/go.mod
2.2 KB
~Get Your Files Here !/1. Introduction/blog/go.sum
52.8 KB
~Get Your Files Here !/1. Introduction/blog/internal/database/migration/migrate.go
379 B
~Get Your Files Here !/1. Introduction/blog/internal/database/seeder/seed.go
945 B
~Get Your Files Here !/1. Introduction/blog/internal/middlewares/auth.go
487 B
~Get Your Files Here !/1. Introduction/blog/internal/middlewares/guest.go
483 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/controllers/articles_controller.go
2.2 KB
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/html/create.tmpl
1.4 KB
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/html/show.tmpl
6.8 KB
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/models/aricle_model.go
219 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/repositories/article_repository.go
904 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/repositories/article_repository_interface.go
267 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/requests/articles/store_request.go
179 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/responses/article_response.go
903 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/routes/routes.go
464 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/services/article_service.go
1.7 KB
~Get Your Files Here !/1. Introduction/blog/internal/modules/article/services/article_service_interface.go
479 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/home/controllers/home_controller.go
598 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/home/html/home.tmpl
4.7 KB
~Get Your Files Here !/1. Introduction/blog/internal/modules/home/routes/routes.go
216 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/controllers/auth_controller.go
3.1 KB
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/helpers/auth.go
499 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/html/login.tmpl
1.4 KB
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/html/register.tmpl
1.7 KB
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/models/user_model.go
191 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/repositories/user_repository.go
768 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/repositories/user_repository_interface.go
243 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/requests/auth/login_request.go
174 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/requests/auth/register_request.go
241 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/responses/user_response.go
387 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/routes/routes.go
641 B
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/services/user_service.go
1.7 KB
~Get Your Files Here !/1. Introduction/blog/internal/modules/user/services/user_service_interface.go
339 B
~Get Your Files Here !/1. Introduction/blog/internal/providers/routes/route.go
334 B
~Get Your Files Here !/1. Introduction/blog/internal/providers/validation/errors.go
284 B
~Get Your Files Here !/1. Introduction/blog/internal/providers/view/html.go
447 B
~Get Your Files Here !/1. Introduction/blog/internal/templates/errors/html/404.tmpl
402 B
~Get Your Files Here !/1. Introduction/blog/internal/templates/errors/html/500.tmpl
402 B
~Get Your Files Here !/1. Introduction/blog/internal/templates/layouts/html/foot.tmpl
635 B
~Get Your Files Here !/1. Introduction/blog/internal/templates/layouts/html/footer.tmpl
579 B
~Get Your Files Here !/1. Introduction/blog/internal/templates/layouts/html/head.tmpl
895 B
~Get Your Files Here !/1. Introduction/blog/internal/templates/layouts/html/header.tmpl
487 B
~Get Your Files Here !/1. Introduction/blog/internal/templates/layouts/html/navbar.tmpl
2.8 KB
~Get Your Files Here !/1. Introduction/blog/main.go
69 B
~Get Your Files Here !/1. Introduction/blog/pkg/bootstrap/migrate.go
183 B
~Get Your Files Here !/1. Introduction/blog/pkg/bootstrap/seed.go
171 B
~Get Your Files Here !/1. Introduction/blog/pkg/bootstrap/serve.go
378 B
~Get Your Files Here !/1. Introduction/blog/pkg/config/common.go
71 B
~Get Your Files Here !/1. Introduction/blog/pkg/config/getter.go
90 B
~Get Your Files Here !/1. Introduction/blog/pkg/config/setter.go
364 B
~Get Your Files Here !/1. Introduction/blog/pkg/converters/converters.go
573 B
~Get Your Files Here !/1. Introduction/blog/pkg/database/common.go
57 B
~Get Your Files Here !/1. Introduction/blog/pkg/database/connect.go
452 B
~Get Your Files Here !/1. Introduction/blog/pkg/database/connection.go
83 B
~Get Your Files Here !/1. Introduction/blog/pkg/errors/errors.go
675 B
~Get Your Files Here !/1. Introduction/blog/pkg/html/load.go
135 B
~Get Your Files Here !/1. Introduction/blog/pkg/html/render.go
217 B
~Get Your Files Here !/1. Introduction/blog/pkg/old/old.go
273 B
~Get Your Files Here !/1. Introduction/blog/pkg/routing/common.go
75 B
~Get Your Files Here !/1. Introduction/blog/pkg/routing/routing.go
243 B
~Get Your Files Here !/1. Introduction/blog/pkg/routing/serve.go
331 B
~Get Your Files Here !/1. Introduction/blog/pkg/sessions/init.go
264 B
~Get Your Files Here !/1. Introduction/blog/pkg/sessions/methods.go
763 B
~Get Your Files Here !/1. Introduction/blog/pkg/static/load.go
129 B
~Get Your Files Here !/2. Project structure/1. Project structure.mp4
17.3 MB
~Get Your Files Here !/2. Project structure/2. Project configurations.mp4
37.8 MB
~Get Your Files Here !/2. Project structure/3. Cli interactions.mp4
26.3 MB
~Get Your Files Here !/3. Packaging/1. Create config package.mp4
20 MB
~Get Your Files Here !/3. Packaging/2. Create routing package.mp4
17.8 MB
~Get Your Files Here !/3. Packaging/3. Create serve package.mp4
24.8 MB
~Get Your Files Here !/3. Packaging/4. Create html package.mp4