FileMood

Download Full Stack Go Programming (Golang) from Beginner to Advance

Full Stack Go Programming Golang from Beginner to Advance

Name

Full Stack Go Programming (Golang) from Beginner to Advance

 DOWNLOAD Copy Link

Total Size

9.4 GB

Total Files

681

Last Seen

2024-07-08 23:38

Hash

83D9F306E6BB33CB48B073FAFAF629521330644C

/1. Introduction/

1. what you will learn.mp4

26.1 MB

1. what you will learn.srt

8.9 KB

2. Introduction.mp4

71.9 MB

2. Introduction.srt

13.4 KB

/10. Slice/

1. Slice Concept and Create Slice using Slice Literal.mp4

43.1 MB

1. Slice Concept and Create Slice using Slice Literal.srt

5.9 KB

1.1 create slice using slice-literal.go

0.2 KB

10. Append a Slice to an existing Slice.mp4

17.4 MB

10. Append a Slice to an existing Slice.srt

2.5 KB

10.1 10-append a slice to an existing slice.go

0.2 KB

11. Multi-Dimensional Slice.mp4

14.8 MB

11. Multi-Dimensional Slice.srt

2.3 KB

11.1 11-multi-dimentinal slice.go

0.2 KB

2. Create Slice using Array.mp4

30.3 MB

2. Create Slice using Array.srt

4.3 KB

2.1 2-create slice using already existing array.go

0.4 KB

3. Create Slice using already existing Slice.mp4

34.9 MB

3. Create Slice using already existing Slice.srt

4.8 KB

3.1 3-create slice using already existing slice.go

0.5 KB

4. Create Slice using make function.mp4

30.5 MB

4. Create Slice using make function.srt

4.4 KB

4.1 4-create slice using make function.go

0.3 KB

5. Iterate over Slice.mp4

32.2 MB

5. Iterate over Slice.srt

5.2 KB

5.1 for-loop.go

0.2 KB

5.2 range.go

0.2 KB

5.3 while.go

0.2 KB

5.4 without-index.go

0.2 KB

6. Add Items to Existing Slice.mp4

32.8 MB

6. Add Items to Existing Slice.srt

4.5 KB

6.1 6-add items to slice.go

0.3 KB

7. Modifying Slice Items.mp4

25.7 MB

7. Modifying Slice Items.srt

3.6 KB

7.1 7-Modifying slice items.go

0.3 KB

8. Sorting of Slice.mp4

33.3 MB

8. Sorting of Slice.srt

4.3 KB

8.1 sorting slice.go

0.4 KB

9. Copy Slice Items to another Slice.mp4

25.3 MB

9. Copy Slice Items to another Slice.srt

3.5 KB

9.1 copy slice items to another slice.go

0.3 KB

/11. Map/

1. Maps Specification.mp4

35.5 MB

1. Maps Specification.srt

4.3 KB

2. Creating and Initializing Maps using Simple Way.mp4

28.7 MB

2. Creating and Initializing Maps using Simple Way.srt

4.0 KB

2.1 simple.go

0.3 KB

3. Creating and Initializing Maps using make Function.mp4

20.8 MB

3. Creating and Initializing Maps using make Function.srt

3.0 KB

4. Map Length and Accessing Items.mp4

31.3 MB

4. Map Length and Accessing Items.srt

4.6 KB

4.1 len-funcion.go

0.3 KB

4.2 map-access-items.go

0.3 KB

5. Adding, Updating, and Deleting Map Items.mp4

44.3 MB

5. Adding, Updating, and Deleting Map Items.srt

5.5 KB

5.1 add-update-delete-map.go

0.7 KB

6. Iterate over a Map.mp4

19.1 MB

6. Iterate over a Map.srt

2.6 KB

6.1 iterate-map.go

0.3 KB

7. Map Sorting.mp4

39.1 MB

7. Map Sorting.srt

5.3 KB

7.1 map-sort-based-keys.go

0.5 KB

7.2 map-sort-based-values.go

0.4 KB

8. Truncate Map.mp4

27.4 MB

8. Truncate Map.srt

3.5 KB

8.1 map-truncate.go

0.3 KB

8.2 truncate-delete-function.go

0.3 KB

9. Map Merge.mp4

21.6 MB

9. Map Merge.srt

2.5 KB

9.1 merge map.go

0.4 KB

/12. Functions/

1. Function Concept and Declaration.mp4

40.7 MB

1. Function Concept and Declaration.srt

4.7 KB

2. Creating a Simple Function.mp4

18.7 MB

2. Creating a Simple Function.srt

3.5 KB

2.1 simple function.go

0.1 KB

3. Function with Parameters.mp4

18.9 MB

3. Function with Parameters.srt

3.0 KB

3.1 function with parameters.go

0.2 KB

4. Function with Return Types.mp4

20.7 MB

4. Function with Return Types.srt

3.3 KB

5. Functions as Values.mp4

18.0 MB

5. Functions as Values.srt

2.8 KB

5.1 function as values.go

0.2 KB

6. Function with Returning Multiple Values.mp4

37.8 MB

6. Function with Returning Multiple Values.srt

4.5 KB

6.1 returning multi values.go

