Skip to content
View joe-sharp's full-sized avatar
πŸ§™β€β™‚οΈ
10.846.000
πŸ§™β€β™‚οΈ
10.846.000

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 Loading

  1. 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
    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 Public

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

    Ruby 12.7k 3.1k

  4. thoughtbot/appraisal Public

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

    Ruby 1.3k 108