Group Project: Presentation
Mix.install([
{:jason, "~> 1.4"},
{:kino, "~> 0.9", override: true},
{:youtube, github: "brooklinjazz/youtube"},
{:hidden_cell, github: "brooklinjazz/hidden_cell"}
])
Navigation
Home Report An Issue Blog: Custom FeatureCapstone Project GuideRequirements
Look back to the requirements for the Blog project and ensure all of your features match the stated requirements. Speak with your instructor if you would like clarity on anything.
Presentation
Groups will present their projects to the rest of the class. In your presentation include the following:
- An overview of the project and how it works
- Highlight one aspect of the code that was particularly challenging or engaging. Show code examples.
- Features that you would be interested in expanding upon or any bugs/issues you would like to solve if you had the time.
The presentation will be done informally to the rest of the class to mimic how you would present a feature internally on a development team. During and after each presentation (time permitting) students will engage in group discussion to learn from eachother’s experiences.
There is no time limit, but typically these types of internal presentations last around 15
minutes.
Commit Your Progress
DockYard Academy now recommends you use the latest Release rather than forking or cloning our repository.
Run git status
to ensure there are no undesirable changes.
Then run the following in your command line from the curriculum
folder to commit your progress.
$ git add .
$ git commit -m "finish Group Project: Presentation exercise"
$ git push
We’re proud to offer our open-source curriculum free of charge for anyone to learn from at their own pace.
We also offer a paid course where you can learn from an instructor alongside a cohort of your peers. We will accept applications for the June-August 2023 cohort soon.