DEV Community

Jan Wedel
Jan Wedel

Posted on

 

Remote Mob Programming

My team was practicing mob programming for some time and since we are now forced to work from home, we have to do it remotely.

For anyone who wants to try mob programming or wants to know how, I wanted to share this great resource:

https://www.remotemobprogramming.org/

They have assembled a list of best practices and tools that work well remotely.

Stay healthy! 🦄

Top comments (2)

Collapse
 
simonharrer profile image
Simon Harrer

Glad that our list of best practices are helpful to you! Feel free to reach out if you have any questions.

Collapse
 
stealthmusic profile image
Jan Wedel

Yes, it definitely is :)

I’ve listened to a talk by your colleague at BEDCon to get some Infos about mob programming in general and I still prefer seeing my colleagues in person but in times like this, your experiences are very valuable.

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.