youtube image
From YouTube: How is software made?

Description

Jen and William talk about how software gets from an idea to a running application that and end-user logs into. Often referred to as the SDLC (Software Development Lifecycle) or "DevOps Lifecycle" this video discusses how an idea moves from gets planned and scoped with agile planning tools, code gets written and reviewed with source code management, the code is tested, packaged, and deployed in an automated fashion with CI/CD, then is monitored in a product environment.

Links discussed in the video:
Learn Git: https://www.codecademy.com/learn/learn-git
Empowering Non-developers to use Git: https://www.youtube.com/watch?v=pY5i0Io86UQ (video) https://gitlab.com/williamchia/git-merge-2018 (project)