Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GitHub 

  • Downloading Git - GitHub is a repository that makes it easy to share code with your group.
  • Git Repositories and SourceTree - If your project requires Git to share code, SourceTree is an easy-to-use graphical interface 3rd party tool that allows you to skip using command lines. You can download it here: https://www.sourcetreeapp.com/. When you make an account use the same credentials as your Git account.
  • TIP: we wanted to point out that fact that McComb’s offers students to upgrade their account.  This provides the options to make repositories private, which is unavailable to the normal free account.  API keys can safely be pushed into a private repo without compromising the application’s security.

...

GitLab is a great alternative to GitHub that offers free private repos and automatic CI and unit testing for FREE! This can save your client money if they do not want their code out in the public but also do not want to pay for a GitHub subscription for devs. This also makes testing and deploying easier (automatic) if you can write a script. https://about.gitlab.com/  


SharePoint

Overview 

  • SharePoint is a Microsoft collaborative workspace environment.  

  • With enough configuration, SharePoint can do nearly anything.  

...

  • For developing forms in SharePoint, native forms provide some functionality (developed through the browser).  

  • For more control, use InfoPath, a free Microsoft form editor. 

...