Skip to content
View tanaylakhani's full-sized avatar

Highlights

  • Pro

Block or report tanaylakhani

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 Loading

  1. Ruby/Rails Interview Answers Ruby/Rails Interview Answers
    1
    Answers to [Ruby Interview Questions][1]
    2
    
                  
    3
    #### What is a class?
    4
    
                  
    5
    A text-book answer: classes are a blue-print for constructing computer models for real or virtual objects... boring.
  2. Engineering Manager Interview Questions Engineering Manager Interview Questions
    1
    - prioritization question with a list of 2-3 sample features, bug fixes, and other supporting tasks. It is also a good opening to lead into other questions.
    2
    Here is an example list of tasks:
    3
      - Build a new web app interface
    4
      - Upgrade the database
    5
      - Fix bug with concurrency in server code
  3. whiteboard_answers.md whiteboard_answers.md
    1
    ### Dynamic Permissions
    2
    
                  
    3
    ```User < ActiRecord::Base
    4
      has_many :roles
    5
      has_many :permission, through: :roles
  4. Ruby/Rails Interview Questions Ruby/Rails Interview Questions
    1
    # Ruby Questions 
    2
    
                  
    3
    * What is a class?
    4
    * What is an object?
    5
    * What is a module?  Can you tell me the difference between classes and modules?
  5. docs docs Public

    MDX

  6. BetterStacks/stacks BetterStacks/stacks Public