💻
Debugging
- India
-
21:51
- 5h30m ahead
Pinned Loading
-
Expensify-NewDot
Expensify-NewDot PublicForked 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
-
Bedrock-Expensify
Bedrock-Expensify PublicForked from Expensify/Bedrock
Rock solid distributed database specializing in active/active automatic failover and WAN replication
C 1
-
System Design Cheatsheet
System Design Cheatsheet 1# System Design Cheatsheet
23> Picking the right architecture = Picking the right battles + Managing trade-offs
45## Basic Steps
-
Summary of 'Clean code' by Robert C....
Summary of 'Clean code' by Robert C. Martin 1Code 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_____________________________________
34## General rules
51. Follow standard conventions.