DEV Community

Cover image for πŸš€ 20 Engineering Blogs from Product companies (Meta, Uber, Stripe)
 

πŸš€ 20 Engineering Blogs from Product companies (Meta, Uber, Stripe)

πŸš€ 20 Engineering Blogs from Product companies like Facebook, Uber, Netflix, Stripe that have inspired and helped me raise the bar on building great products.

Highly recommended for Software Engineers, Architects, Engineering Manager and Product Manages.

Join Me

Follow me on #TheEngineeringBolt, Twitter and Linkedin for more Career, Leadership and Growth advice.

Engineering Blogs

🌐 Meta Engineering Blog

🌐 Instagram Engineering Blog

🌐 Uber Engineering Blog

🌐 AirBnb Engineering Blog

🌐 Netflix Engineering Blog

🌐 Linkedin Engineering Blog

🌐 Spotify Engineering Blog

🌐 Stripe Engineering Blog

🌐 Snap Engineering Blog

🌐 Instacart Engineering Blog

🌐 Etsy Engineering Blog

🌐 Canva Engineering Blog

🌐 Miro Engineering Blog

🌐 Lyft Engineering Blog

🌐 Twitter Engineering Blog

🌐 Myntra Engineering Blog

🌐 Flipkart Engineering Blog

🌐 Tinder Engineering Blog

🌐 Pinterest Engineering Blog

🌐 Slack Engineering Blog

Join Me

Follow me on #TheEngineeringBolt, Twitter and Linkedin for more Career, Leadership and Growth advice.

Top comments (2)

Collapse
 
naubit profile image
Al - Naubit

Great article, you got my follow, keep writing!

Collapse
 
alexr profile image
Alex (The Engineering Bolt) ⚑

@naubit thanks for the kind words!

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.