diff --git a/website/blog/2021-10-30-my-experience-working-as-a-meta-engineer.md b/website/blog/2021-10-30-my-experience-working-as-a-meta-engineer.md index d2f6ef67..3c1cb55b 100644 --- a/website/blog/2021-10-30-my-experience-working-as-a-meta-engineer.md +++ b/website/blog/2021-10-30-my-experience-working-as-a-meta-engineer.md @@ -6,11 +6,16 @@ author_title: Engineering Lead at Meta author_url: https://github.com/yangshun author_image_url: https://github.com/yangshun.png tags: [career, facebook, meta] +image: /img/meta-facebook.jpg hide_table_of_contents: true --- A number of the folks I referred have completed their interviews and are in the midst of deciding which company's offer to accept for their internship/full-time roles. Hence I figured it might be a good time to write about my experience at Meta (previously Facebook) so far as it could be helpful in helping some of them make their first important career decision! +![Meta logo](/img/meta-facebook.jpg) + + + ## Products Meta is a huge company and has teams working on all sorts of products. For big tech companies, common products include ads networks, chat, enterprise offerings, video watching, payments, hardware products, industry-leading AI tools, internal tools, etc. the other big tech companies Microsoft, Amazon, Apple and ByteDance have products in some of these areas as well. For many big companies, they are large enough that they build their our own infra and internal tools for most technologies they use because most existing technologies on the market can't meet their scale. Hence, not only will you get the chance to work on consumer products, you might also get to work on some of the lower level infrastructure work that is used by your fellow software engineers - our internal database systems, our internal Docker, our open source projects like React, React Native, GraphQL, PyTorch, Docusaurus, etc. diff --git a/website/static/img/meta-facebook.jpg b/website/static/img/meta-facebook.jpg new file mode 100644 index 00000000..42c7ca9b Binary files /dev/null and b/website/static/img/meta-facebook.jpg differ