Skip to content

Cohort 2

Latest
Compare
Choose a tag to compare
@BrooklinJazz BrooklinJazz released this 04 Jun 07:58
· 94 commits to main since this release
2134be8

Release Notes

  • Updated content for Phoenix 1.7.
  • Now Using Finch instead of HTTPoison
  • Removed the BookSearch project in favor of a Blog project.
  • Added new lessons and exercises.
  • Addition of Kino Tailwind Playground.
  • Added ChatGPT for API examples.
  • Clarified and expanded Blog group project and capstone project requirements.
  • Added Bonus Topics section for further learning.
  • Unified learning material into the PicChat and Blog projects where appropriate. (i.e. removing Newsletter and Diary project)
  • Moving towards ERDiagrams instead of class diagrams where appropriate
  • Moving away from follow-along tutorials in favor of reading material + mob programming or projects.
  • Various bugfixes and contributions.

For Mac or Linux users, you can download the Source code.zip file to download the curriculum, then extract it.

For WSL users, you can download the zip file using wget. Run the following from the WSL command line.

$ wget https://github.com/DockYard-Academy/curriculum/archive/refs/tags/V2.0.0.zip
$ unzip V2.0.0.zip