DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

 

Can Office 365 really do all I wanted?

Which includes

  • Offline working
  • Font changing
  • Programmability, and accuracy
  • Backward compatibility

I mean, Windows 10 doesn't make it easy to install a real desktop app, redirecting to the web version; if I don't search hard enough (which is Office 2019, for local version).

Makes me really want to migrate to LibreOffice, where I know what I am doing. (And of course, backward compat is ensured, although not perfect.)

Top comments (2)

Collapse
 
justinmaker profile image
Justinmaker

I use the 2019 version all the time. I bought it some time ago on this site: royalcdkeys.com/products/microsoft... and it still meets my expectations and I have no problems.

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.