Skip to content
View snelson82's full-sized avatar

Block or report snelson82

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
snelson82/README.md

hello-badge

Elixir GraphQL Postgres Phoenix React JavaScript Ruby

I love learning through creation and practice

%%{
  init: {
    'logLevel': 'debug',
    'theme': 'base'
  }
}%%
timeline
    title My Journey to Engineering
    Support & Implementations
      : CSS
      : JS
      : REST APIs
      : Ruby
    Content Manager
      : REST APIs
      : Ruby
    Analytics Services
      : REST APIs
      : Ruby
      : SQL & Postgres
    Implementations
      : CSS
      : JS
      : REST APIs
      : Ruby
    Technical Lead
      : REST APIs
      : Ruby
    Engineering Role
      : Elixir
      : GraphQL
      : Postgres
      : React
      : Phoenix
Loading

Time Spent Actively Coding (since 2018)

wakatime

Tools & Helpers I Use

Tool Communication Productivity Development
VS Code
Postman
Todoist
WakaTime
Notion
Slack
Linear
Google Meets
Google Sheets
Google Calendar

Pinned Loading

  1. learn-elixir learn-elixir Public

    Forked from dwyl/learn-elixir

    💧 Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!

    Elixir 1

  2. enum_deep_dive enum_deep_dive Public

    Studies for Elixir's Enum module

  3. Alias to run full set of tasks in pr... Alias to run full set of tasks in preparation for opening a pull request
    1
    alias pr-full-prep='\
    2
    (time (
    3
      echo "==> Running mix format" && \
    4
      mix format && \
    5
      echo "==> Ensuring all files are formatted" && \
  4. Alias to run various tasks in prepar... Alias to run various tasks in preparation for opening a pull request
    1
    alias pr-prep='
    2
    (time (
    3
      echo "==> Fetching deps" && \
    4
      time mix deps.get && \
    5
      echo "==> Running mix format" && \