My Blog

Phrase Blog
The Answers to All Your Questions About Gridsome Localization

The Answers to All Your Questions About Gridsome Localization

Gridsome is a superfast JAM (Javascript API Markup) stack framework powered by Vue.js. Gridsome's static code generation, along with Vue.js, makes it a great framework for building both static and dynamic apps. In this article, we'll show you how to leverage gridsome-plugin-i18n to internationalize your application

Author: Preetish HS
LogRocket
New features in Vue 3 and how to use them

New features in Vue 3 and how to use them

Learn how to use the newest features in Vue 3 ahead of its official release including global mounting, portals, and Suspense.

Author: Preetish HS
LogRocket
How to set up and code Nuxt.js apps fully in TypeScript

How to set up and code Nuxt.js apps fully in TypeScript

Writing JavaScript code in TypeScript can help reduce errors and facilitate collaboration, among other benefits. Here is how you can do that in your Nuxt.js apps.

Author: Preetish HS
Phrase Blog
The Only Nuxt.js Tutorial on I18n You’ll Ever Need

The Only Nuxt.js Tutorial on I18n You’ll Ever Need

Nuxt is a popular JavaScript framework that can significantly help your application with SEO to get better rankings on Google.In this end-to-end Nuxt.js tutorial, we’ll show you how to internationalize your Nuxt.js app and make it fit for the global marketplace

Author: Preetish HS
LogRocket
Advanced localization techniques in Vue.js

Advanced localization techniques in Vue.js

Advanced techniques in localization to give even better user experience and have global presence.

Author: Preetish HS
LogRocket
Vue.js and TypeScript, A complete tutorial with examples

Vue.js and TypeScript, A complete tutorial with examples

Typescript makes the application less prone to bugs in the long run, Writing Vue.js in Typescript can help reduce defects and makes the collaboration with the developers smooth.

Author: Preetish HS
Medium
Follow these steps to become a CSS Superstar

Follow these steps to become a CSS Superstar

How to learn CSS the right way to become an expert and design pixel perfect pages easily.

Author: Preetish HS
LogRocket
How Nuxt solves SEO problems of Vanilla Vue.js

How Nuxt solves SEO problems of Vanilla Vue.js

Nuxt is library based on Vue.js which provides SSR capabilities, Progressive web app feature and more out of the box.

Author: Preetish HS
LogRocket
How to create a portfolio and blog using VuePress and Markdown

How to create a portfolio and blog using VuePress and Markdown

Vuepress is a great library to create websites for documentation, portfolio, blogs, landing pages and more.

Author: Preetish HS
Medium
Comparing Vuex and Redux by developing an Application

Comparing Vuex and Redux by developing an Application

Side by side comparsion of Vuex and Redux by creating a two do list application and comparing the similarities and differences of these state management systems

Author: Preetish HS
Medium
Styling HTML file input button with Pure CSS

Styling HTML file input button with Pure CSS

Some HTML element cannot be styled using traditional CSS methods, one such element is the file input button. We need workarounds to properly style this one.

Author: Preetish HS