TATajeddine Alaouiintajeddine.hashnode.dev·Feb 11, 2021 · 2 min readFunctional Programming.jsFunctional programming it's not a language, It's a paradigm (style of programming). So what are the perks of functional programming ? Immutability (const variable instead of var/let) Higher-order functions (functions passed around as variables) Recu...00
TATajeddine Alaouiintajeddine.hashnode.dev·Feb 7, 2021 · 1 min readVue vs ReactVue.js gain a lot of popularity in the recent years, But is it convincing enough for developers to jump from react to vue ? Let's discuss on what are the differences between these giants.00
TATajeddine Alaouiintajeddine.hashnode.dev·Jan 19, 2021 · 1 min readAdd pwa to your nuxt.js appLet's go the terminal and type: yarn add --dev @nuxtjs/pwa or npm i --save-dev @nuxtjs/pwa Once finished installing, go to nuxt-config.js and add the following modules: ["@nuxtjs/pwa"], Now you're app have pwa technology, We only need to override def...00
TATajeddine Alaouiintajeddine.hashnode.dev·Jan 19, 2021 · 2 min readNuxt.js seo readySeo is a major pillar in web development and every production project have to be optimized for seo. We'll need to install 1 package that will assist us on seo, Will make our site stand out while sharing the link on social networks, Her's a preview. ...00