0.3 KB

7. Function Arguments.mp4

59.0 MB

7. Function Arguments.srt

8.3 KB

7.1 call by reference.go

0.3 KB

7.2 call by value.go

0.3 KB

8. Anonymous Functions.mp4

40.0 MB

8. Anonymous Functions.srt

7.1 KB

8.1 1- anonymous function.go

0.1 KB

8.2 2 - anonymous-variable.go

0.2 KB

8.3 3 -pass arguments.go

0.2 KB

8.4 4-return value.go

0.1 KB

/13. Pointers/

1. Pointers in Golang.mp4

53.9 MB

1. Pointers in Golang.srt

7.3 KB

1.1 pointers.go

0.3 KB

2. Nil Pointer and Changing Pointer Value.mp4

44.0 MB

2. Nil Pointer and Changing Pointer Value.srt

5.9 KB

2.1 nill.go

0.1 KB

2.2 varriable-changes-pointer.go

0.4 KB

3. Sending a Variable to a Function.mp4

14.5 MB

3. Sending a Variable to a Function.srt

6.2 KB

3.1 call by reference.go

0.2 KB

3.2 call by value.go

0.2 KB

4. Comparison Pointers.mp4

43.1 MB

4. Comparison Pointers.srt

5.0 KB

4.1 comparsion pointers.go

0.6 KB

5. Double Pointer.mp4

38.8 MB

5. Double Pointer.srt

5.0 KB

5.1 double pointer.go

0.4 KB

/14. Struct/

1. Struct Declaration.mp4

34.7 MB

1. Struct Declaration.srt

4.6 KB

10. Anonymous Struct and field.mp4

30.1 MB

10. Anonymous Struct and field.srt

4.6 KB

10.1 anonymous struct.go

0.3 KB

10.2 anonymouse field.go

0.2 KB

2. Creating Instances of Struct.mp4

55.8 MB

2. Creating Instances of Struct.srt

9.0 KB

2.1 2- struct declaration and initialization.go

1.0 KB

3. Nested Struct.mp4

26.3 MB

3. Nested Struct.srt

3.8 KB

3.1 3- nested structure.go

0.5 KB

4. Add Method to Struct - Method Receiver.mp4

29.1 MB

4. Add Method to Struct - Method Receiver.srt

4.3 KB

4.1 4-method.go

0.5 KB

5. Method with Pointer Receiver.mp4

31.1 MB

5. Method with Pointer Receiver.srt

4.3 KB

5.1 5-method by pointer.go

0.7 KB

6. Method can accept both Pointer and Value.mp4

39.4 MB

6. Method can accept both Pointer and Value.srt

5.1 KB

6.1 6- method by pointer and value.go

0.8 KB

7. Assign Default Value for Struct Field.mp4

36.0 MB

7. Assign Default Value for Struct Field.srt

5.4 KB

7.1 7 - assign default value.go

0.5 KB

8. Compare Structs with Different Values.mp4

22.4 MB

8. Compare Structs with Different Values.srt

2.8 KB

8.1 8-comparsion.go

0.6 KB

9. Copy Struct using Call by Value and Call by Reference..mp4

50.7 MB

9. Copy Struct using Call by Value and Call by Reference..srt

6.5 KB

9.1 9-1- copy struct by value.go

0.7 KB

9.2 9-2 - copy struct by reference.go

0.8 KB

/15. Interface/

1. Create and Implement an Interface.mp4

55.8 MB

1. Create and Implement an Interface.srt

7.9 KB

1.1 1- interface.go

0.9 KB

2. Empty Interface.mp4

20.5 MB

2. Empty Interface.srt

3.3 KB

2.1 2- empty interface.go

0.2 KB

3. Type Assertion.mp4

48.4 MB

3. Type Assertion.srt

7.9 KB

3.1 3-1- assertion type mod1.go

0.2 KB

3.2 3-2-assertion type mod2.go

0.3 KB

4. Type Switch.mp4

31.9 MB

4. Type Switch.srt

4.6 KB

4.1 4-type switch.go

0.5 KB

/16. String/

1. String Literals.mp4

37.3 MB

1. String Literals.srt

5.3 KB

1.1 1-string literal.go

0.6 KB

10. Trim Suffix.mp4

31.4 MB

10. Trim Suffix.srt

4.2 KB

10.1 10-trimsuffix.go

0.7 KB

11. Trim Prefix.mp4

30.2 MB

11. Trim Prefix.srt

4.0 KB

11.1 11-trimPerfix.go

0.7 KB

12. Split.mp4

47.0 MB

12. Split.srt

6.0 KB

12.1 12-split.go

0.8 KB

13. Split After.mp4

40.3 MB

13. Split After.srt

5.6 KB

13.1 13-split after.go

0.8 KB

14. Split After N.mp4

44.6 MB

14. Split After N.srt

6.1 KB

14.1 14-splitN.go

0.8 KB

15. Compare.mp4

52.8 MB

15. Compare.srt

6.8 KB

15.1 15-1-compareByEqualsTo.go

0.5 KB

15.2 15-2compareByCompareFunction.go

0.3 KB

16. Join a String by Delimiter - Concatenating.mp4

