TorBT - Torrents and Magnet Links Search Engine
Udemy - Building GUI Applications with Fyne and Go (Golang)
- Date: 2023-10-27
- Size: 2.0 GB
- Files: 189
File Name
Size
01. Introduction/01. Introduction.mp4
61 MB
01. Introduction/01. Introduction.srt
9.9 kB
01. Introduction/02. About me.mp4
19 MB
01. Introduction/02. About me.srt
1.6 kB
01. Introduction/03. Installing Go.mp4
8.3 MB
01. Introduction/03. Installing Go.srt
1.2 kB
01. Introduction/04. Installing Visual Studio Code.mp4
7.7 MB
01. Introduction/04. Installing Visual Studio Code.srt
2.4 kB
01. Introduction/05. Installing Make.mp4
11 MB
01. Introduction/05. Installing Make.srt
2.3 kB
01. Introduction/06. Asking for help.mp4
23 MB
01. Introduction/06. Asking for help.srt
2.2 kB
01. Introduction/07. Mistakes. We all make them..mp4
2.2 MB
01. Introduction/07. Mistakes. We all make them..srt
1.9 kB
02. Getting Started with Fyne/01. Installing the necessary tools.mp4
14 MB
02. Getting Started with Fyne/01. Installing the necessary tools.srt
2.9 kB
02. Getting Started with Fyne/01.1 Getting Started with Fyne.html
95 B
02. Getting Started with Fyne/02. The obligatory Hello, world! application.mp4
19 MB
02. Getting Started with Fyne/02. The obligatory Hello, world! application.srt
7.6 kB
02. Getting Started with Fyne/02.1 hello-world.zip
5.3 kB
02. Getting Started with Fyne/03. The structure of a Fyne application.mp4
12 MB
02. Getting Started with Fyne/03. The structure of a Fyne application.srt
5.8 kB
02. Getting Started with Fyne/03.1 hello-world.zip
5.3 kB
02. Getting Started with Fyne/04. Adding a simple container, an entry, and a button.mp4
44 MB
02. Getting Started with Fyne/04. Adding a simple container, an entry, and a button.srt
13 kB
02. Getting Started with Fyne/04.1 hello-world.zip
5.5 kB
03. First Project Building a Markdown Editor/01. What we'll cover in this section.mp4
9.7 MB
03. First Project Building a Markdown Editor/01. What we'll cover in this section.srt
2.6 kB
03. First Project Building a Markdown Editor/02. Getting started with the MarkDown editor.mp4
58 MB
03. First Project Building a Markdown Editor/02. Getting started with the MarkDown editor.srt
17 kB
03. First Project Building a Markdown Editor/02.1 fyne-md.zip
5.5 kB
03. First Project Building a Markdown Editor/03. Adding a Main Menu to our Application.mp4
30 MB
03. First Project Building a Markdown Editor/03. Adding a Main Menu to our Application.srt
5.3 kB
03. First Project Building a Markdown Editor/03.1 fyne-md.zip
5.8 kB
03. First Project Building a Markdown Editor/04. Making Menu Items Functional Saving files.mp4
67 MB
03. First Project Building a Markdown Editor/04. Making Menu Items Functional Saving files.srt
16 kB
03. First Project Building a Markdown Editor/04.1 fyne-md.zip
6.1 kB
03. First Project Building a Markdown Editor/05. Opening files.mp4
44 MB
03. First Project Building a Markdown Editor/05. Opening files.srt
7.8 kB
03. First Project Building a Markdown Editor/05.1 fyne-md.zip
6.2 kB
03. First Project Building a Markdown Editor/06. Adding a filter to the open file command.mp4
29 MB
03. First Project Building a Markdown Editor/06. Adding a filter to the open file command.srt
6.2 kB
03. First Project Building a Markdown Editor/06.1 fyne-md.zip
6.3 kB
03. First Project Building a Markdown Editor/07. Making the Save menu item functional.mp4
28 MB
03. First Project Building a Markdown Editor/07. Making the Save menu item functional.srt
4.8 kB
03. First Project Building a Markdown Editor/07.1 fyne-md.zip
6.4 kB
03. First Project Building a Markdown Editor/08. Packaging our application.mp4
22 MB
03. First Project Building a Markdown Editor/08. Packaging our application.srt
5.0 kB
03. First Project Building a Markdown Editor/08.1 fyne-md.zip
21 kB
03. First Project Building a Markdown Editor/08.2 icon.png.zip
15 kB
03. First Project Building a Markdown Editor/09. Writing a simple test for our application.mp4
31 MB
03. First Project Building a Markdown Editor/09. Writing a simple test for our application.srt
9.9 kB
03. First Project Building a Markdown Editor/09.1 fyne-md.zip
26 kB
03. First Project Building a Markdown Editor/10. Defining a custom theme.mp4
20 MB
03. First Project Building a Markdown Editor/10. Defining a custom theme.srt
4.7 kB
03. First Project Building a Markdown Editor/10.1 theme.go.zip
658 B
04. Second Project GoldWatcher/01. What we'll cover in this section.mp4
18 MB
04. Second Project GoldWatcher/01. What we'll cover in this section.srt
4.9 kB
04. Second Project GoldWatcher/02. Setting up a simple application.mp4
28 MB
04. Second Project GoldWatcher/02. Setting up a simple application.srt
10 kB
04. Second Project GoldWatcher/02.1 gold.zip
24 kB
04. Second Project GoldWatcher/03. Getting started on the user interface.mp4
31 MB
04. Second Project GoldWatcher/03. Getting started on the user interface.srt
8.7 kB
04. Second Project GoldWatcher/03.1 gold.zip
24 kB
04. Second Project GoldWatcher/04. Getting the current price of gold from an external site.mp4
59 MB
04. Second Project GoldWatcher/04. Getting the current price of gold from an external site.srt
14 kB
04. Second Project GoldWatcher/04.1 gold.zip
25 kB
04. Second Project GoldWatcher/05. Writing tests for our gold prices logic.mp4
50 MB
04. Second Project GoldWatcher/05. Writing tests for our gold prices logic.srt
14 kB
04. Second Project GoldWatcher/05.1 gold.zip
26 kB
04. Second Project GoldWatcher/06. Creating and returning the prices container.mp4
56 MB
04. Second Project GoldWatcher/06. Creating and returning the prices container.srt
12 kB
04. Second Project GoldWatcher/06.1 gold.zip
27 kB
04. Second Project GoldWatcher/07. Displaying prices in our application window.mp4
17 MB
04. Second Project GoldWatcher/07. Displaying prices in our application window.srt
5.1 kB
04. Second Project GoldWatcher/07.1 gold.zip
27 kB
04. Second Project GoldWatcher/08. Writing a test for the getPriceText function.mp4
58 MB
04. Second Project GoldWatcher/08. Writing a test for the getPriceText function.srt
14 kB
04. Second Project GoldWatcher/08.1 gold.zip
30 kB
04. Second Project GoldWatcher/09. Creating a toolbar.mp4
23 MB
04. Second Project GoldWatcher/09. Creating a toolbar.srt
6.2 kB
04. Second Project GoldWatcher/09.1 gold.zip
31 kB
04. Second Project GoldWatcher/10. Writing a test for the toolbar.mp4
17 MB
04. Second Project GoldWatcher/10. Writing a test for the toolbar.srt
4.4 kB
04. Second Project GoldWatcher/10.1 gold.zip
31 kB
04. Second Project GoldWatcher/11. Adding application tabs.mp4
27 MB
04. Second Project GoldWatcher/11. Adding application tabs.srt
6.6 kB
04. Second Project GoldWatcher/11.1 gold.zip
31 kB
04. Second Project GoldWatcher/12. Getting the Gold Price Chart.mp4
39 MB
04. Second Project GoldWatcher/12. Getting the Gold Price Chart.srt
9.4 kB
04. Second Project GoldWatcher/12.1 gold.zip
32 kB
04. Second Project GoldWatcher/13. Creating and returning the priceChart container.mp4
29 MB
04. Second Project GoldWatcher/13. Creating and returning the priceChart container.srt
6.2 kB
04. Second Project GoldWatcher/13.1 gold.zip
32 kB
04. Second Project GoldWatcher/14. Handling the situation when no network is available.mp4
24 MB
04. Second Project GoldWatcher/14. Handling the situation when no network is available.srt
5.2 kB
04. Second Project GoldWatcher/14.1 gold.zip
58 kB
04. Second Project GoldWatcher/14.2 unreachable.png.zip
11 kB
04. Second Project GoldWatcher/15. Displaying the chart in our application window.mp4
22 MB
04. Second Project GoldWatcher/15. Displaying the chart in our application window.srt
3.5 kB
04. Second Project GoldWatcher/15.1 gold.zip
79 kB
04. Second Project GoldWatcher/16. Writing a function that will refresh all Gold price information.mp4
24 MB
04. Second Project GoldWatcher/16. Writing a function that will refresh all Gold price information.srt
4.6 kB
04. Second Project GoldWatcher/16.1 gold.zip
79 kB
04. Second Project GoldWatcher/17. Enabling the refresh icon in the toolbar.mp4
11 MB
04. Second Project GoldWatcher/17. Enabling the refresh icon in the toolbar.srt
2.8 kB
04. Second Project GoldWatcher/17.1 gold.zip
79 kB
04. Second Project GoldWatcher/18. Updating gold prices in the background.mp4
17 MB
04. Second Project GoldWatcher/18. Updating gold prices in the background.srt
3.7 kB
04. Second Project GoldWatcher/18.1 gold.zip
79 kB
05. Second Project Part II, Connecting to a database/01. What we'll cover in this section.mp4
11 MB
05. Second Project Part II, Connecting to a database/01. What we'll cover in this section.srt
2.7 kB
05. Second Project Part II, Connecting to a database/02. Setting up a database repository.mp4
40 MB
05. Second Project Part II, Connecting to a database/02. Setting up a database repository.srt
10 kB
05. Second Project Part II, Connecting to a database/02.1 gold.zip
79 kB
05. Second Project Part II, Connecting to a database/03. Implementing a sqlite Repository.mp4
65 MB
05. Second Project Part II, Connecting to a database/03. Implementing a sqlite Repository.srt
14 kB
05. Second Project Part II, Connecting to a database/03.1 gold.zip
80 kB
05. Second Project Part II, Connecting to a database/04. Implementing a sqlite repository, continued.mp4
36 MB
05. Second Project Part II, Connecting to a database/04. Implementing a sqlite repository, continued.srt
7.4 kB
05. Second Project Part II, Connecting to a database/04.1 gold.zip
81 kB
05. Second Project Part II, Connecting to a database/05. Setting up our testing environment for db-sqlite.go.mp4
22 MB
05. Second Project Part II, Connecting to a database/05. Setting up our testing environment for db-sqlite.go.srt
5.5 kB
05. Second Project Part II, Connecting to a database/05.1 gold.zip
83 kB
05. Second Project Part II, Connecting to a database/06. Testing our sqlite database repository.mp4
68 MB
05. Second Project Part II, Connecting to a database/06. Testing our sqlite database repository.srt
13 kB
05. Second Project Part II, Connecting to a database/06.1 gold.zip
84 kB
05. Second Project Part II, Connecting to a database/07. Connecting our application to sqlite.mp4
68 MB
05. Second Project Part II, Connecting to a database/07. Connecting our application to sqlite.srt
14 kB
05. Second Project Part II, Connecting to a database/07.1 gold.zip
84 kB
05. Second Project Part II, Connecting to a database/08. Setting up a test repository.mp4
38 MB
05. Second Project Part II, Connecting to a database/08. Setting up a test repository.srt
6.0 kB
05. Second Project Part II, Connecting to a database/08.1 gold.zip
85 kB
06. Second Project Part III, populating the holdings tab/01. What we'll cover in this section.mp4
7.3 MB
06. Second Project Part III, populating the holdings tab/01. What we'll cover in this section.srt
1.6 kB
06. Second Project Part III, populating the holdings tab/02. Getting started with the holdings tab.mp4
42 MB
06. Second Project Part III, populating the holdings tab/02. Getting started with the holdings tab.srt
9.1 kB
06. Second Project Part III, populating the holdings tab/02.1 gold.zip
85 kB
06. Second Project Part III, populating the holdings tab/03. Getting the slice of holdings and testing our currentHoldings function and.mp4
64 MB
06. Second Project Part III, populating the holdings tab/03. Getting the slice of holdings and testing our currentHoldings function and.srt
12 kB
06. Second Project Part III, populating the holdings tab/03.1 gold.zip
86 kB
06. Second Project Part III, populating the holdings tab/04. Testing our getHoldingSlice function.mp4
8.9 MB
06. Second Project Part III, populating the holdings tab/04. Testing our getHoldingSlice function.srt
1.9 kB
06. Second Project Part III, populating the holdings tab/04.1 gold.zip
86 kB
06. Second Project Part III, populating the holdings tab/05. Building the table widget.mp4
75 MB
06. Second Project Part III, populating the holdings tab/05. Building the table widget.srt
15 kB
06. Second Project Part III, populating the holdings tab/05.1 gold.zip
86 kB
06. Second Project Part III, populating the holdings tab/06. Getting the information we need in order to refresh the holdings table.mp4
24 MB
06. Second Project Part III, populating the holdings tab/06. Getting the information we need in order to refresh the holdings table.srt
4.4 kB
06. Second Project Part III, populating the holdings tab/06.1 gold.zip
88 kB
06. Second Project Part III, populating the holdings tab/07. Creating the refreshHoldingsTable function.mp4
16 MB
06. Second Project Part III, populating the holdings tab/07. Creating the refreshHoldingsTable function.srt
2.8 kB
06. Second Project Part III, populating the holdings tab/07.1 gold.zip
88 kB
06. Second Project Part III, populating the holdings tab/08. Displaying the holdings table in our application (finally!).mp4
18 MB
06. Second Project Part III, populating the holdings tab/08. Displaying the holdings table in our application (finally!).srt
4.2 kB
06. Second Project Part III, populating the holdings tab/08.1 gold.zip
88 kB
06. Second Project Part III, populating the holdings tab/09. Manually entering some data into sqlite.mp4
34 MB
06. Second Project Part III, populating the holdings tab/09. Manually entering some data into sqlite.srt
9.1 kB
06. Second Project Part III, populating the holdings tab/09.1 BeeKeeper Studio.html
92 B
06. Second Project Part III, populating the holdings tab/09.2 Getting the time as Unix.html
94 B
06. Second Project Part III, populating the holdings tab/09.3 gold.zip
89 kB
06. Second Project Part III, populating the holdings tab/10. Changing the container type for our holdings table.mp4
29 MB
06. Second Project Part III, populating the holdings tab/10. Changing the container type for our holdings table.srt
6.8 kB
06. Second Project Part III, populating the holdings tab/10.1 gold.zip
96 kB
06. Second Project Part III, populating the holdings tab/11. Fixing a problem with the delete button.mp4
29 MB
06. Second Project Part III, populating the holdings tab/11. Fixing a problem with the delete button.srt
7.1 kB
06. Second Project Part III, populating the holdings tab/11.1 gold.zip
96 kB
06. Second Project Part III, populating the holdings tab/12. Enabling the add holdings button in the toolbar.mp4
54 MB
06. Second Project Part III, populating the holdings tab/12. Enabling the add holdings button in the toolbar.srt
14 kB
06. Second Project Part III, populating the holdings tab/12.1 gold.zip
97 kB
06. Second Project Part III, populating the holdings tab/13. Adding validation to our add holdings dialog.mp4
50 MB
06. Second Project Part III, populating the holdings tab/13. Adding validation to our add holdings dialog.srt
9.6 kB
06. Second Project Part III, populating the holdings tab/13.1 gold.zip
97 kB
06. Second Project Part III, populating the holdings tab/14. Fixing a problem with the way prices display, and writing a simple test.mp4
45 MB
06. Second Project Part III, populating the holdings tab/14. Fixing a problem with the way prices display, and writing a simple test.srt
8.2 kB
06. Second Project Part III, populating the holdings tab/14.1 gold.zip
97 kB
06. Second Project Part III, populating the holdings tab/15. Adding an icon, and building an executable.mp4
18 MB
06. Second Project Part III, populating the holdings tab/15. Adding an icon, and building an executable.srt
4.2 kB
06. Second Project Part III, populating the holdings tab/15.1 icon.png.zip
51 kB
06. Second Project Part III, populating the holdings tab/16. Setting up preferences for our application.mp4
21 MB
06. Second Project Part III, populating the holdings tab/16. Setting up preferences for our application.srt
4.0 kB
06. Second Project Part III, populating the holdings tab/16.1 gold.zip
7.0 MB
07. For Mac users Signing our Application through Apple/01. What we'll cover in this section.mp4
8.8 MB
07. For Mac users Signing our Application through Apple/01. What we'll cover in this section.srt
2.0 kB
07. For Mac users Signing our Application through Apple/02. Installing Xcode, and getting a developer account.mp4
14 MB
07. For Mac users Signing our Application through Apple/02. Installing Xcode, and getting a developer account.srt
3.5 kB
07. For Mac users Signing our Application through Apple/03. Signing our application.mp4
64 MB
07. For Mac users Signing our Application through Apple/03. Signing our application.srt
12 kB
07. For Mac users Signing our Application through Apple/03.1 build.sh.zip
2.2 kB