zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
Full Stack Go Programming (Golang) from Beginner to Advance
magnet:?xt=urn:btih:83d9f306e6bb33cb48b073fafaf629521330644c&dn=Full Stack Go Programming (Golang) from Beginner to Advance
磁力链接详情
Hash值:
83d9f306e6bb33cb48b073fafaf629521330644c
点击数:
153
文件大小:
8.73 GB
文件数量:
232
创建日期:
2024-2-14 07:48
最后访问:
2024-12-26 03:48
访问标签:
Full
Stack
Go
Programming
Golang
from
Beginner
to
Advance
文件列表详情
1. Introduction/1. what you will learn.mp4 24.87 MB
1. Introduction/2. Introduction.mp4 68.53 MB
10. Slice/1. Slice Concept and Create Slice using Slice Literal.mp4 41.13 MB
10. Slice/10. Append a Slice to an existing Slice.mp4 16.59 MB
10. Slice/11. Multi-Dimensional Slice.mp4 14.07 MB
10. Slice/2. Create Slice using Array.mp4 28.86 MB
10. Slice/3. Create Slice using already existing Slice.mp4 33.31 MB
10. Slice/4. Create Slice using make function.mp4 29.11 MB
10. Slice/5. Iterate over Slice.mp4 30.72 MB
10. Slice/6. Add Items to Existing Slice.mp4 31.25 MB
10. Slice/7. Modifying Slice Items.mp4 24.55 MB
10. Slice/8. Sorting of Slice.mp4 31.77 MB
10. Slice/9. Copy Slice Items to another Slice.mp4 24.09 MB
11. Map/1. Maps Specification.mp4 33.83 MB
11. Map/2. Creating and Initializing Maps using Simple Way.mp4 27.36 MB
11. Map/3. Creating and Initializing Maps using make Function.mp4 19.83 MB
11. Map/4. Map Length and Accessing Items.mp4 29.89 MB
11. Map/5. Adding, Updating, and Deleting Map Items.mp4 42.23 MB
11. Map/6. Iterate over a Map.mp4 18.19 MB
11. Map/7. Map Sorting.mp4 37.32 MB
11. Map/8. Truncate Map.mp4 26.17 MB
11. Map/9. Map Merge.mp4 20.58 MB
12. Functions/1. Function Concept and Declaration.mp4 38.78 MB
12. Functions/2. Creating a Simple Function.mp4 17.79 MB
12. Functions/3. Function with Parameters.mp4 18.04 MB
12. Functions/4. Function with Return Types.mp4 19.75 MB
12. Functions/5. Functions as Values.mp4 17.14 MB
12. Functions/6. Function with Returning Multiple Values.mp4 36.03 MB
12. Functions/7. Function Arguments.mp4 56.31 MB
12. Functions/8. Anonymous Functions.mp4 38.19 MB
12. Functions/8.3 3 -pass arguments.go 184 字节
13. Pointers/1. Pointers in Golang.mp4 51.42 MB
13. Pointers/2. Nil Pointer and Changing Pointer Value.mp4 41.93 MB
13. Pointers/3. Sending a Variable to a Function.mp4 13.84 MB
13. Pointers/4. Comparison Pointers.mp4 41.11 MB
13. Pointers/5. Double Pointer.mp4 37.05 MB
14. Struct/1. Struct Declaration.mp4 33.09 MB
14. Struct/10. Anonymous Struct and field.mp4 28.66 MB
14. Struct/2. Creating Instances of Struct.mp4 53.22 MB
14. Struct/3. Nested Struct.mp4 25.05 MB
14. Struct/4. Add Method to Struct - Method Receiver.mp4 27.73 MB
14. Struct/5. Method with Pointer Receiver.mp4 29.68 MB
14. Struct/6. Method can accept both Pointer and Value.mp4 37.53 MB
14. Struct/7. Assign Default Value for Struct Field.mp4 34.32 MB
14. Struct/8. Compare Structs with Different Values.mp4 21.32 MB
14. Struct/9. Copy Struct using Call by Value and Call by Reference..mp4 48.31 MB
15. Interface/1. Create and Implement an Interface.mp4 53.24 MB
15. Interface/2. Empty Interface.mp4 19.5 MB
15. Interface/3. Type Assertion.mp4 46.13 MB
15. Interface/4. Type Switch.mp4 30.46 MB
16. String/1. String Literals.mp4 35.59 MB
16. String/10. Trim Suffix.mp4 29.96 MB
16. String/11. Trim Prefix.mp4 28.82 MB
16. String/12. Split.mp4 44.86 MB
16. String/13. Split After.mp4 38.46 MB
16. String/14. Split After N.mp4 42.53 MB
16. String/15. Compare.mp4 50.37 MB
16. String/16. Join a String by Delimiter - Concatenating.mp4 31.3 MB
16. String/17. Contains.mp4 23.94 MB
16. String/18. Fields.mp4 16.62 MB
16. String/19. Replace.mp4 23.27 MB
16. String/2. Strings are Immutable.mp4 14.83 MB
16. String/20. Index and Last Index.mp4 34.43 MB
16. String/3. Iterate over String.mp4 19.83 MB
16. String/4. Access the Individual byte of String.mp4 17.93 MB
16. String/5. Find the Length of String.mp4 23.04 MB
16. String/6. Trim.mp4 33.31 MB
16. String/7. Trim Left.mp4 27.77 MB
16. String/8. Trim Right.mp4 28.97 MB
16. String/9. Trim Space.mp4 25.02 MB
17. fmt Package/1. Print.mp4 35.99 MB
17. fmt Package/10. Scan.mp4 27.31 MB
17. fmt Package/11. Scanf.mp4 32.81 MB
17. fmt Package/12. Scanln.mp4 23.64 MB
17. fmt Package/13. Sscan.mp4 31.56 MB
17. fmt Package/14. Sscanf.mp4 34.35 MB
17. fmt Package/15. Sscanln.mp4 25.97 MB
17. fmt Package/16. Fscan.mp4 34.81 MB
17. fmt Package/17. Fscanf.mp4 39.62 MB
17. fmt Package/18. Fscanln.mp4 34.37 MB
17. fmt Package/19. Errorf.mp4 22.9 MB
17. fmt Package/2. Printf.mp4 27.16 MB
17. fmt Package/3. Println.mp4 26.27 MB
17. fmt Package/4. Sprint.mp4 23.1 MB
17. fmt Package/5. Sprintf.mp4 31 MB
17. fmt Package/6. Sprintln.mp4 35.8 MB
17. fmt Package/7. Fprint.mp4 28.95 MB
17. fmt Package/8. Fprintf.mp4 29.39 MB
17. fmt Package/9. Fprintln.mp4 39.15 MB
18. File and Directory/1. How to Create a File.mp4 28.08 MB
18. File and Directory/10. Remove All Files and Directories.mp4 31.86 MB
18. File and Directory/11. Iterate over all Files and Directories.mp4 47.74 MB
18. File and Directory/2. Create a Directory in Current Path and Full Qualified Path.mp4 27.28 MB
18. File and Directory/3. Rename File or Directory.mp4 45.33 MB
18. File and Directory/4. How to check whether a file or directory exists.mp4 27.05 MB
18. File and Directory/5. How to get File Information.mp4 32.23 MB
18. File and Directory/6. How to Read data from a File.mp4 30.87 MB
18. File and Directory/7. How to Write data to a File.mp4 31.72 MB
18. File and Directory/8. Example for Write and Read data in File.mp4 68.33 MB
18. File and Directory/9. How to Delete File and Directory.mp4 24.71 MB
19. Concurrency/1. Concurrency and Parallelism.mp4 31.93 MB
19. Concurrency/10. Buffered Channel.mp4 31.98 MB
19. Concurrency/11. Length and Capacity of Channel.mp4 26.13 MB
19. Concurrency/12. Channels as Function Argument.mp4 23.58 MB
19. Concurrency/13. only Send Channel - only Receive Channel - only Pointer Channel.mp4 46.59 MB
19. Concurrency/14. Receive all Values from a Channel using For - Range Loop.mp4 28.08 MB
19. Concurrency/15. Select Statement in Channel.mp4 40.21 MB
19. Concurrency/2. Goroutine Concept.mp4 50.59 MB
19. Concurrency/3. Create a Goroutine.mp4 34.91 MB
19. Concurrency/4. Main Goroutine.mp4 26.37 MB
19. Concurrency/5. Multiple Goroutines.mp4 38.67 MB
19. Concurrency/6. Anonymous Goroutine.mp4 18.88 MB
19. Concurrency/7. Channel and how to Creating it.mp4 30.65 MB
19. Concurrency/8. Send and Receive data from a Channel.mp4 42.72 MB
19. Concurrency/9. Closing a Channel.mp4 33.2 MB
2. Golang In Windows/1. Install Golang and VSCode IDE in Windows Theoretical.mp4 50.32 MB
2. Golang In Windows/2. Install Golang and VSCode IDE in Windows Practical.mp4 133.67 MB
20. Json/1. What is Json and how to use it.mp4 38.37 MB
20. Json/2. Converting Go Type into Json Format ( Marshal ).mp4 49.39 MB
20. Json/3. Converting Json Format to Go Type ( Un-marshal ).mp4 30.72 MB
20. Json/4. Streaming Encoders and Decoders.mp4 52.79 MB
20. Json/5. Project 1 - Implementing Server Section using Json.mp4 32.13 MB
20. Json/6. Project 2 - Implementing Client Section using Json.mp4 28.93 MB
21. Working with MySQL Database in GoLang/1. Database Concept.mp4 50.4 MB
21. Working with MySQL Database in GoLang/10. Project 3 - Create Main Function to using Database Functions.mp4 53.26 MB
21. Working with MySQL Database in GoLang/11. Project 4 - Create Select Based ID Function and related Query.mp4 47.02 MB
21. Working with MySQL Database in GoLang/12. Project 5 - Create Save Function and Implement related Query.mp4 54.46 MB
21. Working with MySQL Database in GoLang/13. Project 6 - Create Update Function and Implement related Query.mp4 60.04 MB
21. Working with MySQL Database in GoLang/14. Project 7 - Create Delete Function and Implement related Query.mp4 50.72 MB
21. Working with MySQL Database in GoLang/2. CRUD in Database.mp4 42.5 MB
21. Working with MySQL Database in GoLang/3. Database ER Diagrams.mp4 56.34 MB
21. Working with MySQL Database in GoLang/4. What is Query in Database.mp4 26.28 MB
21. Working with MySQL Database in GoLang/5. How to Create MySQL Database and its Tables.mp4 36.74 MB
21. Working with MySQL Database in GoLang/6. Create and Read Queries in MySQL Database.mp4 45.29 MB
21. Working with MySQL Database in GoLang/7. Update and Delete Queries in MySQL Database.mp4 33.8 MB
21. Working with MySQL Database in GoLang/8. Project 1 - How to Connect Go Program to MySQL Database.mp4 72.71 MB
21. Working with MySQL Database in GoLang/9. Project 2 - Create Select Function and related Query.mp4 40.49 MB
22. GORM/1. What is ORM.mp4 35.37 MB
22. GORM/10. Project 8 - Create Multiple Delete Function and related Query.mp4 67.95 MB
22. GORM/2. Preparing and Installing GORM in GoLang.mp4 23.23 MB
22. GORM/3. Project 1 - Connection to the Database.mp4 56.62 MB
22. GORM/4. Project 2 - Create Table Function and Design Main Layer.mp4 59.83 MB
22. GORM/5. Project 3 - Create Save Function and related Query.mp4 37.97 MB
22. GORM/6. Project 4 - Create Select Function and related Query.mp4 30.43 MB
22. GORM/7. Project 5 - Create Single Update Function and related Query.mp4 50.41 MB
22. GORM/8. Project 6 - Create Multiple Update Function and related Query.mp4 87.76 MB
22. GORM/9. Project 7 - Create Single Delete Function and related Query.mp4 38.49 MB
23. Protocol Buffer/1. Protocol Buffer Concept.mp4 33.23 MB
23. Protocol Buffer/2. How to use Protobuf.mp4 35.45 MB
23. Protocol Buffer/3. Protobuf Message Implementation.mp4 60.61 MB
23. Protocol Buffer/4. Project 1 - Protobuf and Main Function Implementation.mp4 17.88 MB
23. Protocol Buffer/5. Project 2 - Client Implementation.mp4 38.78 MB
23. Protocol Buffer/6. Project 3 - Server Implementation.mp4 56.37 MB
24. gRPC/1. What is gRPC.mp4 52.44 MB
24. gRPC/10. Project 8 - Main Layer - Main Function Implementing.mp4 70.46 MB
24. gRPC/11. Project 9 - Client Layer - RunGrpcServer Function Implementing.mp4 64.19 MB
24. gRPC/12. Project 10 - Client Layer - RunGrpcClient Function Implementing.mp4 109.63 MB
24. gRPC/13. Project 11 - Execute Program.mp4 31.25 MB
24. gRPC/2. Define gRPC Services.mp4 53.74 MB
24. gRPC/3. Project 1 - Building a Microservice - Define RPC Methods.mp4 57.49 MB
24. gRPC/4. Project 2 - Database Layer - Connect Function.mp4 68.71 MB
24. gRPC/5. Project 3 - Database Layer - SelectBasedID Function.mp4 50.47 MB
24. gRPC/6. Project 4 - Database Layer - SelectBasedName Function.mp4 64.69 MB
24. gRPC/7. Project 5 - Server Layer - gRPC Server Initializer Function.mp4 46.68 MB
24. gRPC/8. Project 6 - Server Layer - gRPC Server Methods Implementing 1.mp4 68.1 MB
24. gRPC/9. Project 7 - Server Layer - gRPC Server Methods Implementing 2.mp4 56.32 MB
25. Rest API/1. What is API and How its Work.mp4 38.35 MB
25. Rest API/10. Project 5 - Rest Layer - Select All Function.mp4 24.58 MB
25. Rest API/11. Project 6 - Rest Layer - Save Function.mp4 36.9 MB
25. Rest API/12. Project 7 - Rest Layer - Update Function.mp4 36.69 MB
25. Rest API/13. Project 8 - Rest Configuration - RestConfig Function.mp4 57.97 MB
25. Rest API/14. Project 9 - Rest Configuration - RestStart Function.mp4 46.96 MB
25. Rest API/15. Project 10 - Main Function.mp4 42.15 MB
25. Rest API/16. Project 11 - Execute Program.mp4 48.8 MB
25. Rest API/2. API Types and Use Cases.mp4 47.48 MB
25. Rest API/3. API Protocols.mp4 31.22 MB
25. Rest API/4. REST API Concept.mp4 52.15 MB
25. Rest API/5. REST API with Golang.mp4 38.87 MB
25. Rest API/6. Project 1 - Database Layer - Create Model and JSON File.mp4 69.78 MB
25. Rest API/7. Project 2 - Database Layer - Select Functions.mp4 64.45 MB
25. Rest API/8. Project 3 - Database Layer - Save , Update and Delete Functions.mp4 89.63 MB
25. Rest API/9. Project 4 - Rest Layer - Select Based Name Function.mp4 58.06 MB
26. WebSocket/1. What is WebSocket and when to use it..mp4 45.21 MB
26. WebSocket/10. Chat Project 9 - Execute Program.mp4 30.99 MB
26. WebSocket/2. Chat Project 1 - Define Socket Layer and Create Channels.mp4 48.07 MB
26. WebSocket/3. Chat Project 2 - Implements Channel Methods.mp4 49.15 MB
26. WebSocket/4. Chat Project 3 - Create Handler Method.mp4 28.75 MB
26. WebSocket/5. Chat Project 4 - Define Server Layer and Create Main Function.mp4 35.9 MB
26. WebSocket/6. Chat Project 5 - Create WebSocket Handler.mp4 46.03 MB
26. WebSocket/7. Chat Project 6 - Define Client Layer and Create IP Function.mp4 40.33 MB
26. WebSocket/8. Chat Project 7 - Send and Receive Messages.mp4 66.49 MB
26. WebSocket/9. Chat Project 8 - Create Web Client.mp4 102.69 MB
27. Final Words/1. Final Words.mp4 13.86 MB
3. Golang In Linux/1. Install GoLang and VSCode IDE in Linux Theoretical.mp4 85.54 MB
3. Golang In Linux/2. Install Golang and VSCode IDE in Linux Practical.mp4 101.04 MB
4. Variables/1. Variables Concept.mp4 50.79 MB
4. Variables/10. Scope of Variables.mp4 56.81 MB
4. Variables/2. Var Keyword Declaration - When the Type is Removed.mp4 59.51 MB
4. Variables/3. Var Keyword Declaration - When the Expression is Removed.mp4 19.35 MB
4. Variables/4. Var Keyword Declaration - Multiple Variables of the Same Type.mp4 18.87 MB
4. Variables/5. Var Keyword Declaration - Multiple Variables of Different Types.mp4 28.78 MB
4. Variables/6. Var Keyword Declaration - Default Value.mp4 17.38 MB
4. Variables/7. Var Keyword Declaration - Variables Declaration Block.mp4 15.31 MB
4. Variables/8. Short Variables - Declaration and Initialization.mp4 27.87 MB
4. Variables/9. Short Variables - Multiple Variables of Same and Different Types.mp4 40.53 MB
5. Data Types/1. Integers.mp4 41.69 MB
5. Data Types/2. Floating - Point Numbers.mp4 25.67 MB
5. Data Types/3. Complex Numbers.mp4 35.45 MB
5. Data Types/4. Boolean.mp4 24.6 MB
5. Data Types/5. String.mp4 22.1 MB
6. Operators/1. Arithmetic Operators.mp4 60.09 MB
6. Operators/2. Assignment Operators.mp4 35.68 MB
6. Operators/3. Comparison Operators.mp4 37.4 MB
6. Operators/4. Logical Operators.mp4 27.55 MB
6. Operators/5. Operators Precedence.mp4 16.17 MB
7. Decision Making/1. Decision Making Concept and If Statement.mp4 28.38 MB
7. Decision Making/2. If - Else Statement.mp4 21.77 MB
7. Decision Making/3. Nested If Statements.mp4 24.01 MB
7. Decision Making/4. If-else If-else Statement.mp4 25.23 MB
7. Decision Making/5. Switch Statement ( Expression Switch - Type Switch ).mp4 45.21 MB
8. Loops and Control Statements/1. Loops Concept and For Loop as simple.mp4 27.57 MB
8. Loops and Control Statements/2. infinite For-Loop.mp4 13.25 MB
8. Loops and Control Statements/3. For-Loop as while.mp4 5.92 MB
8. Loops and Control Statements/4. Control Statement Concept and Break Statement.mp4 23.9 MB
8. Loops and Control Statements/5. Continue Statement.mp4 21.01 MB
8. Loops and Control Statements/6. Goto Statement.mp4 24.07 MB
9. Array/1. Creating and Accessing an Array.mp4 50.76 MB
9. Array/2. Initializing Array with Ellipses, Specific and Filter Array Elements.mp4 43.99 MB
9. Array/3. Iterate over an Array.mp4 43.08 MB
9. Array/4. Copy an Array by Value and Reference into another Array.mp4 34.95 MB
9. Array/5. Two Dimensional Array.mp4 56.6 MB
9. Array/6. Some Important Things about Array.mp4 52.77 MB
其他位置