Hi! Some of the tutorials and code walkthroughs are available via our youtube channel** https://www.youtube.com/@askaraituov**
Lesson 1 The task. You should review an appscript code below. The app should do the following. It should access Google sheets. Review the list of links which lead to open cloudskillsboost public profiles. Review each profile and calculate number of badges. Here is an example of a cloudskillsboost public profile. https://www.cloudskillsboost.google/public_profiles/85a2f4b6-ce2a-4a67-a362-675c4a366772. Here is an example of a badge https://www.cloudskillsboost.google/public_profiles/85a2f4b6-ce2a-4a67-a362-675c4a366772/badges/4776948
Please consider the code below and review if it's launchable. You can fork this code or alternatively you can create your own code. Regards, Askar
Lesson 2
Hi folkks! To receive free capabilities to generate/summarize text or image data you can use Palm API by Google. It powers Bard and other production level AI solutions.
- Go to Maker suite and retrieve your API Key https://makersuite.google.com/
- Then perform the prompt operations as shown below. Press "Get code" in the right navigation panel! You can now display it via any front end as shown in the picture https://i.postimg.cc/44tspQZ3/Devscentral-asia1.png
- ![Alternate image text] (https://i.postimg.cc/44tspQZ3/Devscentral-asia1.png)
- The code repo contains a sample code from Google how you can query Palm API
Week 1 We follow instructions from official Google developers Apps script fundamentals playlist https://developers.google.com/codelabs/apps-script-fundamentals-1?hl=en#4
Lesson 3. Via Apps script we learn to publish out project online. Can be published as html/css or other forms. You can select any user authentification methods as well. More details on html service here: 1 https://developers.google.com/apps-script/reference/html 2 https://developers.google.com/apps-script/guides/html/communication