by Bryce Ford | Apr 19, 2018 | Tech Talk
After creating some automated tests it is commonly discovered that the IDE (Interactive Development Environment) you chose to write the tests has a pretty good test running/reporting tool. It is easy to stop there and declare that whenever we need to run any tests we...
by Bryce Ford | Mar 26, 2018 | Tech Talk
Git is version control. Meaning a way to track changes that happen in a project (directory of files) and save them as versions of the project. How Does “git” Work When a git project is initialized in a directory it creates what is called a repository, or a database to...
Recent Comments