Loading...
「ツール」は右上に移動しました。
14いいね 560回再生

Code Vipassana Season 5 Session 3: Duet AI to accelerate test driven development

Lab: codelabs.developers.google.com/tdd-ruby-app-duetai
Details: codevipassana.dev/

This codelab introduces the principles of Test Driven Development ( TDD ), where you write tests before implementing code. We'll build a simple calculator app using Ruby showcasing this approach.

You'll also learn how to use Duet AI, as your coding assistant. Duet AI will help accelerate the TDD cycle by generating test cases, suggesting code implementations, and even providing explanations of the code.

Finally, you'll see how to deploy the calculator app to Cloud Function, Google's fully managed serverless platform, making your app accessible.