32.8 MB

16. Join a String by Delimiter - Concatenating.srt

3.9 KB

16.1 16.concatenating.go

0.5 KB

17. Contains.mp4

25.1 MB

17. Contains.srt

3.6 KB

17.1 17-contains.go

0.3 KB

18. Fields.mp4

17.4 MB

18. Fields.srt

2.3 KB

18.1 18-fields.go

0.2 KB

19. Replace.mp4

24.4 MB

19. Replace.srt

3.6 KB

19.1 19-replace.go

0.2 KB

2. Strings are Immutable.mp4

15.6 MB

2. Strings are Immutable.srt

2.4 KB

2.1 2 - immutable.go

0.4 KB

20. Index and Last Index.mp4

36.1 MB

20. Index and Last Index.srt

5.1 KB

20.1 20-index.go

0.3 KB

20.2 20-lastIndex.go

0.2 KB

3. Iterate over String.mp4

20.8 MB

3. Iterate over String.srt

2.6 KB

4. Access the Individual byte of String.mp4

18.8 MB

4. Access the Individual byte of String.srt

2.4 KB

4.1 4-byte.go

0.3 KB

5. Find the Length of String.mp4

24.2 MB

5. Find the Length of String.srt

3.3 KB

5.1 5-len.go

0.6 KB

6. Trim.mp4

34.9 MB

6. Trim.srt

4.5 KB

6.1 6.trim.go

0.6 KB

7. Trim Left.mp4

29.1 MB

7. Trim Left.srt

4.0 KB

7.1 7-trimLeft.go

0.7 KB

8. Trim Right.mp4

30.4 MB

8. Trim Right.srt

4.4 KB

8.1 8 -trimRight.go

0.7 KB

9. Trim Space.mp4

26.2 MB

9. Trim Space.srt

3.9 KB

9.1 9-trimSpace.go

0.6 KB

/17. fmt Package/

1. Print.mp4

37.7 MB

1. Print.srt

5.2 KB

1.1 1-print.go

0.4 KB

10. Scan.mp4

28.6 MB

10. Scan.srt

3.6 KB

10.1 10-scan.go

0.4 KB

11. Scanf.mp4

34.4 MB

11. Scanf.srt

4.6 KB

11.1 scanf.go

0.3 KB

12. Scanln.mp4

24.8 MB

12. Scanln.srt

3.7 KB

12.1 12-scanln.go

0.4 KB

13. Sscan.mp4

33.1 MB

13. Sscan.srt

4.2 KB

13.1 13.Sscan.go

0.7 KB

14. Sscanf.mp4

36.0 MB

14. Sscanf.srt

4.9 KB

14.1 14-Sscanf.go

0.7 KB

15. Sscanln.mp4

27.2 MB

15. Sscanln.srt

3.6 KB

15.1 15-SscanLn.go

0.5 KB

16. Fscan.mp4

36.5 MB

16. Fscan.srt

4.6 KB

16.1 16-Fscan.go

0.8 KB

17. Fscanf.mp4

41.5 MB

17. Fscanf.srt

5.1 KB

17.1 17-FscanF.go

0.8 KB

18. Fscanln.mp4

36.0 MB

18. Fscanln.srt

4.6 KB

18.1 18-FscanLn.go

0.8 KB

19. Errorf.mp4

24.0 MB

19. Errorf.srt

3.2 KB

19.1 19-Errorf.go

0.3 KB

2. Printf.mp4

28.5 MB

2. Printf.srt

3.7 KB

2.1 2-printf.go

0.4 KB

3. Println.mp4

27.5 MB

3. Println.srt

3.8 KB

3.1 3-println.go

0.5 KB

4. Sprint.mp4

24.2 MB

4. Sprint.srt

3.4 KB

4.1 4-sprint.go

0.2 KB

5. Sprintf.mp4

32.5 MB

5. Sprintf.srt

4.5 KB

5.1 5-sprintf.go

0.7 KB

6. Sprintln.mp4

37.5 MB

6. Sprintln.srt

5.4 KB

6.1 6-sprintln.go

0.8 KB

7. Fprint.mp4

30.4 MB

7. Fprint.srt

4.1 KB

7.1 7-fprint.go

0.5 KB

8. Fprintf.mp4

30.8 MB

8. Fprintf.srt

4.3 KB

8.1 8-fptintf.go

0.5 KB

9. Fprintln.mp4

41.1 MB

9. Fprintln.srt

5.5 KB

9.1 9-fprintln.go

0.9 KB

/18. File and Directory/

1. How to Create a File.mp4

29.4 MB

1. How to Create a File.srt

3.6 KB

1.1 1-empty-file.go

0.2 KB

10. Remove All Files and Directories.mp4

33.4 MB

10. Remove All Files and Directories.srt

5.8 KB

10.1 10.deleteAllFilesAndFolders.go

0.2 KB

11. Iterate over all Files and Directories.mp4

50.1 MB

11. Iterate over all Files and Directories.srt

6.0 KB

11.1 11-IterateOverAllFilesAndFolders .go

0.5 KB

2. Create a Directory in Current Path and Full Qualified Path.mp4

28.6 MB

