Sponsored by AppSignal
Would you like to see your link here? Contact us
Notesclub

Livebook Notebooks

index.livemd

Livebook Notebooks

Summary

This is a series of personal Livebook Notebooks to cover a few areas of need. They are also immensely helpful in learning more complex Elixir concepts. Livebook is far more user friendly than iex though that becomes far more useful when you do something like export ERL_AFLAGS "-kernel shell_history enabled -kernel shell_history_file_bytes 1024000".

This is my list of Elixir shell variables in case you’re curious. I happen to be using the fish shell so this is located in ~/.config/fish/config.fish:

# Set Elixir variables
set -g -x KERL_BUILD_DOCS yes
set -g -x KERL_DOC_TARGETS "man html pdf chunks"
set -g -x ERL_AFLAGS "-kernel shell_history enabled -kernel shell_history_file_bytes 1024000"

Notebooks

Job Board Crawling by SpiderMan

  1. ElixirRadar Jobs
  2. Elixir Jobs
  3. Elixir Forum Jobs
  4. Elixir Companies

Job Board Parsing by Req

  1. larajobs The official Laravel job board

Job Search

  1. Job Description to Markdown
  2. Job Application Fields to Markdown

Conference Notes

ElixirConf US 2022

  1. Wednesday Morning
  2. Wednesday Afternoon
  3. Thursday
  4. Friday
  5. Teller Challenge

CodeBEAM US 2022

  1. Thursday
  2. Teller Challenge

Miscellaneous

  1. DockYard Academy Capstone Prototype
  2. Supabase Edge Functions T-Shirt Contest
  3. Supabase Edge Functions T-Shirt Contest #2
  4. Laravel Giveaway 2022
  5. Scratchpad
  6. Oddities and Awkward Things