Skip to content
View carsonmulligan's full-sized avatar
πŸ“¦
Shipping
πŸ“¦
Shipping

Block or report carsonmulligan

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
carsonmulligan/README.md
class Carson < HappyDude
  def initialize
    @tools = [ 'Python', 'PySpark', 'SQL',  'Databricks', 'Ruby on Rails', 'JavaScript', 'Web APIs']
    @interests = [ 'Supply Chains', 'Language Acquisition' ] 
    @languages = [ 'English', 'Mandarin', 'Portuguese', 'French', 'Spanish']
    @hobbies = [ 'Writing', 'Podcasting', 'Language Learning' ]
  end

  def currently
    {
      reading: [ 'Science Fiction Classics' ]
      writing: [ 'Journal entries in Gitub' ]
      listening: [ 'Friday Night by Beck Martin' ]
      speaking: [ 'Freestyle Rap', 'To the homies', ]
      studying: [ 'Models of Network Analysis', 'Language Learning Tools' ]
      tinkering: [ 'Open World Game Concepts' ]
     }
  end
end

Pinned Loading

  1. fellowships-rails fellowships-rails Public

    πŸŽ“ Graduate Fellowship Application exploration, planning, and execution πŸš€

    Ruby

  2. berto_ollama_whisper berto_ollama_whisper Public

    🌐 Llama 3.1 Fully-Local Voice Assistant - Language Teacher (Chinese and Spanish with Ollama and Edge TTS)

    Python 7 1

  3. pay-jam pay-jam Public

    🍽️ Restaurant Management Software for Large Party Bill Payment

    Ruby 1

  4. spotify-chat-create-playlist spotify-chat-create-playlist Public

    🎧 Use OpenAI API Structured Outputs and Spotify Integration to Create Playlists from text

    JavaScript