Skip to content
View techievivek's full-sized avatar
💻
Debugging
💻
Debugging

Organizations

@ByteExercises @codealps
Block or Report

Block or report techievivek

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. Expensify-NewDot Expensify-NewDot Public

    Forked from Expensify/App

    Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.

    JavaScript 1

  2. Bedrock-Expensify Bedrock-Expensify Public

    Forked from Expensify/Bedrock

    Rock solid distributed database specializing in active/active automatic failover and WAN replication

    C 1

  3. System Design Cheatsheet System Design Cheatsheet
    1
    # System Design Cheatsheet
    2
    
                  
    3
    > Picking the right architecture = Picking the right battles + Managing trade-offs
    4
    5
    ## Basic Steps
  4. Summary of 'Clean code' by Robert C.... Summary of 'Clean code' by Robert C. Martin
    1
    Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
    2
    _____________________________________
    3
    
                  
    4
    ## General rules
    5
    1. Follow standard conventions.