2. Create a Directory in Current Path and Full Qualified Path.srt

4.7 KB

2.1 2-newDirectory.go

0.3 KB

3. Rename File or Directory.mp4

47.5 MB

3. Rename File or Directory.srt

6.9 KB

3.1 3-1-rename-file.go

0.3 KB

3.2 3-2-rename-directory.go

0.3 KB

4. How to check whether a file or directory exists.mp4

28.4 MB

4. How to check whether a file or directory exists.srt

4.4 KB

4.1 4-1-fileNotFound.go

0.2 KB

4.2 4-2-folderNotFound.go

0.2 KB

5. How to get File Information.mp4

33.8 MB

5. How to get File Information.srt

4.4 KB

5.1 5-fileStatInfo.go

0.6 KB

6. How to Read data from a File.mp4

32.4 MB

6. How to Read data from a File.srt

5.0 KB

6.1 6-readFile.go

0.3 KB

7. How to Write data to a File.mp4

33.3 MB

7. How to Write data to a File.srt

4.6 KB

7.1 7-writeFile.go

0.4 KB

8. Example for Write and Read data in File.mp4

71.6 MB

8. Example for Write and Read data in File.srt

10.5 KB

8.1 8-readAndWriteFileSample.go

1.5 KB

9. How to Delete File and Directory.mp4

25.9 MB

9. How to Delete File and Directory.srt

4.0 KB

9.1 9-deleteFileAndFolder.go

0.4 KB

/19. Concurrency/

1. Concurrency and Parallelism.mp4

33.5 MB

1. Concurrency and Parallelism.srt

5.0 KB

10. Buffered Channel.mp4

33.5 MB

10. Buffered Channel.srt

5.3 KB

10.1 10-buffered channel.go

0.1 KB

11. Length and Capacity of Channel.mp4

27.4 MB

11. Length and Capacity of Channel.srt

4.1 KB

11.1 11-length and capacity.go

0.3 KB

12. Channels as Function Argument.mp4

24.7 MB

12. Channels as Function Argument.srt

3.1 KB

12.1 12-channels as function argument.go

0.2 KB

13. only Send Channel - only Receive Channel - only Pointer Channel.mp4

48.9 MB

13. only Send Channel - only Receive Channel - only Pointer Channel.srt

7.4 KB

13.1 1-only send channel.go

0.2 KB

13.2 2-only receive channel.go

0.2 KB

13.3 3-send pointer to channel.go

0.2 KB

14. Receive all Values from a Channel using For - Range Loop.mp4

29.4 MB

14. Receive all Values from a Channel using For - Range Loop.srt

4.5 KB

14.1 14-receive all values from a channel.go

0.3 KB

15. Select Statement in Channel.mp4

42.2 MB

15. Select Statement in Channel.srt

6.5 KB

15.1 15-select statement.go

0.4 KB

2. Goroutine Concept.mp4

53.0 MB

2. Goroutine Concept.srt

7.0 KB

3. Create a Goroutine.mp4

36.6 MB

3. Create a Goroutine.srt

5.6 KB

3.1 3-create a goroutine.go

0.2 KB

4. Main Goroutine.mp4

27.7 MB

4. Main Goroutine.srt

3.5 KB

4.1 4-main goroutine.go

0.3 KB

5. Multiple Goroutines.mp4

40.5 MB

5. Multiple Goroutines.srt

5.2 KB

5.1 5-multiple goroutines.go

0.6 KB

6. Anonymous Goroutine.mp4

19.8 MB

6. Anonymous Goroutine.srt

2.5 KB

6.1 6-anonymous Groutine.go

0.2 KB

7. Channel and how to Creating it.mp4

32.1 MB

7. Channel and how to Creating it.srt

4.2 KB

7.1 7-channel and creating it.go

0.3 KB

8. Send and Receive data from a Channel.mp4

44.8 MB

8. Send and Receive data from a Channel.srt

6.0 KB

8.1 8-send and receive from a channel.go

0.4 KB

9. Closing a Channel.mp4

34.8 MB

9. Closing a Channel.srt

4.4 KB

9.1 9-closing a channel.go

0.4 KB

/2. Golang In Windows/

1. Install Golang and VSCode IDE in Windows Theoretical.mp4

52.8 MB

1. Install Golang and VSCode IDE in Windows Theoretical.srt

6.4 KB

2. Install Golang and VSCode IDE in Windows Practical.mp4

140.2 MB

2. Install Golang and VSCode IDE in Windows Practical.srt

16.6 KB

/20. Json/

1. What is Json and how to use it.mp4

40.2 MB

1. What is Json and how to use it.srt

4.6 KB

2. Converting Go Type into Json Format ( Marshal ).mp4

51.8 MB

2. Converting Go Type into Json Format ( Marshal ).srt

6.9 KB

2.1 2-converting go type into json format.go

0.4 KB

3. Converting Json Format to Go Type ( Un-marshal ).mp4

32.2 MB

3. Converting Json Format to Go Type ( Un-marshal ).srt

3.9 KB

3.1 3-json-converting json data to golang.go

0.4 KB

4. Streaming Encoders and Decoders.mp4

55.4 MB

4. Streaming Encoders and Decoders.srt

