Skip to main content

Blog

Page 3312 articles
  1. 385
    Sep 24, 20181 min
    health

    U.S. Navy Method: How to Fall Asleep in 120 Seconds?

    On the battlefield, if you don't sleep, you will quickly feel exhausted, make wrong decisions, feel burdened by your mission, and become a liability. You can fall asleep quickly by: gradually relaxing your entire body, avoiding thoughts; stretching your body; relaxing your facial muscles, slowing everything down; relaxing your upper body; relaxing your legs; thinking of nothing at all.

    Read more  →
  2. 386
    Sep 21, 20183 min
    leadership

    The Characteristics of a Good Manager

    What characteristics do good managers possess? Morality, benevolence, righteousness, propriety: The Dao represents truth, the laws governing the development of the world and humanity; virtue is about serving the people and creating products and services that the public enjoys efficiently; benevolence is empathy; righteousness is fairness and justice, rewarding good deeds and punishing wrongdoings; propriety involves adhering to rules and behaving in accordance with the needs of the community.

    Read more  →
  3. 387
    Sep 20, 20183 min
    industry

    China Academy of Information and Communications Technology Blockchain Research Report

    Blockchain is a highly secure and tamper-resistant accounting technology maintained by multiple parties, also known as distributed ledger technology. Based on whether the system has a node admission mechanism, blockchains can be classified as: permissioned chains; consortium chains; private chains; and permissionless/public chains. Applicable scenarios include new types of databases, multiple business entities, mutual distrust, and strong business interrelations.

    Read more  →
  4. 388
    Sep 18, 20182 min
    system design

    How Does Facebook Store a Large-Scale Social Graph? TAO

    The efficiency of updating the edge list of the social graph in Memcached is too low, the logic for managing the cache on the client side is complex, and it is difficult to maintain consistency in database reads after writes. How to solve these three problems: accelerate read operations, efficiently handle large-scale reads; complete write operations in a timely manner; improve the availability of read operations.

    Read more  →
  5. 389
    Sep 16, 20181 min
    startup

    Why Startups Need to Innovate?

    All successful companies are different: each successful company gains a monopoly in a field by solving a specific problem. All failed companies are the same: they did not escape market competition. If a startup merely imitates the products and services of industry leaders without innovation and targets the same market, people will not buy into it.

    Read more  →
  6. 390
    Sep 16, 20181 min
    marketing

    What is the Market?

    The definition of a high-tech market: existing and potential users; who have a demand for a certain type of product or service; and these individuals reference each other when deciding on the products to purchase. Mutual referencing is the key to market success.

    Read more  →
  7. 391
    Sep 14, 20183 min
    marketing

    What is the Chasm in the Technology Adoption Lifecycle?

    High-tech companies often introduce disruptive innovations. The user growth of these products follows an S-curve. Developing a high-tech market means smoothly transitioning this cycle from left to right, breaking through one user group at a time. Leveraging the momentum of the left-side user group makes it easier to market products to the right-side user group. Observing the technology adoption lifecycle reveals two chasms and one gap.

    Read more  →
  8. 392
    Sep 12, 20182 min
    system design

    How to Design Robust and Predictable APIs with Idempotency?

    Why are APIs unreliable? Networks can fail, and servers can fail. Three principles to solve this problem: the client uses "retry" to ensure state consistency; the retry requests must include an idempotent unique ID; retries must be responsible, such as following an exponential backoff algorithm, because we do not want a large number of clients to retry simultaneously.

    Read more  →
  9. 393
    Sep 11, 20181 min
    system design

    How to Build a Scalable Web Service?

    How to build a scalable web service? One word: Split. The AKF Scale Cube tells us the three dimensions of "splitting": horizontal scaling; business splitting; data partitioning.

    Read more  →
  10. 394
    Sep 10, 20181 min
    corporate ladder

    Why Career Mentors Cannot Help You Get Promoted?

    Research shows that women have more career mentors than men, yet they get promoted less. Career mentors cannot help you get promoted, but career sponsors can. A sponsor should be your: career investor and beneficiary; direct influencer of promotions; resource sharer; amplifier.

    Read more  →
  11. 395
    Sep 6, 20183 min
    system design

    What are the use cases for key-value caching?

    The essence of Key Value Cache is to reduce data access latency. Common strategies for cache design include read-through/write-through and cache aside. The specific strategy should be chosen based on your business needs.

    Read more  →
  12. 396
    Sep 5, 20181 min
    leadership

    Simon Sinek: How Great Leaders Inspire Action? The Golden Circle

    People don't care about what you do; they care about why you do it. Simon Sinek introduced a Golden Circle that starts from the inside out: Why? How? What? Unfortunately, mediocre leaders typically think from the outside in.

    Read more  →