Tag: javascript
Vuejs: how to access getter from other getter
Danyal January 31, 2021
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 javascript, tip of the day, tips, vuejs
CRUD in Node.js
Danyal October 4, 2020
In this post you will see very basic implementation of CRUD in Node.js
Posted in javascript Tagged CRUD, database, javascript, mysql, Node.js
Javascript: How to check if string contain a substring
Danyal February 11, 2020
There are different ways of testing if string contains a substring., let’s take a look…
Posted in javascript Tagged ES6, javascript, js, search
Vuejs, single file component
Danyal September 30, 2019
Single file component could be the best option for small or big project, where javascript…
Posted in javascript, Vuejs Tagged component, javascript, vuejs, vuex
Vuejs: Rule proposition of order-in-components
Danyal July 3, 2019
It’s important to keep one standard way of ordering properties in vue components, that will…
Posted in javascript, Vuejs Tagged components, javascript, vue, vuejs
Laravel Cookies vs Javascript
Danyal February 7, 2019
Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…
Posted in Laravel, Laravel 5.5 Tagged cookies, encryption, javascript, jQuery, laravel, Laravel 5.6