6.9 KB

4.1 4-json-streaming encoders and decoders.go

0.7 KB

5. Project 1 - Implementing Server Section using Json.mp4

33.7 MB

5. Project 1 - Implementing Server Section using Json.srt

5.5 KB

6. Project 2 - Implementing Client Section using Json.mp4

30.3 MB

6. Project 2 - Implementing Client Section using Json.srt

4.5 KB

/20. Json/6-project/json/

config.json

0.0 KB

main.go

0.5 KB

/20. Json/6-project/json/web/

microweb.go

0.3 KB

/21. Working with MySQL Database in GoLang/

1. Database Concept.mp4

52.8 MB

1. Database Concept.srt

7.4 KB

10. Project 3 - Create Main Function to using Database Functions.mp4

55.9 MB

10. Project 3 - Create Main Function to using Database Functions.srt

7.8 KB

11. Project 4 - Create Select Based ID Function and related Query.mp4

49.3 MB

11. Project 4 - Create Select Based ID Function and related Query.srt

6.8 KB

12. Project 5 - Create Save Function and Implement related Query.mp4

57.1 MB

12. Project 5 - Create Save Function and Implement related Query.srt

7.7 KB

13. Project 6 - Create Update Function and Implement related Query.mp4

63.0 MB

13. Project 6 - Create Update Function and Implement related Query.srt

7.9 KB

14. Project 7 - Create Delete Function and Implement related Query.mp4

53.2 MB

14. Project 7 - Create Delete Function and Implement related Query.srt

8.0 KB

2. CRUD in Database.mp4

44.6 MB

2. CRUD in Database.srt

6.4 KB

3. Database ER Diagrams.mp4

59.1 MB

3. Database ER Diagrams.srt

7.2 KB

4. What is Query in Database.mp4

27.6 MB

4. What is Query in Database.srt

3.5 KB

5. How to Create MySQL Database and its Tables.mp4

38.5 MB

5. How to Create MySQL Database and its Tables.srt

6.6 KB

6. Create and Read Queries in MySQL Database.mp4

47.5 MB

6. Create and Read Queries in MySQL Database.srt

6.5 KB

7. Update and Delete Queries in MySQL Database.mp4

35.4 MB

7. Update and Delete Queries in MySQL Database.srt

5.2 KB

8. Project 1 - How to Connect Go Program to MySQL Database.mp4

76.2 MB

8. Project 1 - How to Connect Go Program to MySQL Database.srt

10.8 KB

9. Project 2 - Create Select Function and related Query.mp4

42.5 MB

9. Project 2 - Create Select Function and related Query.srt

5.6 KB

/database/configuration/

config.json

0.1 KB

/database/dbtools/

dbconnection.go

2.5 KB

/database/main/

main.go

0.6 KB

/database/model/

student.go

0.1 KB

/22. GORM/

1. What is ORM.mp4

37.1 MB

1. What is ORM.srt

5.0 KB

10. Project 8 - Create Multiple Delete Function and related Query.mp4

71.2 MB

10. Project 8 - Create Multiple Delete Function and related Query.srt

10.7 KB

2. Preparing and Installing GORM in GoLang.mp4

24.4 MB

2. Preparing and Installing GORM in GoLang.srt

4.3 KB

3. Project 1 - Connection to the Database.mp4

59.4 MB

3. Project 1 - Connection to the Database.srt

9.4 KB

4. Project 2 - Create Table Function and Design Main Layer.mp4

62.7 MB

4. Project 2 - Create Table Function and Design Main Layer.srt

10.0 KB

5. Project 3 - Create Save Function and related Query.mp4

39.8 MB

5. Project 3 - Create Save Function and related Query.srt

5.3 KB

6. Project 4 - Create Select Function and related Query.mp4

31.9 MB

6. Project 4 - Create Select Function and related Query.srt

4.1 KB

7. Project 5 - Create Single Update Function and related Query.mp4

52.9 MB

7. Project 5 - Create Single Update Function and related Query.srt

7.3 KB

8. Project 6 - Create Multiple Update Function and related Query.mp4

92.0 MB

8. Project 6 - Create Multiple Update Function and related Query.srt

11.4 KB

9. Project 7 - Create Single Delete Function and related Query.mp4

40.4 MB

9. Project 7 - Create Single Delete Function and related Query.srt

6.0 KB

/22. GORM/gorm/configuration/

config.json

0.1 KB

/22. GORM/gorm/dbtools/

dbconnection.go

1.4 KB

/22. GORM/gorm/main/

main.go

0.6 KB

/22. GORM/gorm/model/

student.go

0.2 KB

/23. Protocol Buffer/

1. Protocol Buffer Concept.mp4

34.8 MB

1. Protocol Buffer Concept.srt

4.2 KB

2. How to use Protobuf.mp4

37.2 MB

2. How to use Protobuf.srt

6.0 KB

3. Protobuf Message Implementation.mp4

63.6 MB

3. Protobuf Message Implementation.srt

9.1 KB

4. Project 1 - Protobuf and Main Function Implementation.mp4

18.7 MB

4. Project 1 - Protobuf and Main Function Implementation.srt

9.4 KB

