Yu of Daphne

春秋笔法·丹枫嫩寒


  • Home

  • About

  • Tags28

  • Categories7

  • Timeline

[译] Airflow: 一个工作流程管理平台

Posted on 2018-07-27 | Edited on 2019-09-20 | In System Design | Comments:

原文地址:Airflow: a workflow management platform 原文作者:Maxime Beauchemin 译文出自:掘金翻译计划 本文永久链接:https://github.com/xitu/gold-miner/blob/master/TODO1/airflow- ...

Read more »

[译] 我们是如何高效实现一致性哈希的

Posted on 2018-07-22 | Edited on 2019-09-20 | In System Design | Comments:

原文地址:How we implemented consistent hashing efficiently 原文作者:Srushtika Neelakantam 译文出自:掘金翻译计划 本文永久链接:https://github.com/xitu/gold-miner/blob/master/ ...

Read more »

Things I learnt from colleagues

Posted on 2018-05-11 | Edited on 2019-09-20 | In Software Development | Comments:

I always believe there are always things you can learn from your colleagues no matter what size of your company you are working for, what industry you ...

Read more »

Data pipeline with Airflow, Go serverless

Posted on 2018-05-04 | Edited on 2019-09-20 | In System Design | Comments:

We had the Spring hackathon in the past two days at SurveyMonkey, my team designed and demoed a general data pipeline with Airflow to help testing and ...

Read more »

Git branching model for development

Posted on 2018-05-01 | Edited on 2019-12-02 | In Software Development | Comments:

A good branching model matters a lot for development efficiency, but same as many other topics, there isn’t a golden way that fits all. The current de ...

Read more »

The poem of Python

Posted on 2018-04-19 | Edited on 2019-09-20 | In Languages | Comments:

>>> import thisThe Zen of Python, by Tim PetersBeautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.C ...

Read more »

How to build a feed system

Posted on 2018-04-16 | Edited on 2019-09-20 | In System Design | Comments:

I recently read some articles about designing feed system, the reason I am interested in it is because a feed system design involves a lot of knowledge in system design(NoSQL or relational, affinity ranking and scalability). This is also a popular question for technical interview.

Read more »

有一個姑娘

Posted on 2016-09-01 | Edited on 2019-09-20 | In Life | Comments:

我在太阳还没升起的地方等你朝露 沾湿我衣晨风 吹不乱我心 我在太阳还没升起的地方等你尽管这里芳草依依我只守望你的足迹 我在太阳还没升起的地方等你他们都从我身邊呼嘯而去只有在你身旁我才春风得意 我在太阳还没升起的地方等你消耗了所有糧食 喝光了水太阳来了又已西去 明天,我还会在那里等你!

Read more »

Some numbers for back-of-the-envelope usage calculations

Posted on 2016-05-11 | Edited on 2019-09-20 | In System Design | Comments:

Some quick numbers: Read sequentially from main memory: 4 GB/s (1Mb needs 0.25 ms) Read sequentially from SSD: 1 GB/s (1Mb needs 1 ...

Read more »

Python 2 and Python 3

Posted on 2015-08-18 | Edited on 2019-09-20 | In Languages | Comments:

Changes in Python 3 compared to Python2.7print is a function in python 3 print a is no longer work in Python 3, always use print(a) division by int c ...

Read more »
1…34
Yu Qian

Yu Qian

Do something matters
40 posts
7 categories
28 tags
GitHub CSDN
© 2021 Yu Qian
Powered by Hexo v3.8.0
|
Theme – NexT.Gemini v7.1.0
|