(Agile and so on)
He makes bath time lots of fun and he often helps you talk out your problem and find a solution.
What is Rubber Duckie?
What is something you would find in your garage and is something that helps us debug in browsers. You must get the full two word phrase for points.
What are Dev tools.
The three front-end languages
What is Html, Css & JavaScript?
The use of this statement to obtain all records from a particular DB is a standard, accepted practice for testing your DB however, you would never use it in full production projects.
What is Select * From TableName
MVC stands for this.
Model, Views, and Controllers
This is a common hiring practice used to ensure the applicant really knows what they claim to know.
What is a "Prove it" test?
What is something on a tree and is our way to work on different features at the same time without conflicting changes.
What is a branch.
DAILY DOUBLE
Fa stands for this.
What is a long long way to run and also Font Awesome?
A programming standard that allows us to connect with external partners such as TTD
API
Techniques for tracking information. In web applications, this usually involves techniques for persisting data between page requests and responses.
What is State Management
Jenna told us about these values used to estimate a unit of work. You might also award these to the best fairy tale.
What are story points?
This is something you can order from Ihop or the term used for all three tiers of web development.
What is Full Stack?
The primary version control system taught at Centriq.
What is Git?
This used in entity framework to make queries to DbSets, entity framework will translate these queries to sql queries at runtime.
LINQ
Language Integrated Query
While ______ has become the standard for development use today, replacing XML. Still, the acronym has not changed for _______ and what it stands for.
Bonus Available
Bonus:
Used to enhance the UI performance by reducing full page reloads and the number of returns to the DB.
During this time you’re not sitting down when you take five in the morning to discuss the progress of the teams work.
What is a Stand Up?
What is something you find in the airport and is a place where we write commands to control our computers.
What is terminal.
This acronym shared with the Canadian Sleep Society is also used to describe the styling language that makes the internet pretty.
What is CSS?
It is a common naming convention to name your database tables ____ and allowing Entity Framework to make them _____.
What is plural and singular?
DAILY DOUBLE
This type of view can be used in conjunction with other views.
What is a partial view?
"You __, I __." These two four-letter words comprise a commonly used phrase in the dev community when someone has finished a feature and wants a teammate to see it on their computer.
What is "You push, I'll pull".
TDD stands for and means this.
What is Test-Driven Development is An approach to development that requires writing the test code before writing the production code that will be tested. The goal is to force development to clearly follow goals, and for goals to therefore be specific and testable.
A class of quarrelsome spells taught in a Defense Against the Dark Arts class or a 6 digit value that describes a color.
Hex Code
This allows us to update our database with new table structures OR what geese do in the winter
Migration
You want to start the data layer of your two-tier application. These 5 broad steps are needed before you can move on to unpacking your template.
1. Add the new project (class library)
2. Add a new item to connect it to your DB (ADO.NET Entity Model)
3. Update your connection strings
4. Create your metadata (add a folder, copy properties, ect.)
5. Build out your models and views.