SNSiva Naik Kethavathinsivanaik.hashnode.dev·Dec 18, 2022 · 3 min readDay 1: Learning RustWhy Rust Lang? Performance: Rust is known for its high performance, as it produces machine code that is as fast as C or C++. This is due to its strict compile-time checking, which helps catch bugs early on and avoid the need for runtime checks. Saf...00
SNSiva Naik Kethavathinsivanaik.hashnode.dev·Dec 10, 2022 · 3 min readIntroduction to System DesignWhat is System Design System design is designing and building large-scale systems that solve complex problems and meet users' needs. This process involves a wide range of activities, including: Identifying and understanding the problem that the sy...00