- screenshots of scores will be posted in comments
- screenshots of completed sections will be posted in comments
How does the Agile model compare to the Waterfall model?
The Waterfall model is a linear and more rigid workflow model where the product is only presented at completion. Agile workflow is created and presented in small increments
Why do you think Agile is so popular in software development?
Agile can be adapted and changed based on client and industry changes much more easily and it is very important in the software industry to keep up with sudden changes
Do you think Agile is applicable to all industries?
Group Member Names: Caleb Cowen, David Tinianow, Sonia Gupta, Ryan Flach
Group Member Names:
When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed?
Work after class, set a goal to finish and work until we hit that goal. Some members may have to leave for a bit after class to take care of pets but will come back
How will group members communicate? How often will communication happen, and how will open lines of communication be maintained?
Have a stand up before starting work each day. Communicate in an outspoken manner. Switch drivers/navigators regularly
I want an environment that continues the same feeling of community I've felt while at Turing. I want to learn and grow into an experienced and skilled developer I want to learn skills and languages that I currently don't know
My Barriers:
I have trouble presenting myself in written form. Action: Start with one thing to talk about, break it down into easy chunks
I have trouble starting conversations
rails plugin new <project_name> -T -d postgresql --dummy-path=spec/dummy --skip-turbolinks --skip-spring --mountable
-T
skips the creation of the test directory and the use of Test::Unit
--dummy-path=spec/dummy
sets up your dummy app in a spec directory--skip-turbolinks
& --skip-spring
creates a project that does not use turbolinks or spring--mountable
creates a "mountable" and namespace-isolated engine.This gist outlines a highly effective and cost-optimized workflow for software development using Roo Code, leveraging a multi-model approach. This setup has been successfully used to build working applications, such as Baccarat game simulations with betting strategy analysis, and my personal portfolio site.
The power of this setup lies in strategically assigning different Large Language Models (LLMs) to specialized "modes" within Roo Code, optimizing for performance, cost, and specific task requirements.