☕ Microsoft makes a BIG hire

Microsoft hires the creator of Python. Also, DoorDash announces their IPO. This is one of the most highly anticipated IPOs of 2020.

Hi Everyone!

Hope you’re all having a fantastic day.

Tech Dive

No tech dive for today unfortunately! Here’s the schedule for future tech dives

  • Monday - How to solve any Dynamic Programming Interview Question

  • Thursday - Serverless Applications

Stay tuned!

Interview Question

Given a matrix with dimensions M x N, return all elements of the Matrix in diagonal order.

Input -

[ [ 1, 2, 3 ], [ 4, 5, 6 ], [ 7, 8, 9 ]]

Output - [1,2,4,7,5,3,6,8,9]

We’ll send the solution tomorrow!

Industry News

Guido van Rossum (creator of Python) joins Microsoft

Microsoft makes a big hire by bringing on Guido van Rossum, the creator of Python. Or, going by his official title, the ex-Benevolent Dictator for Life (BDFL) of Python.

Van Rossum first conceived of Python in the late 1980s as a successor to the ABC Language (a language developed with the intention of teaching and prototyping). Van Rossum began development of Python in December 1989 and was lead developer until July 12th 2018, when he announced his “permanent vacation”.

Previously, Van Rossum worked at Google and Dropbox. Now he’s coming out of retirement to join Microsoft’s Developer Division. He still had to go through an interview process!

DoorDash files for a IPO

DoorDash is the leading food delivery app in the United States with more than 18 million customers and 1 million Dashers (Delivery workers). The company had 49% of meal delivery sales in September vs. UberEats’ 22% and GrubHub’s 20%.

The company was founded in 2012 by Stanford students Tony Xu, Stanley Tang, Andy Fang and Evan Moore as PaloAltoDelivery.com. The company has raised over $700 million dollars in financing from Y Combinator, Khosla Ventures, Sequoia Capital, Softbank and Kleiner Perkins (among others). The last private valuation was at $16 billion dollars.

The company has been reducing their burn rate over the past years, and they even had a quarterly profit in Q2 of 2020. The company made $675 million dollars in revenue with a $23 million dollar profit. In the previous quarter, revenue grew to $879 million dollars and the company posted a net loss of $43 million dollars.

The company is also structuring their stock with different voting shares. This is controversial on Wall Street, as it gives the founders of companies complete control over their companies (a practice that comes from Silicon Valley). Shares will be structured as Class A, Class B and Class C. Class A common stock will grant owners one vote per share. Class B Shares will come with 20 votes per share and Class C come with no votes. Tony Xu will be given the vast majority of the voting power and will have control over the company.

Best,

Arpan