Skip to content
View joe-sharp's full-sized avatar
๐Ÿง™โ€โ™‚๏ธ
10.846.000
๐Ÿง™โ€โ™‚๏ธ
10.846.000
Block or Report

Block or report joe-sharp

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
joe-sharp/README.md

Hey y'all! ๐Ÿ‘‹๐Ÿผ

Joe Sharp waving, wearing a wizard hat

I'm a fullstack developer with expertise in Ruby, SublimeText, Unix/Linux and a variety of knowledge on other technologies & programming languages.

  • ๐Ÿ˜„ : My Pronouns are 'he' and 'him'
  • ๐Ÿง™๐Ÿผโ€โ™‚๏ธ : My Hogwarts House is Ravenclaw
  • ๐Ÿ”ญ : Iโ€™m currently travelling to tattoo conventions.
  • ๐ŸŒฑ : Iโ€™m currently learning React, Gatsby, and Vim.
  • ๐Ÿค” : Iโ€™m looking for help with React.
  • ๐Ÿ’ฌ : Ask me about typing in Colemak-DHm
  • ๐ŸŒŽ : Personal Website: https://joe-sharp.com
  • ๐Ÿ“ซ : How to reach me: Email me or use any of the links below.

netlify ย  gmail ย  reddit ย  linkedin ย  treehouse ย  instagram


Applescript Arduino AutoHotKey Bash/Zsh CSS/Sass Git HTML JavaScript Jekyll jQuery JSON/XML/YAML Netlify Node.js PostgrSQL Python Rails Ruby Selenium/Capybara Sikuli SublimeText


widget displaying Joe Sharp's github stats widget displaying a graph of Joe Sharp's most used languages

Pinned

  1. Memento Design Pattern in Ruby Memento Design Pattern in Ruby
    1
    class Memento
    2
      attr_accessor :state
    3
    
                  
    4
      def initialize(state)
    5
        @state = state
  2. Easter Egg on Personal Website Easter Egg on Personal Website
    1
    const keyboard_pic = document.querySelector('div#home-card img')
    2
    const keyCode = "ASDFU"
    3
    let keyStack = ""
    4
    
                  
    5
    function sleep(ms) {
  3. rubocop/rubocop rubocop/rubocop Public

    A Ruby static code analyzer and formatter, based on the community Ruby style guide.

    Ruby 12.5k 3k

  4. thoughtbot/appraisal thoughtbot/appraisal Public

    A Ruby library for testing your library against different versions of dependencies.

    Ruby 1.2k 107