DEV Community

Orestis Pantazos
Orestis Pantazos

Posted on

 

Create a resume in a minute

Resume Builder for Professionals is available on App Store: https://apps.apple.com/gr/app/resume-builder-professionals/id1569380836

The iOS mobile app is already built with SwiftUI

Top comments (1)

Collapse
 
glenbradley17 profile image
Glen Bradley

Wow! A useful idea, thanks for this one. Just also wanted to add this IT resume example that can be very useful to everyone. Hope this will be a great reference.

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.