PinnedPublished inJavaScript in Plain EnglishSEO and Performance Optimisation with Nuxt ImageIn this article, I want to show you how you can improve SEO and your Nuxt app’s performance by optimising images using the Nuxt Image…Jun 8, 2021Jun 8, 2021
PinnedVue — The Road To Enterprise (Giveaway)!After many months of writing and coding, I have recently released a new advanced Vue book called “Vue — The Road To Enterprise”. I have…Jan 19, 20211Jan 19, 20211
Published inJavaScript in Plain EnglishCreate a Debounced Ref in Vue 3 using Composition APIHow to Create a Debounced ref in Vue 3 using Composition APIApr 5, 2021Apr 5, 2021
Published inJavaScript in Plain EnglishHow to Setup Path Resolving in ViteSetup Path Resolving in ViteApr 5, 20213Apr 5, 20213
Published inJavaScript in Plain EnglishSync with Multiple v-models in Vue 3 using Composition APIVue 3 has brought many new features, and the ability to use more than one v-model directive on the same element is one of them. I want to…Mar 17, 2021Mar 17, 2021
Published inJavaScript in Plain EnglishHow to Vue Build Components With Design System VariantsVue Enterprise PatternsMar 3, 2021Mar 3, 2021
Vue — Going Serverless with FirebaseWelcome to the first part of the series about “Vue — Going Serverless with Firebase”. Some time ago not many people would have thought you…Dec 19, 20185Dec 19, 20185
Published inJavaScript in Plain EnglishHow to download CSV and JSON files in ReactIn this article you will learn how to implement functionality to allow users to download JSON and CSV files in React.Oct 30, 2018Oct 30, 2018
Vuex - the enterprise setup pt.2This is a second part of the ‘Vuex — the enterprise setup’ in which you will see how to create a script to generate vuex modules…Aug 9, 2018Aug 9, 2018
Vuex - the enterprise setupVuex is the official state management library for Vue.js, with a really great documentation. In my opinion, it is much nicer to use than…Aug 9, 20185Aug 9, 20185
Building a list keyboard control component with Vue.js and scoped slotsThere are great packages which let you create a dropdown list and use keyboard to control it. But what if you can’t use any package for…Jul 2, 20184Jul 2, 20184
A quick intro to new React Context API and why it won’t replace state management librariesIn React 16.3, Context API finally stopped being an experimental API and became a very useful feature which can now be safely used in…Jun 12, 20182Jun 12, 20182
Modern JavaScript features which you should be using every day for better development and what…The times when JavaScript was only used for adding a little bit of interaction on the website are long gone. New EcmaScript standards are…Jun 2, 20188Jun 2, 20188
How to create a staggered animation for paginated list in Vue.jsVue.js makes handling different kinds of animations very easy. It provides components and hooks for animating single and multiple elements…Apr 5, 20182Apr 5, 20182