390 followers
JavaScript Dev. ๐ฉโ๐ป ChatBot Nerd ๐ค Block chain Enthusiast ๐คฉ Tech Advocate ๐ข
What is Nuxt.js Nuxt.js is an intuitive vue.js framework (yeah, a frameworkโs framework) for building faster and scalable - static, server-side rendered (SSR) & single page applications (SPAโs). Nuxt.js is lovable because its included with vue core p...
I'd recently recreated my personal website, and the page load time reduced to < 1.6s ๐ฎ. You don't believe it? Check it out here to clear your doubts. Note: While my personal website is built with Nuxtjs (Vue.js), all of the tips I'll be sharing cou...
I've got my hands on vue.js lately and most tutorials I'd seen out there are not so beginners friendly, so i'd decided to start this series to help #codeNewbies go from beginners to intermediate in Vue.js. Please Note โ ๏ธ: You should have a basic und...
Recently, I was working on a side project with some friends. Unfortunately my PC had been damaged during the covid-19 pandemic and I couldn't get to fix it because of the lock-down, so I had to resort to coding on my mobile phone ๐คฆ๐พโโ๏ธ. Somehow, my...
In my previous article, I'd explained the concepts of fetch API, how it differs from xmlhttprequest plus some important stuffs you need to know. And i had promised to write an article that deals with the practical use of the fetch API. In this tutori...
Some decades ago, JavaScript developers were stuck with using XMLHttpRequest which is slightly confusing and more complex ๐ด, then some years later, jQuery (a JavaScript library) built an helper function to make writing ajax code more easier. And aga...