5. Project 2 - Client Implementation.mp4

40.7 MB

5. Project 2 - Client Implementation.srt

5.1 KB

6. Project 3 - Server Implementation.mp4

59.1 MB

6. Project 3 - Server Implementation.srt

7.6 KB

/information/

main.go

1.3 KB

/information/protocol/

person.pb.go

4.7 KB

person.proto

0.1 KB

/24. gRPC/

1. What is gRPC.mp4

55.0 MB

1. What is gRPC.srt

7.7 KB

10. Project 8 - Main Layer - Main Function Implementing.mp4

73.9 MB

10. Project 8 - Main Layer - Main Function Implementing.srt

9.1 KB

11. Project 9 - Client Layer - RunGrpcServer Function Implementing.mp4

67.3 MB

11. Project 9 - Client Layer - RunGrpcServer Function Implementing.srt

7.5 KB

12. Project 10 - Client Layer - RunGrpcClient Function Implementing.mp4

115.0 MB

12. Project 10 - Client Layer - RunGrpcClient Function Implementing.srt

11.9 KB

13. Project 11 - Execute Program.mp4

32.8 MB

13. Project 11 - Execute Program.srt

4.8 KB

2. Define gRPC Services.mp4

56.3 MB

2. Define gRPC Services.srt

9.0 KB

3. Project 1 - Building a Microservice - Define RPC Methods.mp4

60.3 MB

3. Project 1 - Building a Microservice - Define RPC Methods.srt

9.2 KB

4. Project 2 - Database Layer - Connect Function.mp4

72.1 MB

4. Project 2 - Database Layer - Connect Function.srt

8.4 KB

5. Project 3 - Database Layer - SelectBasedID Function.mp4

52.9 MB

5. Project 3 - Database Layer - SelectBasedID Function.srt

4.9 KB

6. Project 4 - Database Layer - SelectBasedName Function.mp4

67.8 MB

6. Project 4 - Database Layer - SelectBasedName Function.srt

6.7 KB

7. Project 5 - Server Layer - gRPC Server Initializer Function.mp4

48.9 MB

7. Project 5 - Server Layer - gRPC Server Initializer Function.srt

5.3 KB

8. Project 6 - Server Layer - gRPC Server Methods Implementing 1.mp4

71.4 MB

8. Project 6 - Server Layer - gRPC Server Methods Implementing 1.srt

7.5 KB

9. Project 7 - Server Layer - gRPC Server Methods Implementing 2.mp4

59.1 MB

9. Project 7 - Server Layer - gRPC Server Methods Implementing 2.srt

5.5 KB

/24. gRPC/communication/configuration/

config.json

0.1 KB

/24. gRPC/communication/dbtools/

dbconnection.go

1.3 KB

/24. gRPC/communication/main/

main.go

2.8 KB

/24. gRPC/communication/model/

student.go

0.1 KB

/24. gRPC/communication/protocol/

student.pb.go

9.0 KB

student.proto

0.4 KB

student_grpc.pb.go

5.8 KB

/24. gRPC/communication/server/

servicecontroller.go

1.4 KB

/25. Rest API/

1. What is API and How its Work.mp4

40.2 MB

1. What is API and How its Work.srt

5.8 KB

10. Project 5 - Rest Layer - Select All Function.mp4

25.8 MB

10. Project 5 - Rest Layer - Select All Function.srt

3.3 KB

11. Project 6 - Rest Layer - Save Function.mp4

38.7 MB

11. Project 6 - Rest Layer - Save Function.srt

4.3 KB

12. Project 7 - Rest Layer - Update Function.mp4

38.5 MB

12. Project 7 - Rest Layer - Update Function.srt

4.1 KB

13. Project 8 - Rest Configuration - RestConfig Function.mp4

60.8 MB

13. Project 8 - Rest Configuration - RestConfig Function.srt

8.5 KB

14. Project 9 - Rest Configuration - RestStart Function.mp4

49.2 MB

14. Project 9 - Rest Configuration - RestStart Function.srt

5.2 KB

15. Project 10 - Main Function.mp4

44.2 MB

15. Project 10 - Main Function.srt

6.0 KB

16. Project 11 - Execute Program.mp4

51.2 MB

16. Project 11 - Execute Program.srt

8.7 KB

2. API Types and Use Cases.mp4

49.8 MB

2. API Types and Use Cases.srt

7.5 KB

3. API Protocols.mp4

32.7 MB

3. API Protocols.srt

4.8 KB

4. REST API Concept.mp4

54.7 MB

4. REST API Concept.srt

8.4 KB

5. REST API with Golang.mp4

40.8 MB

5. REST API with Golang.srt

5.5 KB

6. Project 1 - Database Layer - Create Model and JSON File.mp4

73.2 MB

6. Project 1 - Database Layer - Create Model and JSON File.srt

10.3 KB

7. Project 2 - Database Layer - Select Functions.mp4

67.6 MB

7. Project 2 - Database Layer - Select Functions.srt

9.3 KB

8. Project 3 - Database Layer - Save , Update and Delete Functions.mp4

94.0 MB

8. Project 3 - Database Layer - Save , Update and Delete Functions.srt

12.2 KB

