Full Stack Go Programming Golang from Beginner to Advance
Seeders : 28 Leechers : 9
| Torrent Hash : | 83D9F306E6BB33CB48B073FAFAF629521330644C |
| Torrent Added : | at June 24, 2023, 3:21 p.m. in Other |
| Torrent Size : | 8.7 GB |
Knox
Full Stack Go Programming Golang from Beginner to Advance
Fast And Direct Download Safely And Anonymously!
Fast And Direct Download Safely And Anonymously!
Note :
Please Update (Trackers Info) Before Start " Full Stack Go Programming Golang from Beginner to Advance" Torrent Downloading to See Updated Seeders And Leechers for Batter Torrent Download Speed.Torrent File Content (3 files)
Full Stack Go Programming Golang from Beginner to Advance
1. what you will learn.mp4 -
1. what you will learn.srt -
2. Introduction.mp4 -
2. Introduction.srt -
1. Slice Concept and Create Slice using Slice Literal.mp4 -
1. Slice Concept and Create Slice using Slice Literal.srt -
1.1 create slice using slice-literal.go -
10. Append a Slice to an existing Slice.mp4 -
10. Append a Slice to an existing Slice.srt -
10.1 10-append a slice to an existing slice.go -
11. Multi-Dimensional Slice.mp4 -
11. Multi-Dimensional Slice.srt -
11.1 11-multi-dimentinal slice.go -
2. Create Slice using Array.mp4 -
2. Create Slice using Array.srt -
2.1 2-create slice using already existing array.go -
3. Create Slice using already existing Slice.mp4 -
3. Create Slice using already existing Slice.srt -
3.1 3-create slice using already existing slice.go -
4. Create Slice using make function.mp4 -
4. Create Slice using make function.srt -
4.1 4-create slice using make function.go -
5. Iterate over Slice.mp4 -
5. Iterate over Slice.srt -
5.1 for-loop.go -
5.2 range.go -
5.3 while.go -
5.4 without-index.go -
6. Add Items to Existing Slice.mp4 -
6. Add Items to Existing Slice.srt -
6.1 6-add items to slice.go -
7. Modifying Slice Items.mp4 -
7. Modifying Slice Items.srt -
7.1 7-Modifying slice items.go -
8. Sorting of Slice.mp4 -
8. Sorting of Slice.srt -
8.1 sorting slice.go -
9. Copy Slice Items to another Slice.mp4 -
9. Copy Slice Items to another Slice.srt -
9.1 copy slice items to another slice.go -
1. Maps Specification.mp4 -
1. Maps Specification.srt -
2. Creating and Initializing Maps using Simple Way.mp4 -
2. Creating and Initializing Maps using Simple Way.srt -
2.1 simple.go -
3. Creating and Initializing Maps using make Function.mp4 -
3. Creating and Initializing Maps using make Function.srt -
4. Map Length and Accessing Items.mp4 -
4. Map Length and Accessing Items.srt -
4.1 len-funcion.go -
4.2 map-access-items.go -
5. Adding, Updating, and Deleting Map Items.mp4 -
5. Adding, Updating, and Deleting Map Items.srt -
5.1 add-update-delete-map.go -
6. Iterate over a Map.mp4 -
6. Iterate over a Map.srt -
6.1 iterate-map.go -
7. Map Sorting.mp4 -
7. Map Sorting.srt -
7.1 map-sort-based-keys.go -
7.2 map-sort-based-values.go -
8. Truncate Map.mp4 -
8. Truncate Map.srt -
8.1 map-truncate.go -
8.2 truncate-delete-function.go -
9. Map Merge.mp4 -
9. Map Merge.srt -
9.1 merge map.go -
1. Function Concept and Declaration.mp4 -
1. Function Concept and Declaration.srt -
2. Creating a Simple Function.mp4 -
2. Creating a Simple Function.srt -
2.1 simple function.go -
3. Function with Parameters.mp4 -
3. Function with Parameters.srt -
3.1 function with parameters.go -
4. Function with Return Types.mp4 -
4. Function with Return Types.srt -
5. Functions as Values.mp4 -
5. Functions as Values.srt -
5.1 function as values.go -
6. Function with Returning Multiple Values.mp4 -
6. Function with Returning Multiple Values.srt -
6.1 returning multi values.go -
7. Function Arguments.mp4 -
7. Function Arguments.srt -
7.1 call by reference.go -
7.2 call by value.go -
8. Anonymous Functions.mp4 -
8. Anonymous Functions.srt -
8.1 1- anonymous function.go -
8.2 2 - anonymous-variable.go -
8.3 3 -pass arguments.go -
8.4 4-return value.go -
1. Pointers in Golang.mp4 -
1. Pointers in Golang.srt -
1.1 pointers.go -
2. Nil Pointer and Changing Pointer Value.mp4 -
2. Nil Pointer and Changing Pointer Value.srt -
2.1 nill.go -
2.2 varriable-changes-pointer.go -
3. Sending a Variable to a Function.mp4 -
3. Sending a Variable to a Function.srt -
3.1 call by reference.go -
3.2 call by value.go -
4. Comparison Pointers.mp4 -
4. Comparison Pointers.srt -
4.1 comparsion pointers.go -
5. Double Pointer.mp4 -
5. Double Pointer.srt -
5.1 double pointer.go -
1. Struct Declaration.mp4 -
1. Struct Declaration.srt -
10. Anonymous Struct and field.mp4 -
10. Anonymous Struct and field.srt -
10.1 anonymous struct.go -
10.2 anonymouse field.go -
2. Creating Instances of Struct.mp4 -
2. Creating Instances of Struct.srt -
2.1 2- struct declaration and initialization.go -
3. Nested Struct.mp4 -
3. Nested Struct.srt -
3.1 3- nested structure.go -
4. Add Method to Struct - Method Receiver.mp4 -
4. Add Method to Struct - Method Receiver.srt -
4.1 4-method.go -
5. Method with Pointer Receiver.mp4 -
5. Method with Pointer Receiver.srt -
5.1 5-method by pointer.go -
6. Method can accept both Pointer and Value.mp4 -
6. Method can accept both Pointer and Value.srt -
6.1 6- method by pointer and value.go -
7. Assign Default Value for Struct Field.mp4 -
7. Assign Default Value for Struct Field.srt -
7.1 7 - assign default value.go -
8. Compare Structs with Different Values.mp4 -
8. Compare Structs with Different Values.srt -
8.1 8-comparsion.go -
9. Copy Struct using Call by Value and Call by Reference..mp4 -
9. Copy Struct using Call by Value and Call by Reference..srt -
9.1 9-1- copy struct by value.go -
9.2 9-2 - copy struct by reference.go -
1. Create and Implement an Interface.mp4 -
1. Create and Implement an Interface.srt -
1.1 1- interface.go -
2. Empty Interface.mp4 -
2. Empty Interface.srt -
2.1 2- empty interface.go -
3. Type Assertion.mp4 -
3. Type Assertion.srt -
3.1 3-1- assertion type mod1.go -
3.2 3-2-assertion type mod2.go -
4. Type Switch.mp4 -
4. Type Switch.srt -
4.1 4-type switch.go -
1. String Literals.mp4 -
1. String Literals.srt -
1.1 1-string literal.go -
10. Trim Suffix.mp4 -
10. Trim Suffix.srt -
10.1 10-trimsuffix.go -
11. Trim Prefix.mp4 -
11. Trim Prefix.srt -
11.1 11-trimPerfix.go -
12. Split.mp4 -
12. Split.srt -
12.1 12-split.go -
13. Split After.mp4 -
13. Split After.srt -
13.1 13-split after.go -
14. Split After N.mp4 -
14. Split After N.srt -
14.1 14-splitN.go -
15. Compare.mp4 -
15. Compare.srt -
15.1 15-1-compareByEqualsTo.go -
15.2 15-2compareByCompareFunction.go -
16. Join a String by Delimiter - Concatenating.mp4 -
16. Join a String by Delimiter - Concatenating.srt -
16.1 16.concatenating.go -
17. Contains.mp4 -
17. Contains.srt -
17.1 17-contains.go -
18. Fields.mp4 -
18. Fields.srt -
18.1 18-fields.go -
19. Replace.mp4 -
19. Replace.srt -
19.1 19-replace.go -
2. Strings are Immutable.mp4 -
2. Strings are Immutable.srt -
2.1 2 - immutable.go -
20. Index and Last Index.mp4 -
20. Index and Last Index.srt -
20.1 20-index.go -
20.2 20-lastIndex.go -
3. Iterate over String.mp4 -
3. Iterate over String.srt -
4. Access the Individual byte of String.mp4 -
4. Access the Individual byte of String.srt -
4.1 4-byte.go -
5. Find the Length of String.mp4 -
5. Find the Length of String.srt -
5.1 5-len.go -
6. Trim.mp4 -
6. Trim.srt -
6.1 6.trim.go -
7. Trim Left.mp4 -
7. Trim Left.srt -
7.1 7-trimLeft.go -
8. Trim Right.mp4 -
8. Trim Right.srt -
8.1 8 -trimRight.go -
9. Trim Space.mp4 -
9. Trim Space.srt -
9.1 9-trimSpace.go -
1. Print.mp4 -
1. Print.srt -
1.1 1-print.go -
10. Scan.mp4 -
10. Scan.srt -
10.1 10-scan.go -
11. Scanf.mp4 -
11. Scanf.srt -
11.1 scanf.go -
12. Scanln.mp4 -
12. Scanln.srt -
12.1 12-scanln.go -
13. Sscan.mp4 -
13. Sscan.srt -
13.1 13.Sscan.go -
14. Sscanf.mp4 -
14. Sscanf.srt -
14.1 14-Sscanf.go -
15. Sscanln.mp4 -
15. Sscanln.srt -
15.1 15-SscanLn.go -
16. Fscan.mp4 -
16. Fscan.srt -
16.1 16-Fscan.go -
17. Fscanf.mp4 -
17. Fscanf.srt -
17.1 17-FscanF.go -
18. Fscanln.mp4 -
18. Fscanln.srt -
18.1 18-FscanLn.go -
19. Errorf.mp4 -
19. Errorf.srt -
19.1 19-Errorf.go -
2. Printf.mp4 -
2. Printf.srt -
2.1 2-printf.go -
3. Println.mp4 -
3. Println.srt -
3.1 3-println.go -
4. Sprint.mp4 -
4. Sprint.srt -
4.1 4-sprint.go -
5. Sprintf.mp4 -
5. Sprintf.srt -
5.1 5-sprintf.go -
6. Sprintln.mp4 -
6. Sprintln.srt -
6.1 6-sprintln.go -
7. Fprint.mp4 -
7. Fprint.srt -
7.1 7-fprint.go -
8. Fprintf.mp4 -
8. Fprintf.srt -
8.1 8-fptintf.go -
9. Fprintln.mp4 -
9. Fprintln.srt -
9.1 9-fprintln.go -
1. How to Create a File.mp4 -
1. How to Create a File.srt -
1.1 1-empty-file.go -
10. Remove All Files and Directories.mp4 -
10. Remove All Files and Directories.srt -
10.1 10.deleteAllFilesAndFolders.go -
11. Iterate over all Files and Directories.mp4 -
11. Iterate over all Files and Directories.srt -
11.1 11-IterateOverAllFilesAndFolders .go -
2. Create a Directory in Current Path and Full Qualified Path.mp4 -
2. Create a Directory in Current Path and Full Qualified Path.srt -
2.1 2-newDirectory.go -
3. Rename File or Directory.mp4 -
3. Rename File or Directory.srt -
3.1 3-1-rename-file.go -
3.2 3-2-rename-directory.go -
4. How to check whether a file or directory exists.mp4 -
4. How to check whether a file or directory exists.srt -
4.1 4-1-fileNotFound.go -
4.2 4-2-folderNotFound.go -
5. How to get File Information.mp4 -
5. How to get File Information.srt -
5.1 5-fileStatInfo.go -
6. How to Read data from a File.mp4 -
6. How to Read data from a File.srt -
6.1 6-readFile.go -
7. How to Write data to a File.mp4 -
7. How to Write data to a File.srt -
7.1 7-writeFile.go -
8. Example for Write and Read data in File.mp4 -
8. Example for Write and Read data in File.srt -
8.1 8-readAndWriteFileSample.go -
9. How to Delete File and Directory.mp4 -
9. How to Delete File and Directory.srt -
9.1 9-deleteFileAndFolder.go -
1. Concurrency and Parallelism.mp4 -
1. Concurrency and Parallelism.srt -
10. Buffered Channel.mp4 -
10. Buffered Channel.srt -
10.1 10-buffered channel.go -
11. Length and Capacity of Channel.mp4 -
11. Length and Capacity of Channel.srt -
11.1 11-length and capacity.go -
12. Channels as Function Argument.mp4 -
12. Channels as Function Argument.srt -
12.1 12-channels as function argument.go -
13. only Send Channel - only Receive Channel - only Pointer Channel.mp4 -
13. only Send Channel - only Receive Channel - only Pointer Channel.srt -
13.1 1-only send channel.go -
13.2 2-only receive channel.go -
13.3 3-send pointer to channel.go -
14. Receive all Values from a Channel using For - Range Loop.mp4 -
14. Receive all Values from a Channel using For - Range Loop.srt -
14.1 14-receive all values from a channel.go -
15. Select Statement in Channel.mp4 -
15. Select Statement in Channel.srt -
15.1 15-select statement.go -
2. Goroutine Concept.mp4 -
2. Goroutine Concept.srt -
3. Create a Goroutine.mp4 -
3. Create a Goroutine.srt -
3.1 3-create a goroutine.go -
4. Main Goroutine.mp4 -
4. Main Goroutine.srt -
4.1 4-main goroutine.go -
5. Multiple Goroutines.mp4 -
5. Multiple Goroutines.srt -
5.1 5-multiple goroutines.go -
6. Anonymous Goroutine.mp4 -
6. Anonymous Goroutine.srt -
6.1 6-anonymous Groutine.go -
7. Channel and how to Creating it.mp4 -
7. Channel and how to Creating it.srt -
7.1 7-channel and creating it.go -
8. Send and Receive data from a Channel.mp4 -
8. Send and Receive data from a Channel.srt -
8.1 8-send and receive from a channel.go -
9. Closing a Channel.mp4 -
9. Closing a Channel.srt -
9.1 9-closing a channel.go -
1. Install Golang and VSCode IDE in Windows Theoretical.mp4 -
1. Install Golang and VSCode IDE in Windows Theoretical.srt -
2. Install Golang and VSCode IDE in Windows Practical.mp4 -
2. Install Golang and VSCode IDE in Windows Practical.srt -
1. What is Json and how to use it.mp4 -
1. What is Json and how to use it.srt -
2. Converting Go Type into Json Format ( Marshal ).mp4 -
2. Converting Go Type into Json Format ( Marshal ).srt -
2.1 2-converting go type into json format.go -
3. Converting Json Format to Go Type ( Un-marshal ).mp4 -
3. Converting Json Format to Go Type ( Un-marshal ).srt -
3.1 3-json-converting json data to golang.go -
4. Streaming Encoders and Decoders.mp4 -
4. Streaming Encoders and Decoders.srt -
4.1 4-json-streaming encoders and decoders.go -
5. Project 1 - Implementing Server Section using Json.mp4 -
5. Project 1 - Implementing Server Section using Json.srt -
config.json -
main.go -
microweb.go -
6. Project 2 - Implementing Client Section using Json.mp4 -
6. Project 2 - Implementing Client Section using Json.srt -
1. Database Concept.mp4 -
1. Database Concept.srt -
10. Project 3 - Create Main Function to using Database Functions.mp4 -
10. Project 3 - Create Main Function to using Database Functions.srt -
11. Project 4 - Create Select Based ID Function and related Query.mp4 -
11. Project 4 - Create Select Based ID Function and related Query.srt -
12. Project 5 - Create Save Function and Implement related Query.mp4 -
12. Project 5 - Create Save Function and Implement related Query.srt -
13. Project 6 - Create Update Function and Implement related Query.mp4 -
13. Project 6 - Create Update Function and Implement related Query.srt -
14. Project 7 - Create Delete Function and Implement related Query.mp4 -
14. Project 7 - Create Delete Function and Implement related Query.srt -
2. CRUD in Database.mp4 -
2. CRUD in Database.srt -
3. Database ER Diagrams.mp4 -
3. Database ER Diagrams.srt -
4. What is Query in Database.mp4 -
4. What is Query in Database.srt -
5. How to Create MySQL Database and its Tables.mp4 -
5. How to Create MySQL Database and its Tables.srt -
6. Create and Read Queries in MySQL Database.mp4 -
6. Create and Read Queries in MySQL Database.srt -
7. Update and Delete Queries in MySQL Database.mp4 -
7. Update and Delete Queries in MySQL Database.srt -
8. Project 1 - How to Connect Go Program to MySQL Database.mp4 -
8. Project 1 - How to Connect Go Program to MySQL Database.srt -
9. Project 2 - Create Select Function and related Query.mp4 -
9. Project 2 - Create Select Function and related Query.srt -
config.json -
dbconnection.go -
main.go -
student.go -
1. What is ORM.mp4 -
1. What is ORM.srt -
10. Project 8 - Create Multiple Delete Function and related Query.mp4 -
10. Project 8 - Create Multiple Delete Function and related Query.srt -
2. Preparing and Installing GORM in GoLang.mp4 -
2. Preparing and Installing GORM in GoLang.srt -
3. Project 1 - Connection to the Database.mp4 -
3. Project 1 - Connection to the Database.srt -
4. Project 2 - Create Table Function and Design Main Layer.mp4 -
4. Project 2 - Create Table Function and Design Main Layer.srt -
5. Project 3 - Create Save Function and related Query.mp4 -
5. Project 3 - Create Save Function and related Query.srt -
6. Project 4 - Create Select Function and related Query.mp4 -
6. Project 4 - Create Select Function and related Query.srt -
7. Project 5 - Create Single Update Function and related Query.mp4 -
7. Project 5 - Create Single Update Function and related Query.srt -
8. Project 6 - Create Multiple Update Function and related Query.mp4 -
8. Project 6 - Create Multiple Update Function and related Query.srt -
9. Project 7 - Create Single Delete Function and related Query.mp4 -
9. Project 7 - Create Single Delete Function and related Query.srt -
config.json -
dbconnection.go -
main.go -
student.go -
1. Protocol Buffer Concept.mp4 -
1. Protocol Buffer Concept.srt -
2. How to use Protobuf.mp4 -
2. How to use Protobuf.srt -
3. Protobuf Message Implementation.mp4 -
3. Protobuf Message Implementation.srt -
4. Project 1 - Protobuf and Main Function Implementation.mp4 -
4. Project 1 - Protobuf and Main Function Implementation.srt -
5. Project 2 - Client Implementation.mp4 -
5. Project 2 - Client Implementation.srt -
6. Project 3 - Server Implementation.mp4 -
6. Project 3 - Server Implementation.srt -
main.go -
person.pb.go -
person.proto -
1. What is gRPC.mp4 -
1. What is gRPC.srt -
10. Project 8 - Main Layer - Main Function Implementing.mp4 -
10. Project 8 - Main Layer - Main Function Implementing.srt -
11. Project 9 - Client Layer - RunGrpcServer Function Implementing.mp4 -
11. Project 9 - Client Layer - RunGrpcServer Function Implementing.srt -
12. Project 10 - Client Layer - RunGrpcClient Function Implementing.mp4 -
12. Project 10 - Client Layer - RunGrpcClient Function Implementing.srt -
13. Project 11 - Execute Program.mp4 -
13. Project 11 - Execute Program.srt -
2. Define gRPC Services.mp4 -
2. Define gRPC Services.srt -
3. Project 1 - Building a Microservice - Define RPC Methods.mp4 -
3. Project 1 - Building a Microservice - Define RPC Methods.srt -
4. Project 2 - Database Layer - Connect Function.mp4 -
4. Project 2 - Database Layer - Connect Function.srt -
5. Project 3 - Database Layer - SelectBasedID Function.mp4 -
5. Project 3 - Database Layer - SelectBasedID Function.srt -
6. Project 4 - Database Layer - SelectBasedName Function.mp4 -
6. Project 4 - Database Layer - SelectBasedName Function.srt -
7. Project 5 - Server Layer - gRPC Server Initializer Function.mp4 -
7. Project 5 - Server Layer - gRPC Server Initializer Function.srt -
8. Project 6 - Server Layer - gRPC Server Methods Implementing 1.mp4 -
8. Project 6 - Server Layer - gRPC Server Methods Implementing 1.srt -
9. Project 7 - Server Layer - gRPC Server Methods Implementing 2.mp4 -
9. Project 7 - Server Layer - gRPC Server Methods Implementing 2.srt -
config.json -
dbconnection.go -
main.go -
student.go -
student.pb.go -
student.proto -
student_grpc.pb.go -
servicecontroller.go -
1. What is API and How its Work.mp4 -
1. What is API and How its Work.srt -
10. Project 5 - Rest Layer - Select All Function.mp4 -
10. Project 5 - Rest Layer - Select All Function.srt -
11. Project 6 - Rest Layer - Save Function.mp4 -
11. Project 6 - Rest Layer - Save Function.srt -
12. Project 7 - Rest Layer - Update Function.mp4 -
12. Project 7 - Rest Layer - Update Function.srt -
13. Project 8 - Rest Configuration - RestConfig Function.mp4 -
13. Project 8 - Rest Configuration - RestConfig Function.srt -
14. Project 9 - Rest Configuration - RestStart Function.mp4 -
14. Project 9 - Rest Configuration - RestStart Function.srt -
15. Project 10 - Main Function.mp4 -
15. Project 10 - Main Function.srt -
16. Project 11 - Execute Program.mp4 -
16. Project 11 - Execute Program.srt -
2. API Types and Use Cases.mp4 -
2. API Types and Use Cases.srt -
3. API Protocols.mp4 -
3. API Protocols.srt -
4. REST API Concept.mp4 -
4. REST API Concept.srt -
5. REST API with Golang.mp4 -
5. REST API with Golang.srt -
6. Project 1 - Database Layer - Create Model and JSON File.mp4 -
6. Project 1 - Database Layer - Create Model and JSON File.srt -
7. Project 2 - Database Layer - Select Functions.mp4 -
7. Project 2 - Database Layer - Select Functions.srt -
8. Project 3 - Database Layer - Save , Update and Delete Functions.mp4 -
8. Project 3 - Database Layer - Save , Update and Delete Functions.srt -
9. Project 4 - Rest Layer - Select Based Name Function.mp4 -
9. Project 4 - Rest Layer - Select Based Name Function.srt -
config.json -
dbconnection.go -
student.go -
main.go -
restConfig.go -
restFunctions.go -
1. What is WebSocket and when to use it..mp4 -
1. What is WebSocket and when to use it..srt -
10. Chat Project 9 - Execute Program.mp4 -
10. Chat Project 9 - Execute Program.srt -
2. Chat Project 1 - Define Socket Layer and Create Channels.mp4 -
2. Chat Project 1 - Define Socket Layer and Create Channels.srt -
3. Chat Project 2 - Implements Channel Methods.mp4 -
3. Chat Project 2 - Implements Channel Methods.srt -
4. Chat Project 3 - Create Handler Method.mp4 -
4. Chat Project 3 - Create Handler Method.srt -
5. Chat Project 4 - Define Server Layer and Create Main Function.mp4 -
5. Chat Project 4 - Define Server Layer and Create Main Function.srt -
6. Chat Project 5 - Create WebSocket Handler.mp4 -
6. Chat Project 5 - Create WebSocket Handler.srt -
7. Chat Project 6 - Define Client Layer and Create IP Function.mp4 -
7. Chat Project 6 - Define Client Layer and Create IP Function.srt -
8. Chat Project 7 - Send and Receive Messages.mp4 -
8. Chat Project 7 - Send and Receive Messages.srt -
9. Chat Project 8 - Create Web Client.mp4 -
9. Chat Project 8 - Create Web Client.srt -
1. Final Words.mp4 -
1. Final Words.srt -
1. Install GoLang and VSCode IDE in Linux Theoretical.mp4 -
1. Install GoLang and VSCode IDE in Linux Theoretical.srt -
2. Install Golang and VSCode IDE in Linux Practical.mp4 -
2. Install Golang and VSCode IDE in Linux Practical.srt -
1. Variables Concept.mp4 -
1. Variables Concept.srt -
10. Scope of Variables.mp4 -
10. Scope of Variables.srt -
10.1 local-global-variable-preference.go -
10.2 local-global-variable.go -
10.3 local-variable-scop.go -
2. Var Keyword Declaration - When the Type is Removed.mp4 -
2. Var Keyword Declaration - When the Type is Removed.srt -
2.1 var-without-type.go -
3. Var Keyword Declaration - When the Expression is Removed.mp4 -
3. Var Keyword Declaration - When the Expression is Removed.srt -
3.1 var-without-expression.go -
4. Var Keyword Declaration - Multiple Variables of the Same Type.mp4 -
4. Var Keyword Declaration - Multiple Variables of the Same Type.srt -
4.1 var-multiple-same-type.go -
5. Var Keyword Declaration - Multiple Variables of Different Types.mp4 -
5. Var Keyword Declaration - Multiple Variables of Different Types.srt -
5.1 var-multiple-different-type.go -
6. Var Keyword Declaration - Default Value.mp4 -
6. Var Keyword Declaration - Default Value.srt -
6.1 var-default-value.go -
7. Var Keyword Declaration - Variables Declaration Block.mp4 -
7. Var Keyword Declaration - Variables Declaration Block.srt -
7.1 var-grouped-blocks.go -
8. Short Variables - Declaration and Initialization.mp4 -
8. Short Variables - Declaration and Initialization.srt -
8.1 short-declarationone.go -
9. Short Variables - Multiple Variables of Same and Different Types.mp4 -
9. Short Variables - Multiple Variables of Same and Different Types.srt -
9.1 multiple variables by differents type.go -
9.2 multiple variables of same type in single declaration.go -
1. Integers.mp4 -
1. Integers.srt -
1.1 integer.go -
2. Floating - Point Numbers.mp4 -
2. Floating - Point Numbers.srt -
2.1 float.go -
3. Complex Numbers.mp4 -
3. Complex Numbers.srt -
3.1 complex-arithmetic.go -
3.2 complex-compile-error.go -
3.3 complex-define.go -
4. Boolean.mp4 -
4. Boolean.srt -
4.1 boolean.go -
5. String.mp4 -
5. String.srt -
5.1 string.go -
1. Arithmetic Operators.mp4 -
1. Arithmetic Operators.srt -
1.1 addition.go -
1.2 decrement.go -
1.3 division.go -
1.4 increment.go -
1.5 modulus.go -
1.6 multiplication.go -
1.7 subtraction.go -
2. Assignment Operators.mp4 -
2. Assignment Operators.srt -
2.1 assignment.go -
3. Comparison Operators.mp4 -
3. Comparison Operators.srt -
3.1 equal-to.go -
3.2 greater-than-equal-to.go -
3.3 greater-than.go -
3.4 less-than-equal-to.go -
3.5 less-than.go -
3.6 not-equal-to.go -
4. Logical Operators.mp4 -
4. Logical Operators.srt -
4.1 logicaland.go -
4.2 logicalnot.go -
4.3 logicalor.go -
5. Operators Precedence.mp4 -
5. Operators Precedence.srt -
5.1 precedence.go -
1. Decision Making Concept and If Statement.mp4 -
1. Decision Making Concept and If Statement.srt -
1.1 if.go -
2. If - Else Statement.mp4 -
2. If - Else Statement.srt -
2.1 if-else.go -
3. Nested If Statements.mp4 -
3. Nested If Statements.srt -
3.1 nested-if.go -
4. If-else If-else Statement.mp4 -
4. If-else If-else Statement.srt -
4.1 if-elseif-else.go -
5. Switch Statement ( Expression Switch - Type Switch ).mp4 -
5. Switch Statement ( Expression Switch - Type Switch ).srt -
5.1 expression-switch.go -
5.2 type-switch.go -
1. Loops Concept and For Loop as simple.mp4 -
1. Loops Concept and For Loop as simple.srt -
1.1 simple.go -
2. infinite For-Loop.mp4 -
2. infinite For-Loop.srt -
2.1 infinite.go -
3. For-Loop as while.mp4 -
3. For-Loop as while.srt -
3.1 while.go -
4. Control Statement Concept and Break Statement.mp4 -
4. Control Statement Concept and Break Statement.srt -
4.1 break.go -
5. Continue Statement.mp4 -
5. Continue Statement.srt -
5.1 continue.go -
6. Goto Statement.mp4 -
6. Goto Statement.srt -
6.1 goto.go -
1. Creating and Accessing an Array.mp4 -
1. Creating and Accessing an Array.srt -
1.1 1.var.go -
1.2 2-shorthand.go -
2. Initializing Array with Ellipses, Specific and Filter Array Elements.mp4 -
2. Initializing Array with Ellipses, Specific and Filter Array Elements.srt -
2.1 elipses..go -
2.2 filter.go -
2.3 specifi-array.go -
3. Iterate over an Array.mp4 -
3. Iterate over an Array.srt -
3.1 for-loop.go -
4. Copy an Array by Value and Reference into another Array.mp4 -
4. Copy an Array by Value and Reference into another Array.srt -
4.1 copy-array.go -
5. Two Dimensional Array.mp4 -
5. Two Dimensional Array.srt -
5.1 two-dimentinal-by-shorthand.go -
5.2 two-dimentinal-by-var.go -
6. Some Important Things about Array.mp4 -
6. Some Important Things about Array.srt -
6.1 1.go -
6.2 2.go -
6.3 3.go -
6.4 4.go -
6.5 5.go -
Please login or create a FREE account to post comments
1. what you will learn.mp4 -
24.9 MB
1. what you will learn.srt -
8.7 KB
2. Introduction.mp4 -
68.5 MB
2. Introduction.srt -
13.1 KB
1. Slice Concept and Create Slice using Slice Literal.mp4 -
41.1 MB
1. Slice Concept and Create Slice using Slice Literal.srt -
5.8 KB
1.1 create slice using slice-literal.go -
211 bytes
10. Append a Slice to an existing Slice.mp4 -
16.6 MB
10. Append a Slice to an existing Slice.srt -
2.4 KB
10.1 10-append a slice to an existing slice.go -
244 bytes
11. Multi-Dimensional Slice.mp4 -
14.1 MB
11. Multi-Dimensional Slice.srt -
2.2 KB
11.1 11-multi-dimentinal slice.go -
178 bytes
2. Create Slice using Array.mp4 -
28.9 MB
2. Create Slice using Array.srt -
4.2 KB
2.1 2-create slice using already existing array.go -
357 bytes
3. Create Slice using already existing Slice.mp4 -
33.3 MB
3. Create Slice using already existing Slice.srt -
4.7 KB
3.1 3-create slice using already existing slice.go -
462 bytes
4. Create Slice using make function.mp4 -
29.1 MB
4. Create Slice using make function.srt -
4.3 KB
4.1 4-create slice using make function.go -
309 bytes
5. Iterate over Slice.mp4 -
30.7 MB
5. Iterate over Slice.srt -
5.0 KB
5.1 for-loop.go -
166 bytes
5.2 range.go -
200 bytes
5.3 while.go -
168 bytes
5.4 without-index.go -
178 bytes
6. Add Items to Existing Slice.mp4 -
31.2 MB
6. Add Items to Existing Slice.srt -
4.4 KB
6.1 6-add items to slice.go -
348 bytes
7. Modifying Slice Items.mp4 -
24.5 MB
7. Modifying Slice Items.srt -
3.5 KB
7.1 7-Modifying slice items.go -
331 bytes
8. Sorting of Slice.mp4 -
31.8 MB
8. Sorting of Slice.srt -
4.2 KB
8.1 sorting slice.go -
430 bytes
9. Copy Slice Items to another Slice.mp4 -
24.1 MB
9. Copy Slice Items to another Slice.srt -
3.4 KB
9.1 copy slice items to another slice.go -
320 bytes
1. Maps Specification.mp4 -
33.8 MB
1. Maps Specification.srt -
4.2 KB
2. Creating and Initializing Maps using Simple Way.mp4 -
27.4 MB
2. Creating and Initializing Maps using Simple Way.srt -
3.9 KB
2.1 simple.go -
306 bytes
3. Creating and Initializing Maps using make Function.mp4 -
19.8 MB
3. Creating and Initializing Maps using make Function.srt -
2.9 KB
4. Map Length and Accessing Items.mp4 -
29.9 MB
4. Map Length and Accessing Items.srt -
4.4 KB
4.1 len-funcion.go -
273 bytes
4.2 map-access-items.go -
280 bytes
5. Adding, Updating, and Deleting Map Items.mp4 -
42.2 MB
5. Adding, Updating, and Deleting Map Items.srt -
5.4 KB
5.1 add-update-delete-map.go -
650 bytes
6. Iterate over a Map.mp4 -
18.2 MB
6. Iterate over a Map.srt -
2.5 KB
6.1 iterate-map.go -
320 bytes
7. Map Sorting.mp4 -
37.3 MB
7. Map Sorting.srt -
5.1 KB
7.1 map-sort-based-keys.go -
512 bytes
7.2 map-sort-based-values.go -
393 bytes
8. Truncate Map.mp4 -
26.2 MB
8. Truncate Map.srt -
3.4 KB
8.1 map-truncate.go -
334 bytes
8.2 truncate-delete-function.go -
316 bytes
9. Map Merge.mp4 -
20.6 MB
9. Map Merge.srt -
2.4 KB
9.1 merge map.go -
352 bytes
1. Function Concept and Declaration.mp4 -
38.8 MB
1. Function Concept and Declaration.srt -
4.6 KB
2. Creating a Simple Function.mp4 -
17.8 MB
2. Creating a Simple Function.srt -
3.4 KB
2.1 simple function.go -
132 bytes
3. Function with Parameters.mp4 -
18.0 MB
3. Function with Parameters.srt -
2.9 KB
3.1 function with parameters.go -
161 bytes
4. Function with Return Types.mp4 -
19.8 MB
4. Function with Return Types.srt -
3.2 KB
5. Functions as Values.mp4 -
17.1 MB
5. Functions as Values.srt -
2.8 KB
5.1 function as values.go -
162 bytes
6. Function with Returning Multiple Values.mp4 -
36.0 MB
6. Function with Returning Multiple Values.srt -
4.4 KB
6.1 returning multi values.go -
279 bytes
7. Function Arguments.mp4 -
56.3 MB
7. Function Arguments.srt -
8.2 KB
7.1 call by reference.go -
305 bytes
7.2 call by value.go -
305 bytes
8. Anonymous Functions.mp4 -
38.2 MB
8. Anonymous Functions.srt -
6.9 KB
8.1 1- anonymous function.go -
149 bytes
8.2 2 - anonymous-variable.go -
238 bytes
8.3 3 -pass arguments.go -
184 bytes
8.4 4-return value.go -
145 bytes
1. Pointers in Golang.mp4 -
51.4 MB
1. Pointers in Golang.srt -
7.1 KB
1.1 pointers.go -
319 bytes
2. Nil Pointer and Changing Pointer Value.mp4 -
41.9 MB
2. Nil Pointer and Changing Pointer Value.srt -
5.8 KB
2.1 nill.go -
132 bytes
2.2 varriable-changes-pointer.go -
447 bytes
3. Sending a Variable to a Function.mp4 -
13.8 MB
3. Sending a Variable to a Function.srt -
6.1 KB
3.1 call by reference.go -
245 bytes
3.2 call by value.go -
244 bytes
4. Comparison Pointers.mp4 -
41.1 MB
4. Comparison Pointers.srt -
4.9 KB
4.1 comparsion pointers.go -
590 bytes
5. Double Pointer.mp4 -
37.0 MB
5. Double Pointer.srt -
4.9 KB
5.1 double pointer.go -
377 bytes
1. Struct Declaration.mp4 -
33.1 MB
1. Struct Declaration.srt -
4.5 KB
10. Anonymous Struct and field.mp4 -
28.7 MB
10. Anonymous Struct and field.srt -
4.5 KB
10.1 anonymous struct.go -
290 bytes
10.2 anonymouse field.go -
211 bytes
2. Creating Instances of Struct.mp4 -
53.2 MB
2. Creating Instances of Struct.srt -
8.8 KB
2.1 2- struct declaration and initialization.go -
1.0 KB
3. Nested Struct.mp4 -
25.0 MB
3. Nested Struct.srt -
3.7 KB
3.1 3- nested structure.go -
475 bytes
4. Add Method to Struct - Method Receiver.mp4 -
27.7 MB
4. Add Method to Struct - Method Receiver.srt -
4.2 KB
4.1 4-method.go -
511 bytes
5. Method with Pointer Receiver.mp4 -
29.7 MB
5. Method with Pointer Receiver.srt -
4.2 KB
5.1 5-method by pointer.go -
689 bytes
6. Method can accept both Pointer and Value.mp4 -
37.5 MB
6. Method can accept both Pointer and Value.srt -
5.0 KB
6.1 6- method by pointer and value.go -
839 bytes
7. Assign Default Value for Struct Field.mp4 -
34.3 MB
7. Assign Default Value for Struct Field.srt -
5.3 KB
7.1 7 - assign default value.go -
486 bytes
8. Compare Structs with Different Values.mp4 -
21.3 MB
8. Compare Structs with Different Values.srt -
2.8 KB
8.1 8-comparsion.go -
573 bytes
9. Copy Struct using Call by Value and Call by Reference..mp4 -
48.3 MB
9. Copy Struct using Call by Value and Call by Reference..srt -
6.4 KB
9.1 9-1- copy struct by value.go -
725 bytes
9.2 9-2 - copy struct by reference.go -
849 bytes
1. Create and Implement an Interface.mp4 -
53.2 MB
1. Create and Implement an Interface.srt -
7.7 KB
1.1 1- interface.go -
940 bytes
2. Empty Interface.mp4 -
19.5 MB
2. Empty Interface.srt -
3.2 KB
2.1 2- empty interface.go -
195 bytes
3. Type Assertion.mp4 -
46.1 MB
3. Type Assertion.srt -
7.7 KB
3.1 3-1- assertion type mod1.go -
234 bytes
3.2 3-2-assertion type mod2.go -
304 bytes
4. Type Switch.mp4 -
30.5 MB
4. Type Switch.srt -
4.5 KB
4.1 4-type switch.go -
540 bytes
1. String Literals.mp4 -
35.6 MB
1. String Literals.srt -
5.1 KB
1.1 1-string literal.go -
597 bytes
10. Trim Suffix.mp4 -
30.0 MB
10. Trim Suffix.srt -
4.1 KB
10.1 10-trimsuffix.go -
659 bytes
11. Trim Prefix.mp4 -
28.8 MB
11. Trim Prefix.srt -
3.9 KB
11.1 11-trimPerfix.go -
653 bytes
12. Split.mp4 -
44.9 MB
12. Split.srt -
5.9 KB
12.1 12-split.go -
792 bytes
13. Split After.mp4 -
38.5 MB
13. Split After.srt -
5.4 KB
13.1 13-split after.go -
812 bytes
14. Split After N.mp4 -
42.5 MB
14. Split After N.srt -
6.0 KB
14.1 14-splitN.go -
824 bytes
15. Compare.mp4 -
50.4 MB
15. Compare.srt -
6.6 KB
15.1 15-1-compareByEqualsTo.go -
517 bytes
15.2 15-2compareByCompareFunction.go -
273 bytes
16. Join a String by Delimiter - Concatenating.mp4 -
31.3 MB
16. Join a String by Delimiter - Concatenating.srt -
3.8 KB
16.1 16.concatenating.go -
492 bytes
17. Contains.mp4 -
23.9 MB
17. Contains.srt -
3.5 KB
17.1 17-contains.go -
345 bytes
18. Fields.mp4 -
16.6 MB
18. Fields.srt -
2.3 KB
18.1 18-fields.go -
224 bytes
19. Replace.mp4 -
23.3 MB
19. Replace.srt -
3.5 KB
19.1 19-replace.go -
215 bytes
2. Strings are Immutable.mp4 -
14.8 MB
2. Strings are Immutable.srt -
2.3 KB
2.1 2 - immutable.go -
366 bytes
20. Index and Last Index.mp4 -
34.4 MB
20. Index and Last Index.srt -
5.0 KB
20.1 20-index.go -
261 bytes
20.2 20-lastIndex.go -
173 bytes
3. Iterate over String.mp4 -
19.8 MB
3. Iterate over String.srt -
2.6 KB
4. Access the Individual byte of String.mp4 -
17.9 MB
4. Access the Individual byte of String.srt -
2.4 KB
4.1 4-byte.go -
294 bytes
5. Find the Length of String.mp4 -
23.0 MB
5. Find the Length of String.srt -
3.2 KB
5.1 5-len.go -
599 bytes
6. Trim.mp4 -
33.3 MB
6. Trim.srt -
4.4 KB
6.1 6.trim.go -
649 bytes
7. Trim Left.mp4 -
27.8 MB
7. Trim Left.srt -
3.9 KB
7.1 7-trimLeft.go -
656 bytes
8. Trim Right.mp4 -
29.0 MB
8. Trim Right.srt -
4.3 KB
8.1 8 -trimRight.go -
672 bytes
9. Trim Space.mp4 -
25.0 MB
9. Trim Space.srt -
3.8 KB
9.1 9-trimSpace.go -
647 bytes
1. Print.mp4 -
36.0 MB
1. Print.srt -
5.1 KB
1.1 1-print.go -
370 bytes
10. Scan.mp4 -
27.3 MB
10. Scan.srt -
3.6 KB
10.1 10-scan.go -
420 bytes
11. Scanf.mp4 -
32.8 MB
11. Scanf.srt -
4.5 KB
11.1 scanf.go -
292 bytes
12. Scanln.mp4 -
23.6 MB
12. Scanln.srt -
3.6 KB
12.1 12-scanln.go -
353 bytes
13. Sscan.mp4 -
31.6 MB
13. Sscan.srt -
4.1 KB
13.1 13.Sscan.go -
682 bytes
14. Sscanf.mp4 -
34.3 MB
14. Sscanf.srt -
4.8 KB
14.1 14-Sscanf.go -
653 bytes
15. Sscanln.mp4 -
26.0 MB
15. Sscanln.srt -
3.5 KB
15.1 15-SscanLn.go -
509 bytes
16. Fscan.mp4 -
34.8 MB
16. Fscan.srt -
4.5 KB
16.1 16-Fscan.go -
800 bytes
17. Fscanf.mp4 -
39.6 MB
17. Fscanf.srt -
5.0 KB
17.1 17-FscanF.go -
818 bytes
18. Fscanln.mp4 -
34.4 MB
18. Fscanln.srt -
4.5 KB
18.1 18-FscanLn.go -
817 bytes
19. Errorf.mp4 -
22.9 MB
19. Errorf.srt -
3.1 KB
19.1 19-Errorf.go -
268 bytes
2. Printf.mp4 -
27.2 MB
2. Printf.srt -
3.6 KB
2.1 2-printf.go -
420 bytes
3. Println.mp4 -
26.3 MB
3. Println.srt -
3.7 KB
3.1 3-println.go -
459 bytes
4. Sprint.mp4 -
23.1 MB
4. Sprint.srt -
3.3 KB
4.1 4-sprint.go -
208 bytes
5. Sprintf.mp4 -
31.0 MB
5. Sprintf.srt -
4.4 KB
5.1 5-sprintf.go -
710 bytes
6. Sprintln.mp4 -
35.8 MB
6. Sprintln.srt -
5.2 KB
6.1 6-sprintln.go -
803 bytes
7. Fprint.mp4 -
28.9 MB
7. Fprint.srt -
4.0 KB
7.1 7-fprint.go -
495 bytes
8. Fprintf.mp4 -
29.4 MB
8. Fprintf.srt -
4.2 KB
8.1 8-fptintf.go -
509 bytes
9. Fprintln.mp4 -
39.1 MB
9. Fprintln.srt -
5.3 KB
9.1 9-fprintln.go -
876 bytes
1. How to Create a File.mp4 -
28.1 MB
1. How to Create a File.srt -
3.5 KB
1.1 1-empty-file.go -
192 bytes
10. Remove All Files and Directories.mp4 -
31.9 MB
10. Remove All Files and Directories.srt -
5.6 KB
10.1 10.deleteAllFilesAndFolders.go -
240 bytes
11. Iterate over all Files and Directories.mp4 -
47.7 MB
11. Iterate over all Files and Directories.srt -
5.8 KB
11.1 11-IterateOverAllFilesAndFolders .go -
512 bytes
2. Create a Directory in Current Path and Full Qualified Path.mp4 -
27.3 MB
2. Create a Directory in Current Path and Full Qualified Path.srt -
4.6 KB
2.1 2-newDirectory.go -
327 bytes
3. Rename File or Directory.mp4 -
45.3 MB
3. Rename File or Directory.srt -
6.7 KB
3.1 3-1-rename-file.go -
287 bytes
3.2 3-2-rename-directory.go -
273 bytes
4. How to check whether a file or directory exists.mp4 -
27.1 MB
4. How to check whether a file or directory exists.srt -
4.3 KB
4.1 4-1-fileNotFound.go -
237 bytes
4.2 4-2-folderNotFound.go -
202 bytes
5. How to get File Information.mp4 -
32.2 MB
5. How to get File Information.srt -
4.3 KB
5.1 5-fileStatInfo.go -
586 bytes
6. How to Read data from a File.mp4 -
30.9 MB
6. How to Read data from a File.srt -
4.9 KB
6.1 6-readFile.go -
344 bytes
7. How to Write data to a File.mp4 -
31.7 MB
7. How to Write data to a File.srt -
4.5 KB
7.1 7-writeFile.go -
447 bytes
8. Example for Write and Read data in File.mp4 -
68.3 MB
8. Example for Write and Read data in File.srt -
10.2 KB
8.1 8-readAndWriteFileSample.go -
1.5 KB
9. How to Delete File and Directory.mp4 -
24.7 MB
9. How to Delete File and Directory.srt -
3.9 KB
9.1 9-deleteFileAndFolder.go -
386 bytes
1. Concurrency and Parallelism.mp4 -
31.9 MB
1. Concurrency and Parallelism.srt -
4.9 KB
10. Buffered Channel.mp4 -
32.0 MB
10. Buffered Channel.srt -
5.1 KB
10.1 10-buffered channel.go -
145 bytes
11. Length and Capacity of Channel.mp4 -
26.1 MB
11. Length and Capacity of Channel.srt -
4.0 KB
11.1 11-length and capacity.go -
333 bytes
12. Channels as Function Argument.mp4 -
23.6 MB
12. Channels as Function Argument.srt -
3.0 KB
12.1 12-channels as function argument.go -
233 bytes
13. only Send Channel - only Receive Channel - only Pointer Channel.mp4 -
46.6 MB
13. only Send Channel - only Receive Channel - only Pointer Channel.srt -
7.3 KB
13.1 1-only send channel.go -
173 bytes
13.2 2-only receive channel.go -
218 bytes
13.3 3-send pointer to channel.go -
220 bytes
14. Receive all Values from a Channel using For - Range Loop.mp4 -
28.1 MB
14. Receive all Values from a Channel using For - Range Loop.srt -
4.4 KB
14.1 14-receive all values from a channel.go -
322 bytes
15. Select Statement in Channel.mp4 -
40.2 MB
15. Select Statement in Channel.srt -
6.4 KB
15.1 15-select statement.go -
363 bytes
2. Goroutine Concept.mp4 -
50.6 MB
2. Goroutine Concept.srt -
6.8 KB
3. Create a Goroutine.mp4 -
34.9 MB
3. Create a Goroutine.srt -
5.4 KB
3.1 3-create a goroutine.go -
222 bytes
4. Main Goroutine.mp4 -
26.4 MB
4. Main Goroutine.srt -
3.4 KB
4.1 4-main goroutine.go -
290 bytes
5. Multiple Goroutines.mp4 -
38.7 MB
5. Multiple Goroutines.srt -
5.1 KB
5.1 5-multiple goroutines.go -
574 bytes
6. Anonymous Goroutine.mp4 -
18.9 MB
6. Anonymous Goroutine.srt -
2.5 KB
6.1 6-anonymous Groutine.go -
241 bytes
7. Channel and how to Creating it.mp4 -
30.7 MB
7. Channel and how to Creating it.srt -
4.1 KB
7.1 7-channel and creating it.go -
294 bytes
8. Send and Receive data from a Channel.mp4 -
42.7 MB
8. Send and Receive data from a Channel.srt -
5.8 KB
8.1 8-send and receive from a channel.go -
370 bytes
9. Closing a Channel.mp4 -
33.2 MB
9. Closing a Channel.srt -
4.3 KB
9.1 9-closing a channel.go -
356 bytes
1. Install Golang and VSCode IDE in Windows Theoretical.mp4 -
50.3 MB
1. Install Golang and VSCode IDE in Windows Theoretical.srt -
6.2 KB
2. Install Golang and VSCode IDE in Windows Practical.mp4 -
133.7 MB
2. Install Golang and VSCode IDE in Windows Practical.srt -
16.2 KB
1. What is Json and how to use it.mp4 -
38.4 MB
1. What is Json and how to use it.srt -
4.5 KB
2. Converting Go Type into Json Format ( Marshal ).mp4 -
49.4 MB
2. Converting Go Type into Json Format ( Marshal ).srt -
6.7 KB
2.1 2-converting go type into json format.go -
372 bytes
3. Converting Json Format to Go Type ( Un-marshal ).mp4 -
30.7 MB
3. Converting Json Format to Go Type ( Un-marshal ).srt -
3.8 KB
3.1 3-json-converting json data to golang.go -
417 bytes
4. Streaming Encoders and Decoders.mp4 -
52.8 MB
4. Streaming Encoders and Decoders.srt -
6.8 KB
4.1 4-json-streaming encoders and decoders.go -
741 bytes
5. Project 1 - Implementing Server Section using Json.mp4 -
32.1 MB
5. Project 1 - Implementing Server Section using Json.srt -
5.3 KB
config.json -
39 bytes
main.go -
464 bytes
microweb.go -
285 bytes
6. Project 2 - Implementing Client Section using Json.mp4 -
28.9 MB
6. Project 2 - Implementing Client Section using Json.srt -
4.4 KB
1. Database Concept.mp4 -
50.4 MB
1. Database Concept.srt -
7.2 KB
10. Project 3 - Create Main Function to using Database Functions.mp4 -
53.3 MB
10. Project 3 - Create Main Function to using Database Functions.srt -
7.7 KB
11. Project 4 - Create Select Based ID Function and related Query.mp4 -
47.0 MB
11. Project 4 - Create Select Based ID Function and related Query.srt -
6.7 KB
12. Project 5 - Create Save Function and Implement related Query.mp4 -
54.5 MB
12. Project 5 - Create Save Function and Implement related Query.srt -
7.5 KB
13. Project 6 - Create Update Function and Implement related Query.mp4 -
60.0 MB
13. Project 6 - Create Update Function and Implement related Query.srt -
7.7 KB
14. Project 7 - Create Delete Function and Implement related Query.mp4 -
50.7 MB
14. Project 7 - Create Delete Function and Implement related Query.srt -
7.8 KB
2. CRUD in Database.mp4 -
42.5 MB
2. CRUD in Database.srt -
6.3 KB
3. Database ER Diagrams.mp4 -
56.3 MB
3. Database ER Diagrams.srt -
7.1 KB
4. What is Query in Database.mp4 -
26.3 MB
4. What is Query in Database.srt -
3.4 KB
5. How to Create MySQL Database and its Tables.mp4 -
36.7 MB
5. How to Create MySQL Database and its Tables.srt -
6.4 KB
6. Create and Read Queries in MySQL Database.mp4 -
45.3 MB
6. Create and Read Queries in MySQL Database.srt -
6.3 KB
7. Update and Delete Queries in MySQL Database.mp4 -
33.8 MB
7. Update and Delete Queries in MySQL Database.srt -
5.1 KB
8. Project 1 - How to Connect Go Program to MySQL Database.mp4 -
72.7 MB
8. Project 1 - How to Connect Go Program to MySQL Database.srt -
10.6 KB
9. Project 2 - Create Select Function and related Query.mp4 -
40.5 MB
9. Project 2 - Create Select Function and related Query.srt -
5.4 KB
config.json -
77 bytes
dbconnection.go -
2.5 KB
main.go -
581 bytes
student.go -
97 bytes
1. What is ORM.mp4 -
35.4 MB
1. What is ORM.srt -
4.9 KB
10. Project 8 - Create Multiple Delete Function and related Query.mp4 -
67.9 MB
10. Project 8 - Create Multiple Delete Function and related Query.srt -
10.5 KB
2. Preparing and Installing GORM in GoLang.mp4 -
23.2 MB
2. Preparing and Installing GORM in GoLang.srt -
4.2 KB
3. Project 1 - Connection to the Database.mp4 -
56.6 MB
3. Project 1 - Connection to the Database.srt -
9.2 KB
4. Project 2 - Create Table Function and Design Main Layer.mp4 -
59.8 MB
4. Project 2 - Create Table Function and Design Main Layer.srt -
9.7 KB
5. Project 3 - Create Save Function and related Query.mp4 -
38.0 MB
5. Project 3 - Create Save Function and related Query.srt -
5.1 KB
6. Project 4 - Create Select Function and related Query.mp4 -
30.4 MB
6. Project 4 - Create Select Function and related Query.srt -
4.0 KB
7. Project 5 - Create Single Update Function and related Query.mp4 -
50.4 MB
7. Project 5 - Create Single Update Function and related Query.srt -
7.1 KB
8. Project 6 - Create Multiple Update Function and related Query.mp4 -
87.8 MB
8. Project 6 - Create Multiple Update Function and related Query.srt -
11.1 KB
9. Project 7 - Create Single Delete Function and related Query.mp4 -
38.5 MB
9. Project 7 - Create Single Delete Function and related Query.srt -
5.8 KB
config.json -
87 bytes
dbconnection.go -
1.4 KB
main.go -
633 bytes
student.go -
173 bytes
1. Protocol Buffer Concept.mp4 -
33.2 MB
1. Protocol Buffer Concept.srt -
4.1 KB
2. How to use Protobuf.mp4 -
35.4 MB
2. How to use Protobuf.srt -
5.8 KB
3. Protobuf Message Implementation.mp4 -
60.6 MB
3. Protobuf Message Implementation.srt -
8.9 KB
4. Project 1 - Protobuf and Main Function Implementation.mp4 -
17.9 MB
4. Project 1 - Protobuf and Main Function Implementation.srt -
9.2 KB
5. Project 2 - Client Implementation.mp4 -
38.8 MB
5. Project 2 - Client Implementation.srt -
5.0 KB
6. Project 3 - Server Implementation.mp4 -
56.4 MB
6. Project 3 - Server Implementation.srt -
7.4 KB
main.go -
1.3 KB
person.pb.go -
4.6 KB
person.proto -
130 bytes
1. What is gRPC.mp4 -
52.4 MB
1. What is gRPC.srt -
7.6 KB
10. Project 8 - Main Layer - Main Function Implementing.mp4 -
70.5 MB
10. Project 8 - Main Layer - Main Function Implementing.srt -
8.9 KB
11. Project 9 - Client Layer - RunGrpcServer Function Implementing.mp4 -
64.2 MB
11. Project 9 - Client Layer - RunGrpcServer Function Implementing.srt -
7.4 KB
12. Project 10 - Client Layer - RunGrpcClient Function Implementing.mp4 -
109.6 MB
12. Project 10 - Client Layer - RunGrpcClient Function Implementing.srt -
11.7 KB
13. Project 11 - Execute Program.mp4 -
31.2 MB
13. Project 11 - Execute Program.srt -
4.6 KB
2. Define gRPC Services.mp4 -
53.7 MB
2. Define gRPC Services.srt -
8.8 KB
3. Project 1 - Building a Microservice - Define RPC Methods.mp4 -
57.5 MB
3. Project 1 - Building a Microservice - Define RPC Methods.srt -
9.0 KB
4. Project 2 - Database Layer - Connect Function.mp4 -
68.7 MB
4. Project 2 - Database Layer - Connect Function.srt -
8.2 KB
5. Project 3 - Database Layer - SelectBasedID Function.mp4 -
50.5 MB
5. Project 3 - Database Layer - SelectBasedID Function.srt -
4.8 KB
6. Project 4 - Database Layer - SelectBasedName Function.mp4 -
64.7 MB
6. Project 4 - Database Layer - SelectBasedName Function.srt -
6.5 KB
7. Project 5 - Server Layer - gRPC Server Initializer Function.mp4 -
46.7 MB
7. Project 5 - Server Layer - gRPC Server Initializer Function.srt -
5.2 KB
8. Project 6 - Server Layer - gRPC Server Methods Implementing 1.mp4 -
68.1 MB
8. Project 6 - Server Layer - gRPC Server Methods Implementing 1.srt -
7.3 KB
9. Project 7 - Server Layer - gRPC Server Methods Implementing 2.mp4 -
56.3 MB
9. Project 7 - Server Layer - gRPC Server Methods Implementing 2.srt -
5.4 KB
config.json -
77 bytes
dbconnection.go -
1.3 KB
main.go -
2.7 KB
student.go -
83 bytes
student.pb.go -
8.8 KB
student.proto -
385 bytes
student_grpc.pb.go -
5.6 KB
servicecontroller.go -
1.4 KB
1. What is API and How its Work.mp4 -
38.3 MB
1. What is API and How its Work.srt -
5.6 KB
10. Project 5 - Rest Layer - Select All Function.mp4 -
24.6 MB
10. Project 5 - Rest Layer - Select All Function.srt -
3.2 KB
11. Project 6 - Rest Layer - Save Function.mp4 -
36.9 MB
11. Project 6 - Rest Layer - Save Function.srt -
4.2 KB
12. Project 7 - Rest Layer - Update Function.mp4 -
36.7 MB
12. Project 7 - Rest Layer - Update Function.srt -
4.1 KB
13. Project 8 - Rest Configuration - RestConfig Function.mp4 -
58.0 MB
13. Project 8 - Rest Configuration - RestConfig Function.srt -
8.3 KB
14. Project 9 - Rest Configuration - RestStart Function.mp4 -
47.0 MB
14. Project 9 - Rest Configuration - RestStart Function.srt -
5.0 KB
15. Project 10 - Main Function.mp4 -
42.2 MB
15. Project 10 - Main Function.srt -
5.9 KB
16. Project 11 - Execute Program.mp4 -
48.8 MB
16. Project 11 - Execute Program.srt -
8.5 KB
2. API Types and Use Cases.mp4 -
47.5 MB
2. API Types and Use Cases.srt -
7.4 KB
3. API Protocols.mp4 -
31.2 MB
3. API Protocols.srt -
4.6 KB
4. REST API Concept.mp4 -
52.2 MB
4. REST API Concept.srt -
8.2 KB
5. REST API with Golang.mp4 -
38.9 MB
5. REST API with Golang.srt -
5.4 KB
6. Project 1 - Database Layer - Create Model and JSON File.mp4 -
69.8 MB
6. Project 1 - Database Layer - Create Model and JSON File.srt -
10.0 KB
7. Project 2 - Database Layer - Select Functions.mp4 -
64.5 MB
7. Project 2 - Database Layer - Select Functions.srt -
9.0 KB
8. Project 3 - Database Layer - Save , Update and Delete Functions.mp4 -
89.6 MB
8. Project 3 - Database Layer - Save , Update and Delete Functions.srt -
11.9 KB
9. Project 4 - Rest Layer - Select Based Name Function.mp4 -
58.1 MB
9. Project 4 - Rest Layer - Select Based Name Function.srt -
8.2 KB
config.json -
75 bytes
dbconnection.go -
2.5 KB
student.go -
90 bytes
main.go -
562 bytes
restConfig.go -
814 bytes
restFunctions.go -
1.4 KB
1. What is WebSocket and when to use it..mp4 -
45.2 MB
1. What is WebSocket and when to use it..srt -
6.5 KB
10. Chat Project 9 - Execute Program.mp4 -
31.0 MB
10. Chat Project 9 - Execute Program.srt -
4.5 KB
2. Chat Project 1 - Define Socket Layer and Create Channels.mp4 -
48.1 MB
2. Chat Project 1 - Define Socket Layer and Create Channels.srt -
7.0 KB
3. Chat Project 2 - Implements Channel Methods.mp4 -
49.1 MB
3. Chat Project 2 - Implements Channel Methods.srt -
6.5 KB
4. Chat Project 3 - Create Handler Method.mp4 -
28.8 MB
4. Chat Project 3 - Create Handler Method.srt -
3.3 KB
5. Chat Project 4 - Define Server Layer and Create Main Function.mp4 -
35.9 MB
5. Chat Project 4 - Define Server Layer and Create Main Function.srt -
5.0 KB
6. Chat Project 5 - Create WebSocket Handler.mp4 -
46.0 MB
6. Chat Project 5 - Create WebSocket Handler.srt -
6.8 KB
7. Chat Project 6 - Define Client Layer and Create IP Function.mp4 -
40.3 MB
7. Chat Project 6 - Define Client Layer and Create IP Function.srt -
5.8 KB
8. Chat Project 7 - Send and Receive Messages.mp4 -
66.5 MB
8. Chat Project 7 - Send and Receive Messages.srt -
9.1 KB
9. Chat Project 8 - Create Web Client.mp4 -
102.7 MB
9. Chat Project 8 - Create Web Client.srt -
11.9 KB
1. Final Words.mp4 -
13.9 MB
1. Final Words.srt -
3.4 KB
1. Install GoLang and VSCode IDE in Linux Theoretical.mp4 -
85.5 MB
1. Install GoLang and VSCode IDE in Linux Theoretical.srt -
9.8 KB
2. Install Golang and VSCode IDE in Linux Practical.mp4 -
101.0 MB
2. Install Golang and VSCode IDE in Linux Practical.srt -
11.2 KB
1. Variables Concept.mp4 -
50.8 MB
1. Variables Concept.srt -
6.6 KB
10. Scope of Variables.mp4 -
56.8 MB
10. Scope of Variables.srt -
10.5 KB
10.1 local-global-variable-preference.go -
160 bytes
10.2 local-global-variable.go -
403 bytes
10.3 local-variable-scop.go -
229 bytes
2. Var Keyword Declaration - When the Type is Removed.mp4 -
59.5 MB
2. Var Keyword Declaration - When the Type is Removed.srt -
9.2 KB
2.1 var-without-type.go -
552 bytes
3. Var Keyword Declaration - When the Expression is Removed.mp4 -
19.3 MB
3. Var Keyword Declaration - When the Expression is Removed.srt -
3.2 KB
3.1 var-without-expression.go -
496 bytes
4. Var Keyword Declaration - Multiple Variables of the Same Type.mp4 -
18.9 MB
4. Var Keyword Declaration - Multiple Variables of the Same Type.srt -
3.0 KB
4.1 var-multiple-same-type.go -
354 bytes
5. Var Keyword Declaration - Multiple Variables of Different Types.mp4 -
28.8 MB
5. Var Keyword Declaration - Multiple Variables of Different Types.srt -
4.4 KB
5.1 var-multiple-different-type.go -
508 bytes
6. Var Keyword Declaration - Default Value.mp4 -
17.4 MB
6. Var Keyword Declaration - Default Value.srt -
2.7 KB
6.1 var-default-value.go -
254 bytes
7. Var Keyword Declaration - Variables Declaration Block.mp4 -
15.3 MB
7. Var Keyword Declaration - Variables Declaration Block.srt -
2.7 KB
7.1 var-grouped-blocks.go -
332 bytes
8. Short Variables - Declaration and Initialization.mp4 -
27.9 MB
8. Short Variables - Declaration and Initialization.srt -
4.7 KB
8.1 short-declarationone.go -
493 bytes
9. Short Variables - Multiple Variables of Same and Different Types.mp4 -
40.5 MB
9. Short Variables - Multiple Variables of Same and Different Types.srt -
6.6 KB
9.1 multiple variables by differents type.go -
486 bytes
9.2 multiple variables of same type in single declaration.go -
468 bytes
1. Integers.mp4 -
41.7 MB
1. Integers.srt -
6.7 KB
1.1 integer.go -
190 bytes
2. Floating - Point Numbers.mp4 -
25.7 MB
2. Floating - Point Numbers.srt -
4.3 KB
2.1 float.go -
225 bytes
3. Complex Numbers.mp4 -
35.4 MB
3. Complex Numbers.srt -
6.2 KB
3.1 complex-arithmetic.go -
234 bytes
3.2 complex-compile-error.go -
150 bytes
3.3 complex-define.go -
163 bytes
4. Boolean.mp4 -
24.6 MB
4. Boolean.srt -
4.0 KB
4.1 boolean.go -
403 bytes
5. String.mp4 -
22.1 MB
5. String.srt -
3.6 KB
5.1 string.go -
262 bytes
1. Arithmetic Operators.mp4 -
60.1 MB
1. Arithmetic Operators.srt -
11.0 KB
1.1 addition.go -
152 bytes
1.2 decrement.go -
153 bytes
1.3 division.go -
148 bytes
1.4 increment.go -
149 bytes
1.5 modulus.go -
146 bytes
1.6 multiplication.go -
156 bytes
1.7 subtraction.go -
153 bytes
2. Assignment Operators.mp4 -
35.7 MB
2. Assignment Operators.srt -
6.9 KB
2.1 assignment.go -
221 bytes
3. Comparison Operators.mp4 -
37.4 MB
3. Comparison Operators.srt -
7.8 KB
3.1 equal-to.go -
132 bytes
3.2 greater-than-equal-to.go -
132 bytes
3.3 greater-than.go -
130 bytes
3.4 less-than-equal-to.go -
132 bytes
3.5 less-than.go -
128 bytes
3.6 not-equal-to.go -
130 bytes
4. Logical Operators.mp4 -
27.5 MB
4. Logical Operators.srt -
5.9 KB
4.1 logicaland.go -
140 bytes
4.2 logicalnot.go -
140 bytes
4.3 logicalor.go -
135 bytes
5. Operators Precedence.mp4 -
16.2 MB
5. Operators Precedence.srt -
2.6 KB
5.1 precedence.go -
138 bytes
1. Decision Making Concept and If Statement.mp4 -
28.4 MB
1. Decision Making Concept and If Statement.srt -
4.7 KB
1.1 if.go -
156 bytes
2. If - Else Statement.mp4 -
21.8 MB
2. If - Else Statement.srt -
3.5 KB
2.1 if-else.go -
217 bytes
3. Nested If Statements.mp4 -
24.0 MB
3. Nested If Statements.srt -
3.8 KB
3.1 nested-if.go -
267 bytes
4. If-else If-else Statement.mp4 -
25.2 MB
4. If-else If-else Statement.srt -
3.8 KB
4.1 if-elseif-else.go -
287 bytes
5. Switch Statement ( Expression Switch - Type Switch ).mp4 -
45.2 MB
5. Switch Statement ( Expression Switch - Type Switch ).srt -
7.6 KB
5.1 expression-switch.go -
545 bytes
5.2 type-switch.go -
358 bytes
1. Loops Concept and For Loop as simple.mp4 -
27.6 MB
1. Loops Concept and For Loop as simple.srt -
4.4 KB
1.1 simple.go -
141 bytes
2. infinite For-Loop.mp4 -
13.2 MB
2. infinite For-Loop.srt -
2.1 KB
2.1 infinite.go -
108 bytes
3. For-Loop as while.mp4 -
5.9 MB
3. For-Loop as while.srt -
2.7 KB
3.1 while.go -
110 bytes
4. Control Statement Concept and Break Statement.mp4 -
23.9 MB
4. Control Statement Concept and Break Statement.srt -
3.7 KB
4.1 break.go -
135 bytes
5. Continue Statement.mp4 -
21.0 MB
5. Continue Statement.srt -
3.7 KB
5.1 continue.go -
182 bytes
6. Goto Statement.mp4 -
24.1 MB
6. Goto Statement.srt -
4.5 KB
6.1 goto.go -
202 bytes
1. Creating and Accessing an Array.mp4 -
50.8 MB
1. Creating and Accessing an Array.srt -
7.7 KB
1.1 1.var.go -
283 bytes
1.2 2-shorthand.go -
200 bytes
2. Initializing Array with Ellipses, Specific and Filter Array Elements.mp4 -
44.0 MB
2. Initializing Array with Ellipses, Specific and Filter Array Elements.srt -
7.0 KB
2.1 elipses..go -
124 bytes
2.2 filter.go -
259 bytes
2.3 specifi-array.go -
99 bytes
3. Iterate over an Array.mp4 -
43.1 MB
3. Iterate over an Array.srt -
6.1 KB
3.1 for-loop.go -
406 bytes
4. Copy an Array by Value and Reference into another Array.mp4 -
35.0 MB
4. Copy an Array by Value and Reference into another Array.srt -
4.9 KB
4.1 copy-array.go -
349 bytes
5. Two Dimensional Array.mp4 -
56.6 MB
5. Two Dimensional Array.srt -
8.1 KB
5.1 two-dimentinal-by-shorthand.go -
325 bytes
5.2 two-dimentinal-by-var.go -
322 bytes
6. Some Important Things about Array.mp4 -
52.8 MB
6. Some Important Things about Array.srt -
7.7 KB
6.1 1.go -
259 bytes
6.2 2.go -
343 bytes
6.3 3.go -
449 bytes
6.4 4.go -
269 bytes
6.5 5.go -
310 bytes
Related torrents
| Torrent Name | Added | Size | Seed | Leech | Health |
|---|---|---|---|---|---|
| 2023-07-01 | 12.6 MB | 15 | 0 | ||
| 2023-07-01 | 28.1 MB | 3 | 0 | ||
| 2023-07-01 | 9.5 MB | 1 | 0 | ||
| 2023-07-01 | 6.3 MB | 1 | 0 | ||
| 2023-09-14 | 9.8 MB | 0 | 0 | ||
| 2024-04-08 | 31.9 MB | 2 | 0 | ||
| 2024-04-08 | 16.7 MB | 0 | 0 | ||
| 2025-02-04 | 19.2 MB | 46 | 0 | ||
| 2025-02-12 | 3.1 MB | 17 | 0 | ||
| 2025-01-13 | 1.5 GB | 33 | 0 |
Note :
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information. Watch Full Stack Go Programming Golang from Beginner to Advance Full Movie Online Free, Like 123Movies, FMovies, Putlocker, Netflix or Direct Download Torrent Full Stack Go Programming Golang from Beginner to Advance via Magnet Download Link.Comments (0 Comments)
Please login or create a FREE account to post comments

