Journal Entry, March 15th to March 22nd 2019

March 22, 2019 · 1 min read

VSCode usage patterns

  • Highlighting the method name like Integer.is_odd gives the definition (hell yes).

    • Peek reminds me of PHPStorm.

JavaScript

  1. Mon Mar 18

Elixir Koans

  1. Wed Mar 20

    • Initially tried using my elixir version but ran into minor issues

      • Changes the file mix.lock due to differences in runtime.
      • Various warnings that come up in the official docker image.
    • Equalities
    • Prepped git repository for common changes and using a feature/pass_1 branch to show our first pass.

      Erlang/OTP 21 [erts-10.2.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]
      
      Elixir 1.8.1 (compiled with Erlang/OTP 21)