9. Project 4 - Rest Layer - Select Based Name Function.mp4

60.9 MB

9. Project 4 - Rest Layer - Select Based Name Function.srt

8.4 KB

/rest/database/configuration/

config.json

0.1 KB

/rest/database/dbtools/

dbconnection.go

2.5 KB

/rest/database/model/

student.go

0.1 KB

/rest/

main.go

0.6 KB

/rest/restlayer/

restConfig.go

0.8 KB

restFunctions.go

1.4 KB

/26. WebSocket/

1. What is WebSocket and when to use it..mp4

47.4 MB

1. What is WebSocket and when to use it..srt

6.6 KB

10. Chat Project 9 - Execute Program.mp4

32.5 MB

10. Chat Project 9 - Execute Program.srt

4.6 KB

2. Chat Project 1 - Define Socket Layer and Create Channels.mp4

50.4 MB

2. Chat Project 1 - Define Socket Layer and Create Channels.srt

7.2 KB

3. Chat Project 2 - Implements Channel Methods.mp4

51.5 MB

3. Chat Project 2 - Implements Channel Methods.srt

6.6 KB

4. Chat Project 3 - Create Handler Method.mp4

30.1 MB

4. Chat Project 3 - Create Handler Method.srt

3.4 KB

5. Chat Project 4 - Define Server Layer and Create Main Function.mp4

37.6 MB

5. Chat Project 4 - Define Server Layer and Create Main Function.srt

5.2 KB

6. Chat Project 5 - Create WebSocket Handler.mp4

48.3 MB

6. Chat Project 5 - Create WebSocket Handler.srt

7.0 KB

7. Chat Project 6 - Define Client Layer and Create IP Function.mp4

42.3 MB

7. Chat Project 6 - Define Client Layer and Create IP Function.srt

5.9 KB

8. Chat Project 7 - Send and Receive Messages.mp4

69.7 MB

8. Chat Project 7 - Send and Receive Messages.srt

9.3 KB

9. Chat Project 8 - Create Web Client.mp4

107.7 MB

9. Chat Project 8 - Create Web Client.srt

12.2 KB

/27. Final Words/

1. Final Words.mp4

14.5 MB

1. Final Words.srt

3.4 KB

/3. Golang In Linux/

1. Install GoLang and VSCode IDE in Linux Theoretical.mp4

89.7 MB

1. Install GoLang and VSCode IDE in Linux Theoretical.srt

10.0 KB

2. Install Golang and VSCode IDE in Linux Practical.mp4

106.0 MB

2. Install Golang and VSCode IDE in Linux Practical.srt

11.5 KB

/4. Variables/

1. Variables Concept.mp4

53.3 MB

1. Variables Concept.srt

6.8 KB

10. Scope of Variables.mp4

59.6 MB

10. Scope of Variables.srt

10.8 KB

10.1 local-global-variable-preference.go

0.2 KB

10.2 local-global-variable.go

0.4 KB

10.3 local-variable-scop.go

0.2 KB

2. Var Keyword Declaration - When the Type is Removed.mp4

62.4 MB

2. Var Keyword Declaration - When the Type is Removed.srt

9.4 KB

2.1 var-without-type.go

0.6 KB

3. Var Keyword Declaration - When the Expression is Removed.mp4

20.3 MB

3. Var Keyword Declaration - When the Expression is Removed.srt

3.3 KB

3.1 var-without-expression.go

0.5 KB

4. Var Keyword Declaration - Multiple Variables of the Same Type.mp4

19.8 MB

4. Var Keyword Declaration - Multiple Variables of the Same Type.srt

3.1 KB

4.1 var-multiple-same-type.go

0.4 KB

5. Var Keyword Declaration - Multiple Variables of Different Types.mp4

30.2 MB

5. Var Keyword Declaration - Multiple Variables of Different Types.srt

4.5 KB

5.1 var-multiple-different-type.go

0.5 KB

6. Var Keyword Declaration - Default Value.mp4

18.2 MB

6. Var Keyword Declaration - Default Value.srt

2.8 KB

6.1 var-default-value.go

0.3 KB

7. Var Keyword Declaration - Variables Declaration Block.mp4

16.1 MB

7. Var Keyword Declaration - Variables Declaration Block.srt

2.8 KB

7.1 var-grouped-blocks.go

0.3 KB

8. Short Variables - Declaration and Initialization.mp4

29.2 MB

8. Short Variables - Declaration and Initialization.srt

4.8 KB

8.1 short-declarationone.go

0.5 KB

9. Short Variables - Multiple Variables of Same and Different Types.mp4

42.5 MB

9. Short Variables - Multiple Variables of Same and Different Types.srt

6.7 KB

9.1 multiple variables by differents type.go

0.5 KB

9.2 multiple variables of same type in single declaration.go

0.5 KB

/5. Data Types/

1. Integers.mp4

43.7 MB

1. Integers.srt

6.8 KB

1.1 integer.go

0.2 KB

2. Floating - Point Numbers.mp4

26.9 MB

2. Floating - Point Numbers.srt

4.4 KB

2.1 float.go

0.2 KB

3. Complex Numbers.mp4

37.2 MB

3. Complex Numbers.srt

