Uber电面-非技术

今天10点刚面完,都是系统设计方面的问题,面试官白人,他严格按照简历上项目经验来问,亲口说他没有准备问答列表,想起来什么问题就现场问。凭着刚

有感于美国H1B签证抽签

大凡从国内来美国的留学生,在念完硕士和博士以后,如果想留下来,大多数人得走申opt,找工作,申请H1B和申请绿卡这条路。在绿卡拿到手之前,是

硅谷公司分析与技术准备

硅谷公司分析 Groupon 地理位置好,有午餐,面试难度不大,offer高适合match , 是一个非常好的起点 对在职跳槽,bar有点高, 把自己正在做的东西让

Kyle Morgano's review of leetcode

How to use leetcode? (Disclaimer : this is the approach I took, and it helped me. The timeframe could vary depending on the individual skills) Stage - 1 (Easy and Medium : 85+ and 165+ problems) Select your favorite topic, solve easy ones, OR sort by acceptance rate. After easy ones are solved, move to other topic if you’re exhausted, OR solve medium ones. Don’t even attempt for the hard ones if you’re not comfortable with easy or medium.

重读余华的《活着》

福贵的一生真是坎坷。有一个爱自己的妻子家珍,有一双孝顺的儿子。可惜,命运的作弄,让他白发人送黑发人。真是悲惨至极。 苦根的死,也惨!福贵煮豆子

Core Java concept questions

6. Enhance vs-Traditional For Loop In which of the following scenarios is it appropriate to use the enhanced for loop as opposed to the traditional for loop? A. when you need access to the index of the current element within the body of the loop B. with an array C. when you need to iterate an array in reverse D. All of the above 7. Starting an Already Running Thread

Senior Software Engineer (Tour Automation) at Redfin

Redfin San Francisco Posted 2 days ago22 views Be one of the first 10 applicants. Kaitlin McHargue·2nd Technical Recruiter at Redfin San Francisco, California Website www.redfin.comHeadquarters Seattle, WASize 1001 to 5000 EmployeesFounded 2004Type Company - PrivateIndustry Real Estate Competitors Zillow, Trulia, Coldwell Banker Senior Software Engineer (Tour Automation) at Redfin Job description Redfin is a well-funded technology startup t

Configure Ejabberd chat server to use PostgreSQL

Configure Ejabberd chat server to use PostgreSQL In order to make data persistent with in any application, we can link it to a PostgreSQL relational database. To change the default to use a postgres database we first need to create a new postgresql database on the server 1 2 3 huazhang@zhoutekiMacBook-Air:~/ejabberd-15.09/bin$ psql psql (9.4.4) huazhang=# run ./createdb ejabberd Create the tables using the supplied script 1 huazhang-# ./psql ejabberd <