Tag: javascript

Vue.js

Vuejs: how to access getter from other getter

In VueJS 2.0, you must pass both state and getters. Getters are passed to other getters as the 2nd…

 Posted in Daily Tips, Tips, Vuejs Tagged , , ,

CRUD in Node.js

In this post you will see very basic implementation of CRUD in Node.js

 Posted in javascript Tagged , , , ,

Javascript: How to check if string contain a substring

There are different ways of testing if string contains a substring., let’s take a look…

 Posted in javascript Tagged , , ,
Vue.js

Vuejs, single file component

Single file component could be the best option for small or big project, where javascript…

 Posted in javascript, Vuejs Tagged , , ,
Vue.js

Vuejs: Rule proposition of order-in-components

It’s important to keep one standard way of ordering properties in vue components, that will…

 Posted in javascript, Vuejs Tagged , , ,
Laravel

Laravel Cookies vs Javascript

Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…

 Posted in Laravel, Laravel 5.5 Tagged , , , , ,