Prompting Techniques
- Zero shot prompting: we directly ask question with out any examples
Explain version control system.
- Few shot prompting: Here we enter the prompt with few examples and then ask the question
I want you to explain branching strategies in the following way
gitflow:
when was this introduced : 2010 by Vincent Driessen
core concept:
main (or master): This branch represents the production-ready code. It should always be stable and deployable. Every commit on main typically corresponds to a new versioned release.
develop: This is the integration branch for all ongoing development. New features are merged into develop once they are complete. It contains the latest delivered development changes for the next release
best for:
Projects with Scheduled Release Cycles / Versioned Releases
Large and Complex Projects with Multiple Teams
Now explain about github branching strategy
- Chain of thought: We ask the model rather than directly giving us answer, workout the solution step by step.
A pod in kubernetes is not getting started. Lets look into step by step approach to find the possible reason for failure
Visual Help
- Google AI Studio.
- watch recording.
Like this:
Like Loading...