Week 12


Awesome inc. Summer 2023 Bootcamp


Describe Agile Development or a specific ceremony (stand up, retro, sprints, etc.)

Agile development is a organizational system to help in the creation of software by applying proven principles of development. Stand up for instance helps the invdividual feel more part of the whole process, while giving a quick recap to the entire group of progress. Any shortcomings will be seen in the stand up as well, which allows them to be addressed before becoming bigger issues.

Convince someone who does not use frameworks why using a framework is beneficial. (Bootstrap, React, Django, or DRF)

Frameworks are beneficial because they allow you to complete a task while hiding some of the logic code writing in already created code. While the learning curve for some frameworks is steep, once you have understanding the frameworks will save you time in future projects.