pageIndex = 1 outOfVisibleViewPort = false
Some asynchronous code on a screen

Understanding async operations between Vue components

Asynchronous operations are key to smooth and user-friendly applications. In this article, I’ll share what I’ve learned from completing the masterclass on Vueschool.io where I had the opportunity to really grasp the concept.

pageIndex = 2 outOfVisibleViewPort = false
A smartphone and a pen on a desk

How to add cannonical URL to a Hugo blog?

In SEO, it is good practice to include a canonical link in the head element of each page. Using Hugo static site generator, how do you do it? Let's dive right in.