Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.


Presentation

## 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)