- 【影视】 [GigaCourse.Com] Udemy - Backend Master Class [Golang + PostgreSQL + Kubernetes]
-
收录时间:2022-03-12
文档个数:82
文档大小:4.7 GB
最近下载:2025-05-01
人气:2369
磁力链接
1. Working with database/9. Deeply understand transaction isolation levels & read phenomena.mp4 372.8 MB
2. Building RESTful HTTP JSON API/12. Implement authentication middleware and authorization rules in Golang using Gin.mp4 240.1 MB
1. Working with database/7. DB transaction lock & How to handle deadlock in Golang.mp4 233.2 MB
2. Building RESTful HTTP JSON API/3. Mock DB for testing HTTP API in Go and achieve 100% coverage.mp4 221.5 MB
2. Building RESTful HTTP JSON API/10. How to create and verify JWT & PASETO token in Golang.mp4 193.8 MB
3. Deploying the application to production/7. Store & retrieve production secrets with AWS secrets manager.mp4 188.0 MB
2. Building RESTful HTTP JSON API/1. Implement RESTful HTTP API in Go using Gin.mp4 173.4 MB
3. Deploying the application to production/10. How to deploy a web app to Kubernetes cluster on AWS EKS.mp4 158.0 MB
3. Deploying the application to production/5. Auto build & push docker image to AWS ECR with Github Actions.mp4 148.1 MB
3. Deploying the application to production/3. How to write docker-compose file and control service start-up orders.mp4 142.9 MB
1. Working with database/2. Install & use Docker + Postgres + TablePlus to create DB schema.mp4 138.5 MB
1. Working with database/4. Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc.mp4 134.6 MB
1. Working with database/10. Setup Github Actions for Golang + Postgres to run automated tests.mp4 132.0 MB
1. Working with database/5. Write unit tests for database CRUD with random data in Golang.mp4 131.8 MB
3. Deploying the application to production/9. How to use kubectl & k9s to connect to a kubernetes cluster on AWS EKS.mp4 125.7 MB
2. Building RESTful HTTP JSON API/7. How to securely store passwords Hash password in Go with Bcrypt!.mp4 124.0 MB
2. Building RESTful HTTP JSON API/11. Implement login user API that returns PASETO or JWT access token in Go.mp4 123.7 MB
2. Building RESTful HTTP JSON API/8. How to write stronger unit tests with a custom gomock matcher.mp4 122.0 MB
3. Deploying the application to production/13. Auto issue & renew TLS certificates with cert-manager and Let's Encrypt.mp4 120.9 MB
3. Deploying the application to production/14. Automatic deploy to Kubernetes with Github Action.mp4 119.9 MB
猜你喜欢:
PostgreSQL
Kubernetes
Udemy
Golang
Master
GigaCourse
Com
Class
Backend
- 【影视】 [Udemy] Working with React and Go (Golang) (2021) [En]
-
收录时间:2021-07-22
文档个数:313
文档大小:4.2 GB
最近下载:2025-05-01
人气:5668
磁力链接
08 Securing Routes in our REST API/005 Adding middleware to check for a valid token.mp4 118.9 MB
07 Working with forms, React, and Go/009 Receiving data on the REST back end.mp4 116.5 MB
08 Securing Routes in our REST API/002 Changing App to a component, and setting up state.mp4 113.3 MB
09 Adding GraphQL into the equation/009 Modifying the back end to handle poster images.mp4 98.5 MB
08 Securing Routes in our REST API/001 Generating JSON Web Tokens on the back end.mp4 97.2 MB
04 Building the Front End/002 Creating our front end application and introducting the React Router.mp4 89.7 MB
09 Adding GraphQL into the equation/002 Setting up a schema and REST endpoint for GraphQL.mp4 86.6 MB
05 Setting up our Go Back end as a REST API/003 Installing a router and creating better handlers.mp4 82.4 MB
01 Introduction/001 Introduction.mp4 78.9 MB
09 Adding GraphQL into the equation/004 Implementing GraphQL requests for all movies.mp4 78.6 MB
05 Setting up our Go Back end as a REST API/009 Database functions & a challenge.mp4 77.9 MB
07 Working with forms, React, and Go/002 Making our form a controlled component, and binding it to state.mp4 73.5 MB
07 Working with forms, React, and Go/001 Building a form in React.mp4 72.7 MB
05 Setting up our Go Back end as a REST API/002 Setting up the Go project.mp4 71.1 MB
05 Setting up our Go Back end as a REST API/005 Setting up a simple API route.mp4 64.9 MB
07 Working with forms, React, and Go/010 Providing feedback with a reusable alert.mp4 63.7 MB
09 Adding GraphQL into the equation/006 Implementing GraphQL requests for search on front end.mp4 62.8 MB
05 Setting up our Go Back end as a REST API/012 Getting all movies as JSON.mp4 62.5 MB
03 Getting started with React/015 More about state_ lifting state to share data between components.mp4 61.7 MB
10 Deploying our app to a server/007 Setting up the web server.mp4 59.5 MB
猜你喜欢:
Golang
En
Working
Udemy
React
2021
Go
- 【影视】 [Tutorialsplanet.NET] Udemy - Mastering Multithreading Programming with Go Golang
-
收录时间:2022-02-15
文档个数:49
文档大小:2.2 GB
最近下载:2025-05-01
人气:5541
磁力链接
2 - Creating and using Threads/03 - Processes, Threads and Green threads.mp4 161.5 MB
1 - Introduction/02 - More on Parallel Computing.mp4 142.1 MB
5 - Message passing with Channels/18 - Pipelining Example.mp4 139.7 MB
9 - Atomic Variables/37 - Understanding Atomic Variables.mp4 119.9 MB
3 - Thread Synchronization with Mutexes/14 - Boid Synchronization with Readers-Writers Locks.mp4 86.6 MB
5 - Message passing with Channels/17 - Thread Communication using Channels.mp4 82.5 MB
5 - Message passing with Channels/20 - Thread Pool Example Part 1.mp4 71.9 MB
3 - Thread Synchronization with Mutexes/10 - Why do we need Locking.mp4 70.7 MB
7 - Deadlocks/32 - Solving Deadlocks using an Arbitrator.mp4 69.3 MB
2 - Creating and using Threads/06 - Starting our Goroutines.mp4 67.8 MB
7 - Deadlocks/29 - Train Deadlock Example Part 2.mp4 65.0 MB
2 - Creating and using Threads/09 - Memory Sharing example Part 2.mp4 61.5 MB
7 - Deadlocks/31 - Implementing Resource Hierarchy Solution.mp4 60.0 MB
4 - Waiting for Completed tasks/16 - Concurrent file searching with WaitGroups.mp4 59.6 MB
6 - Synchronization using Condition Variables/24 - Implementing Parallel Matrix Multiplication Part 1.mp4 59.1 MB
4 - Waiting for Completed tasks/15 - Understanding WaitGroups.mp4 55.5 MB
3 - Thread Synchronization with Mutexes/12 - Adding Synchronization to simulation.mp4 51.4 MB
9 - Atomic Variables/39 - Building a Letter Frequency Program.mp4 50.9 MB
6 - Synchronization using Condition Variables/22 - What's a Condition Variable.mp4 47.5 MB
7 - Deadlocks/26 - Deadlocking Robots, Philosophers and Trains.mp4 46.1 MB
猜你喜欢:
Tutorialsplanet
Programming
Udemy
Golang
Mastering
Go
NET
Multithreading
- 【影视】 [UdemyTuts] - Learn to Code - Google Go golang Programming Language
-
收录时间:2021-01-21
文档个数:210
文档大小:8.3 GB
最近下载:2025-05-01
人气:607
磁力链接
10-data-structures-map/101-hash-tables.mp4 179.0 MB
05-language-fundamentals/054-section-review.mp4 172.4 MB
07-functions/084-section-review.mp4 131.5 MB
05-language-fundamentals/045-language-spec.mp4 113.5 MB
02-installing-go/012-linux-machine-setup.mp4 106.3 MB
03-your-development-environment/025-using-github.mp4 103.4 MB
12-interfaces/118-donovan-kernighan.mp4 100.8 MB
02-installing-go/008-environment-variables.mp4 100.3 MB
06-control-flow/059-documentation-terminology.mp4 96.3 MB
12-interfaces/123-empty-interface.mp4 94.3 MB
04-computer-fundamentals/036-format-printing.mp4 94.1 MB
10-data-structures-map/102-hashing-words.mp4 92.7 MB
09-data-structures-slice/093-section-review.mp4 91.9 MB
12-interfaces/116-code-substitutability.mp4 91.2 MB
06-control-flow/065-section-review.mp4 89.1 MB
10-data-structures-map/105-finished-hash-algorithm.mp4 89.0 MB
04-computer-fundamentals/029-how-computers-work-part-ii.mp4 88.5 MB
09-data-structures-slice/091-creating-a-slice.mp4 87.3 MB
02-installing-go/006-installation-insights.mp4 84.9 MB
11-data-structures-struct/107-oop-in-go.mp4 84.2 MB
猜你喜欢:
Google
UdemyTuts
Language
Programming
golang
Code
Learn
Go
- 【影视】 Вся база о собеседованиях на Golang
-
收录时间:2025-02-01
文档个数:37
文档大小:1.4 GB
最近下载:2025-04-30
人气:1556
磁力链接
4.1.-Задача-на-конкурентное-обновление-мапы.mp4 84.2 MB
7.2.-Задача-на-реализацию-шардированного-InMemory-кэша.mp4 78.3 MB
1.5.-Задача-с-массивами.mp4 72.7 MB
4.4.-Задача-на-объединение-данных-в-значениях-мапы.mp4 63.2 MB
4.5.-Задача-на-работу-с-sync.Map.mp4 62.7 MB
6.1.-Задача-на-написание-обертки-над-долгим-сетевым-вызовом.mp4 57.4 MB
4.2.-Задача-на-поиск-бага-при-работе-с-мапой.mp4 53.7 MB
6.4.-Задача-на-ревью-реализации-механизма-кэширования-данных-от-стороннего-сервиса.mp4 52.5 MB
7.3.-Задача-на-реализацию-Worker-Pool.mp4 47.3 MB
2.1.-Задача-на-увеличение-строки.mp4 47.1 MB
7.1.-Задача-на-объединение-каналов-в-один-_FanIn_.mp4 46.7 MB
7.4.-Задача-на-реализацию-pipeline-финансовых-операций.mp4 44.1 MB
0.-Вступительное-слово.mp4 43.3 MB
2.2.-Задача-на-проверку-длины-строки.mp4 42.4 MB
1.1.-Задача-на-указатели.mp4 40.2 MB
6.5.-Задача-на-организацию-ограничений-количества-мест-на-парковке.mp4 37.3 MB
1.2.-Задача-с-defer.mp4 34.4 MB
7.5.-Реализация-семафора.mp4 34.2 MB
5.1.-Задача-на-преобразование-интерфейсов.mp4 33.7 MB
3.1.-Задача-на-работу-с-append.mp4 31.8 MB
猜你喜欢:
Golang
- 【影视】 [Rebrain] [Fevlake] Golang-разработчик Advanced (2021)
-
收录时间:2021-07-30
文档个数:80
文档大小:7.7 GB
最近下载:2025-04-30
人气:25805
磁力链接
Практикум/20201119 Jaeger и distributed tracing.mkv 805.7 MB
Практикум/20210325 Работе сервиса в кластере на примере Minikube/20210325 Работе сервиса в кластере на примере Minikube.mkv 745.5 MB
Практикум/20210218 HTTP2 клиент и сервер/20210218 HTTP2 клиент и сервер.mkv 668.5 MB
Практикум/20200924 Пишем приложение для поиска ближайшего Алкомаркета/20200924 Пишем приложение для поиска ближайшего Алкомаркета.mkv 582.1 MB
Практикум/20210304 Логи и Метрики. Что, зачем и почему.mkv 547.2 MB
Практикум/20200730 REST Service/20200730 REST Service.mkv 486.0 MB
Практикум/20201029 Взаимодействие микросервисов на go через gRPC.mkv 478.9 MB
Практикум/20210408 Работа с sql в go.mkv 452.7 MB
Практикум/20210204 Сквозное логирование Go-приложения/20210204 Сквозное логирование Go-приложения.mkv 439.0 MB
Практикум/20210311 Конфигурация сервиса с помощью Viper и Consul.mkv 418.2 MB
Практикум/20210603 Миграция в Golang.mkv 332.4 MB
Практикум/20210318 GraphQL API на Go.mkv 317.6 MB
Практикум/20201015 Покрываем сервис метриками с Prometheus и Grafana.mkv 292.1 MB
Задания/GO-08 02.mp4 194.2 MB
Задания/GO-08 01.mp4 152.0 MB
Задания/GO-10 04.mkv 64.7 MB
Задания/GO-09 02.mkv 58.9 MB
Задания/GO-11 03.mkv 52.2 MB
Задания/GO-12 01.mkv 47.6 MB
Задания/GO-13 01.mkv 46.4 MB
猜你喜欢:
Golang
Fevlake
Rebrain
2021
Advanced
- 【影视】 [FreeCourseSite.com] Udemy - Go Programming (Golang) The Complete Developer's Guide
-
收录时间:2023-10-05
文档个数:270
文档大小:6.8 GB
最近下载:2025-04-30
人气:5057
磁力链接
7. Concurrent Programming with Go/22. Section Review Multithreaded grep.mp4 190.1 MB
8. Final Milestone Project Pixl/8. Pixel Canvas Renderer.mp4 158.4 MB
4. Go Programming Types/17. Section Review Library.mp4 143.5 MB
7. Concurrent Programming with Go/17. Pattern Pipelines.mp4 142.7 MB
9. Project MailingList Microservice/11. gRPC Client.mp4 142.3 MB
9. Project MailingList Microservice/10. gRPC Endpoints.mp4 129.1 MB
8. Final Milestone Project Pixl/4. Creating a Swatch.mp4 116.3 MB
1. Introduction/3.1 zerotomastery.io-golang-slides.zip 115.3 MB
6. Interfaces in Go/1. Interfaces.mp4 109.1 MB
8. Final Milestone Project Pixl/13. Creating New Images.mp4 103.1 MB
2. Introduction to Go (Golang)/1.2 zerotomastery.io-golang-slides.zip 102.6 MB
8. Final Milestone Project Pixl/12. Cursor Display.mp4 96.0 MB
9. Project MailingList Microservice/3. Implementing CRUD Operations.mp4 89.8 MB
9. Project MailingList Microservice/5. JSON Endpoints.mp4 89.7 MB
8. Final Milestone Project Pixl/5. Swatch Layout & First Run.mp4 89.4 MB
4. Go Programming Types/7. Slices.mp4 88.5 MB
7. Concurrent Programming with Go/12. Synchronization.mp4 86.6 MB
8. Final Milestone Project Pixl/11. Painting Pixels.mp4 85.6 MB
6. Interfaces in Go/7. Readers & Writers.mp4 84.8 MB
3. Go Programming Fundamentals/17. Section Review Dice Roller.mp4 81.2 MB
猜你喜欢:
Complete
FreeCourseSite
Programming
Udemy
Golang
Go
com
Guide
Developer
- 【影视】 Udemy - REST API using GoLang, PostgreSQL, Keycloak, Docker
-
收录时间:2024-12-14
文档个数:10
文档大小:992.3 MB
最近下载:2025-04-30
人气:1428
磁力链接
1. Let's code Golang REST API/5. Persisting and retrieving data from db. POST and GET APIs.mp4 288.3 MB
2. Golang and Keycloak/3. Login - getting keycloak access token from our auth microservice.mp4 215.6 MB
2. Golang and Keycloak/1. Keycloak intro and starting with it's integration in golang.mp4 181.1 MB
1. Let's code Golang REST API/3. Integrating postgresql and GORM orm.mp4 132.3 MB
2. Golang and Keycloak/2. Keycloak Configurations.mp4 52.8 MB
1. Let's code Golang REST API/1. GET API with hello world part 1.mp4 38.5 MB
1. Let's code Golang REST API/6. Tweaks 1.mp4 23.8 MB
1. Let's code Golang REST API/2. GET API with hello world part 2.mp4 23.3 MB
1. Let's code Golang REST API/4. Integrating postgresql and GORM orm cont..mp4 22.7 MB
1. Let's code Golang REST API/7. Tweaks 2.mp4 14.0 MB
猜你喜欢:
PostgreSQL
REST
Udemy
GoLang
API
using
Docker
Keycloak
- 【影视】 REST based microservices API development in Golang
-
收录时间:2022-01-14
文档个数:37
文档大小:3.4 GB
最近下载:2025-04-30
人气:19104
磁力链接
6 - Advance Topics/37 - Refreshing an access token.mp4 354.3 MB
6 - Advance Topics/33 - Refactoring the Verify API.mp4 244.9 MB
5 - Unit Testing/28 - Unit testing - Testing Services.mp4 194.3 MB
3 - Application Development/19 - New Bank Account - Part 2.mp4 183.1 MB
5 - Unit Testing/27 - Unit Testing - Testing routes.mp4 176.8 MB
6 - Advance Topics/32 - banking-lib module in banking auth.mp4 139.3 MB
6 - Advance Topics/35 - Generating refresh token - Part 1.mp4 128.9 MB
4 - Security/25 - Auth Server - Verify API.mp4 128.7 MB
6 - Advance Topics/36 - Generating refresh token - Part 2.mp4 127.6 MB
3 - Application Development/14 - Structured Logging.mp4 124.0 MB
3 - Application Development/09 - Implementing Hexagonal Architecture.mp4 116.7 MB
3 - Application Development/18 - New Bank Account - Part 1.mp4 112.8 MB
4 - Security/24 - Auth Server - Login API.mp4 110.2 MB
3 - Application Development/15 - Sqlx.mp4 106.4 MB
3 - Application Development/10 - Database adapter.mp4 100.7 MB
5 - Unit Testing/26 - Unit testing - State based test.mp4 97.1 MB
3 - Application Development/11 - Error handling Part 1.mp4 94.0 MB
3 - Application Development/12 - Error handling Part 2.mp4 83.0 MB
3 - Application Development/16 - Data Transfer Object.mp4 76.7 MB
3 - Application Development/17 - Application Configuration.mp4 74.3 MB
猜你喜欢:
development
microservices
based
REST
Golang
API
- 【影视】 [Udemy] Программирование на Go (Golang) Bootcamp по Go 2021 (2020)
-
收录时间:2021-01-08
文档个数:367
文档大小:6.4 GB
最近下载:2025-04-30
人气:5342
磁力链接
22 Pointers in Go/146 Passing Pointers to Functions. Passing by Value vs. Passing by Pointer - Part 2.mp4 136.1 MB
04 Go Basics/024 Package fmt.mp4 130.6 MB
02 Getting Started/012 Compiling (go build) and Running Go Applications (go run).mp4 130.1 MB
16 Working with Files in Go/109 Open, Close, Rename, Move, Remove Files.mp4 126.6 MB
14 Maps in Go/104 Declaring Maps, Working with Maps.mp4 124.8 MB
22 Pointers in Go/142 Declaring Pointers. Address of and Dereferencing Operators.mp4 111.9 MB
28 Go Packages and Modules/196 Import Statement and Scopes.mp4 103.2 MB
12 Strings, Runes, Bytes and UTF-8 in Go/100 Strings Package Part2. Manipulating Strings_ Repeat, Replace, Split, Join, Field.mp4 99.5 MB
28 Go Packages and Modules/201 Publish the Module on GitHub. Semantic Versioning.mp4 96.9 MB
26 Concurrency in Go/170 Project_ URL Checker and Page Downloader.mp4 92.9 MB
28 Go Packages and Modules/193 Creating a Package.mp4 89.9 MB
02 Getting Started/006 Setup the Programming Environment on Windows (Go, Git and VSCode).mp4 83.0 MB
24 Methods and Interfaces in Go (OOP)/151 Methods with a Pointer Receiver.mp4 81.6 MB
28 Go Packages and Modules/194 GOPATH and Packages In Depth.mp4 80.5 MB
04 Go Basics/031 Go Data Types - Part 1.mp4 80.1 MB
10 Slices in Go/086 Slice Internals_ Backing Array and Slice Header - part 2.mp4 79.3 MB
26 Concurrency in Go/186 Buffered Channels.mp4 76.3 MB
10 Slices in Go/088 Append, Length and Capacity In-Depth.mp4 75.4 MB
06 Program Flow Control in Go/068 Scopes in Go.mp4 74.0 MB
26 Concurrency in Go/177 Intro to Channels.mp4 73.0 MB
猜你喜欢:
Go
Bootcamp
Golang
2020
2021
Udemy
- 【影视】 [FreeCourseSite.com] Udemy - Building Modern Web Applications with Go (Golang)
-
收录时间:2021-07-30
文档个数:400
文档大小:14.2 GB
最近下载:2025-04-30
人气:10268
磁力链接
6. Choosing a Project, and Working With Forms/5. Creating a landing page.mp4 564.5 MB
17. Setting up secure back end administration/21. Updating our tests.mp4 284.9 MB
14. Updating our tests/4. Testing Post handlers.mp4 281.7 MB
8. Coverting our HTML to Go Templates, and creating handlers/1. Converting our pages to Go templates.mp4 264.0 MB
3. Building a Basic Web Application/2. Making a Hello, World web application.mp4 235.9 MB
6. Choosing a Project, and Working With Forms/6. Creating a page for each room.mp4 222.2 MB
17. Setting up secure back end administration/7. Showing one reservation.mp4 215.6 MB
17. Setting up secure back end administration/5. Listing all reservations.mp4 210.4 MB
13. Connecting our Application to the Database/1. How to connect a Go application to a database.mp4 207.2 MB
17. Setting up secure back end administration/13. Reservation Calendar II.mp4 206.6 MB
7. Javascript & CSS/1. What is Javascript, and why should I care.mp4 200.5 MB
17. Setting up secure back end administration/20. Fixing our redirects.mp4 170.2 MB
3. Building a Basic Web Application/9. Working with Layouts, and building a template cache (part one).mp4 167.7 MB
17. Setting up secure back end administration/14. Reservation Calendar III.mp4 167.2 MB
9. Writing Tests/8. Solution to writing tests for the Forms package.mp4 164.5 MB
7. Javascript & CSS/8. What is CSS, and how does it work.mp4 158.3 MB
9. Writing Tests/2. Writing tests for our GET handlers.mp4 156.3 MB
6. Choosing a Project, and Working With Forms/2. Setting up our project.mp4 153.7 MB
8. Coverting our HTML to Go Templates, and creating handlers/9. Server side form validation III.mp4 151.7 MB
8. Coverting our HTML to Go Templates, and creating handlers/2. Creating handlers for our forms & adding CSRF Protection.mp4 147.7 MB
猜你喜欢:
Building
Web
FreeCourseSite
Modern
Udemy
Golang
Applications
Go
com
- 【影视】 [Tutorialsplanet.NET] Udemy - Working with Concurrency in Go (Golang)
-
收录时间:2023-09-23
文档个数:259
文档大小:3.6 GB
最近下载:2025-04-30
人气:783
磁力链接
9 - Adding Concurrency to Choosing a Plan/76 - Generating a manual.mp4 139.4 MB
7 - Sending Email Concurrently/58 - Getting started with the mailer code.mp4 113.0 MB
10 - Testing/85 - Testing the Login Handler.mp4 112.1 MB
6 - Final Project Building a Subscription Service/50 - Setting up templates and building a render function.mp4 104.8 MB
10 - Testing/82 - Modifying the data package to make it testable.mp4 104.4 MB
10 - Testing/84 - Getting started testing Handlers.mp4 103.5 MB
6 - Final Project Building a Subscription Service/56 - Implementing the loginlogout functions.mp4 90.9 MB
4 - A Classic Problem The Dining Philosophers/27 - Getting started with the problem.mp4 84.5 MB
9 - Adding Concurrency to Choosing a Plan/77 - Trying things out subscribing a user updating the session and redirecting.mp4 82.7 MB
4 - A Classic Problem The Dining Philosophers/28 - Implementing the diningProblem logic.mp4 82.3 MB
8 - Registering a User and Displaying Plans/70 - Displaying the Subscription Plans page.mp4 80.5 MB
10 - Testing/81 - Testing the Renderer.mp4 73.9 MB
10 - Testing/86 - Testing a handler that uses concurrency.mp4 72.4 MB
10 - Testing/79 - Setting up our tests.mp4 71.9 MB
3 - Race Conditions Mutexes and an Introduction to Channels/18 - A more complex example.mp4 71.0 MB
5 - Channels and another classic The Sleeping Barber problem/38 - Adding a Barber.mp4 70.5 MB
1 - Introduction/1 - Introduction.mp4 67.2 MB
9 - Adding Concurrency to Choosing a Plan/75 - Generating an Invoice.mp4 66.0 MB
3 - Race Conditions Mutexes and an Introduction to Channels/22 - Making a pizza the makePizza function.mp4 62.8 MB
9 - Adding Concurrency to Choosing a Plan/74 - Getting the plan id the plan and the user.mp4 62.6 MB
猜你喜欢:
Tutorialsplanet
Working
Udemy
Golang
Concurrency
Go
NET
- 【影视】 Working with WebSockets in Go (Golang) [New]
-
收录时间:2021-09-09
文档个数:264
文档大小:7.2 GB
最近下载:2025-04-30
人气:2920
磁力链接
Working with WebSockets in Go (Golang)/6. Implementing Websockets on Vigilate/12. Turning services on and off in real-time.mp4 277.2 MB
Working with WebSockets in Go (Golang)/6. Implementing Websockets on Vigilate/7. Updating tables on the host page when status changes.mp4 238.2 MB
Working with WebSockets in Go (Golang)/8. Writing Tests/1. Handler Tests.mp4 221.3 MB
Working with WebSockets in Go (Golang)/6. Implementing Websockets on Vigilate/11. Updating the schedule page in real time.mp4 192.6 MB
Working with WebSockets in Go (Golang)/6. Implementing Websockets on Vigilate/14. Saving and displaying events.mp4 190.8 MB
Working with WebSockets in Go (Golang)/4. Setting up our Application/3. Creating forms for our hosts.mp4 184.6 MB
Working with WebSockets in Go (Golang)/3. Project II Vigilate, a server monitoring system/3. Installing the starter project.mp4 182.9 MB
Working with WebSockets in Go (Golang)/4. Setting up our Application/6. Inserting a host into the database.mp4 159.3 MB
Working with WebSockets in Go (Golang)/5. Monitoring Services/4. Monitoring part 3.mp4 153.8 MB
Working with WebSockets in Go (Golang)/3. Project II Vigilate, a server monitoring system/4. Connecting to Pusher.mp4 146.1 MB
Working with WebSockets in Go (Golang)/6. Implementing Websockets on Vigilate/19. Sending notifications via email.mp4 137.3 MB
Working with WebSockets in Go (Golang)/4. Setting up our Application/20. Adding service status to the host page.mp4 133.8 MB
Working with WebSockets in Go (Golang)/4. Setting up our Application/18. List all services by status.mp4 131.5 MB
Working with WebSockets in Go (Golang)/6. Implementing Websockets on Vigilate/10. Displaying the monitoring schedule.mp4 131.1 MB
Working with WebSockets in Go (Golang)/4. Setting up our Application/16. Listing all services on overview page.mp4 127.1 MB
Working with WebSockets in Go (Golang)/6. Implementing Websockets on Vigilate/22. Writing the code to send SMS messages.mp4 122.4 MB
Working with WebSockets in Go (Golang)/2. Our First Project Chat/10. Sending messages.mp4 122.0 MB
Working with WebSockets in Go (Golang)/7. Monitoring Additional Services/3. Monitoring SSL certificates.mp4 121.0 MB
Working with WebSockets in Go (Golang)/5. Monitoring Services/3. Monitoring part 2.mp4 116.3 MB
Working with WebSockets in Go (Golang)/8. Writing Tests/3. Websocket Tests (the right way).mp4 114.0 MB
猜你喜欢:
Go
Golang
WebSockets
Working
New
- 【影视】 Разработка-веб-сервисов-на-Golang
-
收录时间:2020-02-14
文档个数:57
文档大小:671.0 MB
最近下载:2025-04-30
人气:21274
磁力链接
2 week SQL и NoSQL/02 Key-value/01 Memcached - пример с тегированным кешем.mp4 46.3 MB
4 week Сервис в работе/03 Низкоуровневое программирование/02 cgo - интеграция кода на cи.mp4 39.9 MB
1 week Анатомия веб-сервиса/01 Middleware/02 Contex value.mp4 31.5 MB
3 week Микросервисы/03 protobuf и gRPC/05 Балансировка нагрузки и использование Consul.mp4 28.4 MB
2 week SQL и NoSQL/01 SQL/01 database-sql и mysql.mp4 28.0 MB
1 week Анатомия веб-сервиса/01 Middleware/03 Обработка ошибок.mp4 25.4 MB
4 week Сервис в работе/01 Конфигурирование сервиса/02 Удалённый конфиг, используем Consul.mp4 24.1 MB
3 week Микросервисы/03 protobuf и gRPC/03 Продвинутая работа с gRPC.mp4 23.9 MB
4 week Сервис в работе/03 Низкоуровневое программирование/01 Пакет Unsafe.mp4 21.2 MB
4 week Сервис в работе/02 Мониторинг/02 Отправка таймингов во внешнюю систему.mp4 20.0 MB
1 week Анатомия веб-сервиса/07 Шаблонизация/Компилируемые шаблоны.mp4 19.7 MB
3 week Микросервисы/01 Что такое микросервис/02 Микросервисы внутри монолита.mp4 19.7 MB
1 week Анатомия веб-сервиса/01 Middleware/01 Основы middleware для HTTP.mp4 19.5 MB
2 week SQL и NoSQL/03 Прочие системы/01 Message broker - RabbitMQ.mp4 19.1 MB
4 week Сервис в работе/02 Мониторинг/01 Зачем нужен мониторинг и что мониторить.mp4 17.8 MB
1 week Анатомия веб-сервиса/05 Логирование/Стандартный пакет log, zap, logrus.mp4 17.3 MB
1 week Анатомия веб-сервиса/04 Фреймворки/01 Фреймворк Beego.mp4 16.9 MB
3 week Микросервисы/03 protobuf и gRPC/02 Делаем сервис на gRPC.mp4 16.5 MB
1 week Анатомия веб-сервиса/03 Валидация/Парсинг параметров в структуру и валидация.mp4 15.9 MB
4 week Сервис в работе/04 Инструменты для статического анализа/go vet, gometalinter.mp4 15.5 MB
猜你喜欢:
Golang
- 【影视】 [GigaCourse.Com] Udemy - Working with Microservices in Go (Golang)
-
收录时间:2022-07-22
文档个数:352
文档大小:4.0 GB
最近下载:2025-04-30
人气:11282
磁力链接
5. Building a Mail Service/4. Building the logic to send email.mp4 129.3 MB
6. Building a Listener service AMQP with RabbitMQ/5. Writing functions to interact with RabbitMQ.mp4 121.8 MB
3. Building an Authentication Service/5. Updating our docker-compose.yml for Postgres and the Authentication service.mp4 95.7 MB
1. Introduction/1. Introduction.mp4 93.1 MB
3. Building an Authentication Service/8. Update the Broker for a standard JSON format, and conect to our Auth service.mp4 90.6 MB
5. Building a Mail Service/9. Updating the front end to send mail.mp4 82.6 MB
2. Building a simple front end and one Microservice/4. Our first service the Broker.mp4 81.8 MB
5. Building a Mail Service/5. Building the routes, handlers, and email templates.mp4 78.1 MB
9. Deploying our Distributed App using Docker Swarm/27. Enabling SSL certificates on the Caddy microservice.mp4 77.4 MB
4. Building a Logger Service/3. Setting up the Logger data models.mp4 76.6 MB
9. Deploying our Distributed App using Docker Swarm/25. Trying things out, and correcting some mistakes.mp4 72.2 MB
8. Speeding things up (potentially) with gRPC/7. Writing the client code.mp4 65.2 MB
3. Building an Authentication Service/2. Setting up a stub Authentication service.mp4 62.6 MB
9. Deploying our Distributed App using Docker Swarm/12. Adding Caddy to the mix as a Proxy to our front end and the broker.mp4 60.1 MB
6. Building a Listener service AMQP with RabbitMQ/9. Creating a Docker image and updating the Makefile.mp4 57.7 MB
9. Deploying our Distributed App using Docker Swarm/14. Challenge correcting the URL to the broker service in the front end.mp4 54.7 MB
4. Building a Logger Service/5. Setting up routes, handlers, helpers, and a web server in our logger-service.mp4 53.4 MB
9. Deploying our Distributed App using Docker Swarm/3. Creating a Docker swarm deployment file.mp4 53.4 MB
3. Building an Authentication Service/7. Adding a route and handler to accept JSON.mp4 52.1 MB
10. Deploying our Distributed App to Kubernetes/6. Creating a deployment file for Mongo.mp4 51.1 MB
猜你喜欢:
Microservices
Working
Udemy
Golang
GigaCourse
Go
Com
- 【影视】 [FreeCourseSite.com] Udemy - Master Go (Golang) Programming - The Complete Go Bootcamp 2021
-
收录时间:2022-03-20
文档个数:371
文档大小:3.7 GB
最近下载:2025-04-30
人气:4318
磁力链接
02 Getting Started/008 Compiling (go build) and Running Go Applications (go run).mp4 140.4 MB
22 Pointers in Go/006 Passing Pointers to Functions. Passing by Value vs. Passing by Pointer - Part 2.mp4 112.7 MB
28 Go Packages and Modules/010 Publish the Module on GitHub. Semantic Versioning.mp4 83.3 MB
16 Working with Files in Go/001 Open, Close, Rename, Move, Remove Files.mp4 71.8 MB
06 Program Flow Control in Go/018 Scopes in Go.mp4 69.4 MB
04 Go Basics/009 Package fmt.mp4 68.8 MB
10 Slices in Go/011 Append, Length and Capacity In-Depth.mp4 62.7 MB
14 Maps in Go/002 Declaring Maps, Working with Maps.mp4 58.4 MB
12 Strings, Runes, Bytes and UTF-8 in Go/010 Strings Package Part2. Manipulating Strings_ Repeat, Replace, Split, Join, Field.mp4 53.6 MB
02 Getting Started/005 GOPATH and Code Organization.mp4 53.4 MB
28 Go Packages and Modules/002 Creating a Package.mp4 51.0 MB
22 Pointers in Go/002 Declaring Pointers. Address of and Dereferencing Operators.mp4 50.5 MB
04 Go Basics/016 Go Data Types - Part 1.mp4 49.2 MB
18 Structs in Go/005 Anonymous Structs and Anonymous Struct Fields.mp4 48.2 MB
24 Methods and Interfaces in Go (OOP)/003 Methods with a Pointer Receiver.mp4 47.4 MB
06 Program Flow Control in Go/005 Simple If Statement.mp4 46.9 MB
28 Go Packages and Modules/005 Import Statement and Scopes.mp4 46.9 MB
28 Go Packages and Modules/012 Releasing a Bug Fix and a Minor Update.mp4 46.2 MB
26 Concurrency in Go/007 Project_ URL Checker and Page Downloader.mp4 45.0 MB
02 Getting Started/002 Setup the Programming Environment on Windows (Go, Git and VSCode).mp4 44.3 MB
猜你喜欢:
Go
Complete
FreeCourseSite
Programming
Udemy
Golang
Master
2021
Bootcamp
com
- 【影视】 [Tutorialsplanet.NET] Udemy - Backend Master Class [Golang + PostgreSQL + Kubernetes]
-
收录时间:2022-03-31
文档个数:73
文档大小:4.7 GB
最近下载:2025-04-30
人气:10635
磁力链接
1. Working with database/9. Deeply understand transaction isolation levels & read phenomena.mp4 372.8 MB
2. Building RESTful HTTP JSON API/12. Implement authentication middleware and authorization rules in Golang using Gin.mp4 240.1 MB
1. Working with database/7. DB transaction lock & How to handle deadlock in Golang.mp4 233.2 MB
2. Building RESTful HTTP JSON API/3. Mock DB for testing HTTP API in Go and achieve 100% coverage.mp4 221.5 MB
2. Building RESTful HTTP JSON API/10. How to create and verify JWT & PASETO token in Golang.mp4 193.8 MB
3. Deploying the application to production/7. Store & retrieve production secrets with AWS secrets manager.mp4 188.0 MB
2. Building RESTful HTTP JSON API/1. Implement RESTful HTTP API in Go using Gin.mp4 173.4 MB
3. Deploying the application to production/10. How to deploy a web app to Kubernetes cluster on AWS EKS.mp4 158.0 MB
3. Deploying the application to production/5. Auto build & push docker image to AWS ECR with Github Actions.mp4 148.1 MB
3. Deploying the application to production/3. How to write docker-compose file and control service start-up orders.mp4 142.9 MB
1. Working with database/2. Install & use Docker + Postgres + TablePlus to create DB schema.mp4 138.5 MB
1. Working with database/4. Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc.mp4 134.6 MB
1. Working with database/10. Setup Github Actions for Golang + Postgres to run automated tests.mp4 132.0 MB
1. Working with database/5. Write unit tests for database CRUD with random data in Golang.mp4 131.8 MB
3. Deploying the application to production/9. How to use kubectl & k9s to connect to a kubernetes cluster on AWS EKS.mp4 125.7 MB
2. Building RESTful HTTP JSON API/7. How to securely store passwords Hash password in Go with Bcrypt!.mp4 124.0 MB
2. Building RESTful HTTP JSON API/11. Implement login user API that returns PASETO or JWT access token in Go.mp4 123.7 MB
2. Building RESTful HTTP JSON API/8. How to write stronger unit tests with a custom gomock matcher.mp4 122.0 MB
3. Deploying the application to production/13. Auto issue & renew TLS certificates with cert-manager and Let's Encrypt.mp4 120.9 MB
3. Deploying the application to production/14. Automatic deploy to Kubernetes with Github Action.mp4 119.9 MB
猜你喜欢:
Tutorialsplanet
PostgreSQL
Kubernetes
Udemy
Golang
Master
NET
Class
Backend
- 【影视】 [freecourse.pro]-Backend Master Class [Golang + Postgres + Kubernetes + gRPC]
-
收录时间:2025-03-16
文档个数:220
文档大小:7.7 GB
最近下载:2025-04-30
人气:62
磁力链接
05 - Asynchronous processing with background workers [Asynq + Redis]/010 Unit test gRPC API with mock DB & Redis.mp4 265.0 MB
02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/010 How to create and verify JWT & PASETO token in Golang.mp4 184.5 MB
03 - Deploying the application to production [Docker + Kubernetes + AWS]/007 Store & retrieve production secrets with AWS secrets manager.mp4 179.3 MB
02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/012 Implement authentication middleware and authorization rules in Golang using Gin.mp4 176.3 MB
06 - Improve the stability and security of the server/002 Switch DB driver from libpq to pgx.mp4 176.2 MB
06 - Improve the stability and security of the server/010 Graceful shutdown gRPCHTTP servers and async worker.mp4 176.1 MB
05 - Asynchronous processing with background workers [Asynq + Redis]/008 Email verification feature design DB and send email.mp4 168.9 MB
02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/003 Mock DB for testing HTTP API in Go and achieve 100% coverage.mp4 166.4 MB
06 - Improve the stability and security of the server/008 Deploy gRPC + HTTP server to AWS EKS cluster.mp4 165.3 MB
06 - Improve the stability and security of the server/007 Grant AWS EKS cluster access to Postgres and Redis using security group.mp4 162.5 MB
05 - Asynchronous processing with background workers [Asynq + Redis]/011 How to test a gRPC API that requires authentication.mp4 157.0 MB
01 - Working with database [Postgres + SQLC]/013 Deeply understand transaction isolation levels & read phenomena.mp4 152.2 MB
05 - Asynchronous processing with background workers [Asynq + Redis]/009 Implement email verification API in Go.mp4 150.5 MB
03 - Deploying the application to production [Docker + Kubernetes + AWS]/010 How to deploy a web app to Kubernetes cluster on AWS EKS.mp4 149.4 MB
06 - Improve the stability and security of the server/006 Implement role-based access control (RBAC) in Go.mp4 142.8 MB
01 - Working with database [Postgres + SQLC]/004 Use Docker + Postgres + TablePlus to create DB schema.mp4 138.5 MB
01 - Working with database [Postgres + SQLC]/006 Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc.mp4 134.6 MB
01 - Working with database [Postgres + SQLC]/008 Write unit tests for database CRUD with random data in Golang.mp4 131.8 MB
03 - Deploying the application to production [Docker + Kubernetes + AWS]/005 Auto build & push docker image to AWS ECR with Github Actions.mp4 129.8 MB
04 - Advanced Backend Topics [Sessions + gRPC]/013 Partial update DB record with SQLC nullable arguments.mp4 129.5 MB
猜你喜欢:
Postgres
Kubernetes
gRPC
pro
Golang
Master
freecourse
Class
Backend
- 【影视】 [Tutorialsplanet.NET] Udemy - Go (Golang) The Complete Bootcamp
-
收录时间:2020-05-18
文档个数:1
文档大小:16.6 GB
最近下载:2025-04-30
人气:1852
磁力链接
[Tutorialsplanet.NET] Udemy - Go (Golang) The Complete Bootcamp 16.6 GB
猜你喜欢:
Tutorialsplanet
Complete
Udemy
Golang
Go
NET
Bootcamp
- 【影视】 [FreeCourseSite.com] Udemy - Go (Golang) Programming The Complete Go Bootcamp 2023
-
收录时间:2023-04-20
文档个数:444
文档大小:6.7 GB
最近下载:2025-04-30
人气:7097
磁力链接
30 - APPENDIX Linux Administration/232 - Finding Files and Directories Part 2 find.mp4 188.3 MB
30 - APPENDIX Linux Administration/238 - Hard Links and the Inode Structure.mp4 177.4 MB
30 - APPENDIX Linux Administration/217 - Absolute vs Relative Paths Walking through the File System pwd cd tree.mp4 166.9 MB
30 - APPENDIX Linux Administration/219 - Understanding File Timestamps atime mtime ctime stat touch date.mp4 161.9 MB
2 - Getting Started/11 - Compiling go build and Running Go Applications go run.mp4 143.8 MB
30 - APPENDIX Linux Administration/237 - Compressing and Archiving Files and Directories tar gzip.mp4 127.9 MB
30 - APPENDIX Linux Administration/236 - Comparing Files cmp diff sha256.mp4 114.5 MB
30 - APPENDIX Linux Administration/206 - Installing Ubuntu in a VM.mp4 113.7 MB
22 - Pointers in Go/145 - Passing Pointers to Functions Passing by Value vs Passing by Pointer Part 2.mp4 112.7 MB
30 - APPENDIX Linux Administration/216 - The Filesystem Hierarchy Standard FHS.mp4 111.1 MB
30 - APPENDIX Linux Administration/221 - File Types in Linux ls F file.mp4 108.4 MB
30 - APPENDIX Linux Administration/218 - The LS Command In Depth ls.mp4 108.4 MB
30 - APPENDIX Linux Administration/231 - Finding Files and Directories Part 1 locate which.mp4 102.5 MB
30 - APPENDIX Linux Administration/210 - Getting Help Man Pages man type help apropos.mp4 101.8 MB
30 - APPENDIX Linux Administration/224 - Viewing Files Part 3 tail head watch.mp4 98.5 MB
30 - APPENDIX Linux Administration/234 - Searching for String Patterns in Text Files grep.mp4 94.4 MB
30 - APPENDIX Linux Administration/225 - Creating Files and Directories touch mkdir.mp4 87.2 MB
28 - Go Packages and Modules/200 - Publish the Module on GitHub Semantic Versioning.mp4 83.3 MB
22 - Pointers in Go/141 - Declaring Pointers Address of and Dereferencing Operators.mp4 82.3 MB
2 - Getting Started/5 - Setup the Programming Environment on Windows Go Git and VSCode.mp4 81.8 MB
猜你喜欢:
Go
Complete
FreeCourseSite
Programming
Udemy
Golang
2023
Bootcamp
com