Using modern tooling for faster frontend development

Why bother? Life is too short to waste it on tedious tasks such as installing dependencies or waiting for the Webpack to finish bundling your whole app even though you’ve made a small label change. That’s when modern frontend technologies come in. I’ll be focusing on the migration of an typical old setup (~2019) with […]

How to handle multiple domains and subdomains in your Nuxt.js project

NuxtJS is a framework based on Vue.js to create applications that can be everything from static landing pages to enterprise web applications. My favorite target is the server-side rendered website. We get all the benefits of the Vue.js ecosystem with SEO optimization and static page speed on different devices. One of the not obvious part […]