6.4 KB

3.1 complex-arithmetic.go

0.2 KB

3.2 complex-compile-error.go

0.2 KB

3.3 complex-define.go

0.2 KB

4. Boolean.mp4

25.8 MB

4. Boolean.srt

4.1 KB

4.1 boolean.go

0.4 KB

5. String.mp4

23.2 MB

5. String.srt

3.7 KB

5.1 string.go

0.3 KB

/6. Operators/

1. Arithmetic Operators.mp4

63.0 MB

1. Arithmetic Operators.srt

11.2 KB

1.1 addition.go

0.2 KB

1.2 decrement.go

0.2 KB

1.3 division.go

0.1 KB

1.4 increment.go

0.1 KB

1.5 modulus.go

0.1 KB

1.6 multiplication.go

0.2 KB

1.7 subtraction.go

0.2 KB

2. Assignment Operators.mp4

37.4 MB

2. Assignment Operators.srt

7.1 KB

2.1 assignment.go

0.2 KB

3. Comparison Operators.mp4

39.2 MB

3. Comparison Operators.srt

8.0 KB

3.1 equal-to.go

0.1 KB

3.2 greater-than-equal-to.go

0.1 KB

3.3 greater-than.go

0.1 KB

3.4 less-than-equal-to.go

0.1 KB

3.5 less-than.go

0.1 KB

3.6 not-equal-to.go

0.1 KB

4. Logical Operators.mp4

28.9 MB

4. Logical Operators.srt

6.1 KB

4.1 logicaland.go

0.1 KB

4.2 logicalnot.go

0.1 KB

4.3 logicalor.go

0.1 KB

5. Operators Precedence.mp4

17.0 MB

5. Operators Precedence.srt

2.6 KB

5.1 precedence.go

0.1 KB

/7. Decision Making/

1. Decision Making Concept and If Statement.mp4

29.8 MB

1. Decision Making Concept and If Statement.srt

4.9 KB

1.1 if.go

0.2 KB

2. If - Else Statement.mp4

22.8 MB

2. If - Else Statement.srt

3.6 KB

2.1 if-else.go

0.2 KB

3. Nested If Statements.mp4

25.2 MB

3. Nested If Statements.srt

3.9 KB

3.1 nested-if.go

0.3 KB

4. If-else If-else Statement.mp4

26.5 MB

4. If-else If-else Statement.srt

3.9 KB

4.1 if-elseif-else.go

0.3 KB

5. Switch Statement ( Expression Switch - Type Switch ).mp4

47.4 MB

5. Switch Statement ( Expression Switch - Type Switch ).srt

7.8 KB

5.1 expression-switch.go

0.5 KB

5.2 type-switch.go

0.4 KB

/8. Loops and Control Statements/

1. Loops Concept and For Loop as simple.mp4

28.9 MB

1. Loops Concept and For Loop as simple.srt

4.5 KB

1.1 simple.go

0.1 KB

2. infinite For-Loop.mp4

13.9 MB

2. infinite For-Loop.srt

2.1 KB

2.1 infinite.go

0.1 KB

3. For-Loop as while.mp4

6.2 MB

3. For-Loop as while.srt

2.8 KB

3.1 while.go

0.1 KB

4. Control Statement Concept and Break Statement.mp4

25.1 MB

4. Control Statement Concept and Break Statement.srt

3.8 KB

4.1 break.go

0.1 KB

5. Continue Statement.mp4

22.0 MB

5. Continue Statement.srt

3.8 KB

5.1 continue.go

0.2 KB

6. Goto Statement.mp4

25.2 MB

6. Goto Statement.srt

4.6 KB

6.1 goto.go

0.2 KB

/9. Array/

1. Creating and Accessing an Array.mp4

53.2 MB

1. Creating and Accessing an Array.srt

7.8 KB

1.1 1.var.go

0.3 KB

1.2 2-shorthand.go

0.2 KB

2. Initializing Array with Ellipses, Specific and Filter Array Elements.mp4

46.1 MB

2. Initializing Array with Ellipses, Specific and Filter Array Elements.srt

7.2 KB

2.1 elipses..go

0.1 KB

2.2 filter.go

0.3 KB

2.3 specifi-array.go

0.1 KB

3. Iterate over an Array.mp4

45.2 MB

3. Iterate over an Array.srt

6.2 KB

3.1 for-loop.go

0.4 KB

4. Copy an Array by Value and Reference into another Array.mp4

36.7 MB

4. Copy an Array by Value and Reference into another Array.srt

5.0 KB

4.1 copy-array.go

0.3 KB

5. Two Dimensional Array.mp4

59.4 MB

5. Two Dimensional Array.srt

8.3 KB

5.1 two-dimentinal-by-shorthand.go

0.3 KB

5.2 two-dimentinal-by-var.go

0.3 KB

6. Some Important Things about Array.mp4

55.3 MB

6. Some Important Things about Array.srt

7.9 KB

6.1 1.go

0.3 KB

6.2 2.go

0.3 KB

6.3 3.go

0.4 KB

6.4 4.go

0.3 KB

6.5 5.go

0.3 KB

 

Total files 681


Copyright © 2024 FileMood.com