Baihu Qian 钱柏湖
  • Posts
  • Tag Index
  • Search
Navigation bar avatar
✕

    Posts

    • Leetcode 2: Add Two Numbers

      Posted on May 16, 2018

      Question [Read More]
      Tags:
      • Leetcode
    • Leetcode 1: Two Sum

      Posted on May 15, 2018

      [Read More]
      Tags:
      • Leetcode
    • Python Notes: Misc

      Posted on May 15, 2018

      Sort Built-in function sorted(iter) returns a new sorted list from the items in iterable. It takes two optional parameters: [Read More]
      Tags:
      • Python
    • Python Notes: Path and Directory

      Posted on May 15, 2018

      [Read More]
      Tags:
      • Python
    • Python Notes: Web Service

      Posted on May 15, 2018

      Standard Python libraries [Read More]
      Tags:
      • Python
    • Python Notes: Modules

      Posted on May 15, 2018

      Modules sys sys.path: Python’s search path. [Read More]
      Tags:
      • Python
    • Python Notes: Collections

      Posted on May 14, 2018

      [Read More]
      Tags:
      • Python
    • Build the Cloud: Customer Adoption for Infrastructure-as-a-Service

      Posted on April 26, 2018

      Since 2006, Amazon’s cloud business, Amazon Web Services, has expanded from launching some virtual machines and offering static file storage to everything. However, the growth of customer base and revenue is still impressive. Revenue growth is still over 40% YoY for a 17 billion dollar business (12 months ending December... [Read More]
      Tags:
      • AWS
    • AWS Well-Architected Framework: A Note

      Posted on April 26, 2018

      This is the note I made when studying AWS Well-Architected Framework. [Read More]
      Tags:
      • AWS
    • Design Consideration of a Workflow Engine

      Posted on March 25, 2018

      In a distributed, service-oriented software system, it is often required to achieve some goals with a combination of one or more operations, such as API calls, database operations, or others. The series of operations are often called “workflows” and the software designed to drive the workflows to completion is called... [Read More]
      Tags:
      • System Design
    • Remove Non-Deductible Traditional IRA Contribution

      Posted on March 13, 2018

      If you make a traditional IRA contribution before doing your tax for the year hoping you can deduct the contribution, but only to find your income is too high to deduct the contribution, you will want to remove non-deductible contributions from the Traditional IRA and invest the money in a... [Read More]
      Tags:
      • Personal Finance
    • Backdoor Roth

      Posted on March 13, 2018

      This is the notes I gathered when researching how to make Backdoor Roth contribution, how to gather tax documents and report contributions and conversions in tax filing using TurboTax. The content is modified from thefinancebuff.com. See original content in reference links at the end. [Read More]
      Tags:
      • Personal Finance
    • GoLang: Formatted Printing

      Posted on March 3, 2018

      Formatted printing in Go uses a style similar to C’s printf family but is richer and more general. The functions live in the fmt package and have capitalized names: fmt.Printf, fmt.Fprintf, fmt.Sprintf and so on. The string functions (Sprintf etc.) return a string rather than filling in a provided buffer.... [Read More]
      Tags:
      • Go
    • GoLang: Memory Allocation

      Posted on February 24, 2018

      Go has two allocation primitives, the built-in functions new and make. Composite literal is a special way of allocating new instances every time it is evaluated. [Read More]
      Tags:
      • Go
    • GoLang: Error Handling

      Posted on February 18, 2018

      Go’s preferred way to deal with errors is through return values, not exceptions. Go programs express error state with error values. The error type is a built-in interface: [Read More]
      Tags:
      • Go
    • ← Newer Posts
    • Older Posts →
    • Email me
    • GitHub
    • LinkedIn
    • Instagram

    Baihu Qian  •  2025  •  baihuqian.github.io  •  Edit page

    Powered by Beautiful Jekyll