Jarxi

Blog

[工作] 找啊找找啊找,找到一个小实习

结果fb,苹果,微软onsite没去,uber终面还没面,高盛录了纽约。目前面的都过了。 开始4月份的时候决定找实习,5月份在Angellist上找了两家remote startup的实习,一开始其实没有打算做两家,是因为一家完全都没有面试,怕被爽,找了两家。结果是完全没面试的那家反而学到了很多。同时两个实习是一个很好的卖点,基本大家一听你同时实习两家,第一印象都是你很努力。Career f......

ngx-cacheable

...

[胡言乱语]Satya Nadella: How I Work

采访

看了Santya Nadella的youtube采访,很短,才两分钟,在此把他说的记录下来。 How do you run a meeting? Listen more, talk less, and be decisive when the time comes. The one trait you look for in new hires is? Do they creat......

[Linux] Linux File System

If you have linux system with GUI, open terminal, type in sudo nautilus, type in password. A directory will pop up, then open Filesystem root. Now we can see all the directories under root: Directo......

[ubuntu] MySQL outfile

Purpose is to output some data from MySQL to txt file with Ubuntu 18.04 MySQL outfile command123SELECT *FROM information_schema.processlistINTO OUTFILE '/var/www/html/tmp/output.txt' How......

[github] github commands habits

Github CommandsCreate a new branch for (features, bugs)Before create a branch, check if someone already created it, if there is, fetch the branch 1git fetch origin feature_FeatureName:feature_Featu......