Auth: Cannot read property ‘$cookies’ of undefined 

I faced this problem while developing Nuxt.js authentication middleware. The key this doesn’t work within the middleware,…

 Posted in Nuxt.js Tagged , , , , ,
Linux / Unix

Linux GNU Screen

Have you ever faced a situation where you perform a long-running task on a remote…

 Posted in Linux Tagged ,
Linux / Unix

Local Privilege Escalation Vulnerability in all major Linux distributions

Last night, security firm Qualys released information about a critical vulnerability in all major Linux distributions. The…

 Posted in Linux Tagged , , , , , ,

How to run NUXTJS development env with HTTPS in localhost?

Today most of the developers try to keep the local environment as much as similar…

 Posted in Nuxt.js Tagged , , , , ,

Apollo Client

Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both…

 Posted in GraphQL Tagged , , ,

GraphQL Fundamentals

GraphQL is a fantastic new API standard that provides a more efficient, powerful, and flexible…

 Posted in GraphQL Tagged , ,

Conditional Content in Vuejs

In Vue.js there are two ways to handle the conditional content. v-if v-show Both directives…

 Posted in Vuejs Tagged ,

My first React Native component

In this post, we will get familiar with react library itself. Let start looking for…

 Posted in javascript Tagged ,

Algebra Calculator

Quick tip for an amazing tool an Algebra Calculator, must give it try. https://www.mathpapa.com/algebra-calculator.html

 Posted in Uncategorized Tagged , ,

Update Node.js with NVM

The best way of updating Node.js on Ubundu server

 Posted in Node, Ubuntu Tagged , ,