DEV Community

Cover image for How to use Retool to build an internal tooling platform [webinar]
chris for FINN

Posted on • Updated on

 

How to use Retool to build an internal tooling platform [webinar]

Recently FINN business automation engineer Cornelius Schramm and software engineer Leander Peter got together with engineer Julie Chen and growth marketing manager Vasundhara Singh, both from Retool, to talk about their collaboration in building the internal tooling platform that is FINN's operational hub.

You can watch the webinar right here:

Any thoughts or feedback? Let us know in the comments ๐Ÿ˜€

Top comments (0)

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.