DEV Community

Cover image for lock-your-pc.com: A page made for people that do not lock their PC's
Ramon Gebben
Ramon Gebben

Posted on

 

lock-your-pc.com: A page made for people that do not lock their PC's

The last couple of weeks in the office I noticed more and more tardiness when it come to locking PC's.
Since the "shock images" like tubgirl are fun and all you cannot have that being open when customers walk into the office.

With this in mind I created lock-your-pc.com.

Pop open this page on fullscreen to give tardy people a care.

Top comments (1)

Collapse
 
fultonbrowne profile image
Fulton Browne

And I will be using this ALOT

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.