Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meteatamel/gemini-code-assist-tour
A tour of Gemini Code Assist
https://github.com/meteatamel/gemini-code-assist-tour
Last synced: 2 days ago
JSON representation
A tour of Gemini Code Assist
- Host: GitHub
- URL: https://github.com/meteatamel/gemini-code-assist-tour
- Owner: meteatamel
- License: apache-2.0
- Created: 2024-04-19T09:52:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T16:37:50.000Z (3 months ago)
- Last Synced: 2024-12-27T05:41:55.719Z (7 days ago)
- Language: HTML
- Size: 2.65 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Tour of Gemini Code Assist
This repository contains a guided a tour of [Gemini Code
Assist](https://cloud.google.com/products/gemini/code-assist) for AI-assisted
application development.More specifically, you will use Gemini Code Assist in [Cloud
Code](https://cloud.google.com/code) IDE plugin in Visual Studio Code to design
and create an application, explain, run, generate, test code, and more. You can
see the final application in the [app](./app/) folder.## Slides
There's a
[presentation](https://speakerdeck.com/meteatamel/improve-your-development-workflow-with-gemini-code-assist)
that accompanies this repository.## Steps
Follow the following steps:
* [Setup Gemini Code Assist](./docs/setup.md)
* [Design application](./docs/design-app.md)
* [Create application](./docs/create-app.md)
* [Explain code](./docs/explain-code.md)
* [Run code locally](./docs/run-code-locally.md)
* [Generate code](./docs/generate-code.md)
* [Generate tests](./docs/generate-tests.md)
* [Transform code](./docs/transform-code.md)
* [Deploy code](./docs/deploy-code.md)
* [Explain log entry](./docs/explain-log-entry.md)
* [Code customization](./docs/code-customization.md)