Practice Project

You cannot view this unit as you're not logged in yet. Go to Account to login.

11 Comments

  1. Jaison Vieira on October 3, 2021 at 8:34 am

    I did all this using the previous lessons and some google for things I couldn’t figure out and only realized that I should go along with the next lessons when I got to binaries and it got extremely hard. 🤦🏽‍♂️

    I gotta say I learned a lot. Will keep with the next lessons and brush up on what I did so far. I’ve never seen a course like this. It’s very good and I will definitely do the next one.

    Great job, Mark!

  2. Maksym Kosenko on October 28, 2021 at 3:05 pm

    I like TDD, it’s like an old school Ruby Way.
    Awesome!!! 🔥 🔥 🔥
    Thanks Mark

  3. Larry Rix on October 28, 2022 at 3:09 pm

    PS D:\dev\edu\pattern_matching> iex.bat -S mix
    warning: use Mix.Config is deprecated. Use the Config module instead
    config/config.exs:12

    Interactive Elixir (1.14.1) – press Ctrl+C to exit (type h() ENTER for help)
    iex(1)>

    • Caleb Josue Ruiz Torres on August 24, 2023 at 4:57 pm

      Most likely you have already figured this out.

      But in case any other person wants to get rid of this warning.

      One shall change Line of Code # 12 at `config/config.exs` as follows.

      `use Mix.Config` will become `import Config`.


      Caleb

    • Mark Ericksen on September 28, 2023 at 8:14 am

      I updated the downloads to not give this warning any more. Thanks!

  4. Marko Kosir on November 7, 2023 at 2:27 pm

    If I run “mix test” in unzipped folder I get 0 failures:

    mix test
    …………………………………………
    Finished in 0.1 seconds (0.00s async, 0.1s sync)
    48 tests, 0 failures

    Shouldn’t there be lots of errors?

    • Mark Ericksen on November 7, 2023 at 8:41 pm

      Hi Marko!

      Yes, there should have been errors. I corrected the issue. A recent update to the project file accidentally left it on the “solutions” branch instead of the “main” branch. You can re-download the file to have it correct.

  5. Marcus West on June 25, 2024 at 3:40 pm

    I can see all the tasks in lib/pattern_matching but there are no instructions

    • Mark Ericksen on June 25, 2024 at 5:06 pm

      Hi Marcus! Sorry for the confusion, the instructions are part of the course. After downloading the project, continue to the next lesson for the instructions.

  6. Benjamin Li on November 24, 2024 at 1:33 pm

    Hi Mark, getting a “Request Denied”, “Access has expired” error from s3 when trying to download the project

    • Mark Ericksen on November 24, 2024 at 1:40 pm

      Hi Benjamin!

      Refresh the page and try downloading it again. The link is a time-based authenticated S3 file link. If the page is open too long before downloading, the link will have expired. Sorry for the inconvenience! Hope that helps!

Leave a Comment

You must be logged in to post a comment.