DEV Community

Marco Behler
Marco Behler

Posted on

 

Canonical_url for posts not working properly?

Hi guys,
I tried adding canonical_url in my frontmatter or even in the code editor directly, but when I have a look at https://dev.to/marcobehler/java-microservices-a-practical-guide-29kn (for example), the rel=canonical tag is missing.

Am I missing something? :)

Thanks!
Marco

Top comments (3)

Collapse
 
marcobehler profile image
Marco Behler

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.