Skip to content
View arjunrajkumar's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report arjunrajkumar

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

Pinned

  1. ruby_notes.md ruby_notes.md
    1
    # Ruby notes
    2
    
                  
    3
    ## Everything is an object
    4
    
                  
    5
    Everything - including integers, strings are objects. 
  2. Learnings from 9 months at a startup. Learnings from 9 months at a startup.
    1
    ## Learnings from 9 months at a startup.
    2
    
                  
    3
    - Your team mates shouldn’t have to read the PRD to get context about code they are reviewing. Name methods, variables, files in a way that gives more clarity to what it’s doing.
    4
    - Focus on reducing request times. This can be done by moving non critical tasks to background jobs.
    5
    - Related to this: Show something is being done to the customer ASAP while you do the main work in the background. 
  3. Writing-Better-Code Writing-Better-Code Public

    Getting better at writing more efficient code.

    Ruby 1