Category: javascript
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
Fixed CKEditor5 doesn’t record space, backspace or enter on Chrome 80
Danyal February 13, 2020
CKEditor5 behaves strange, some time it doesn’t allow to press backspace button, on some machines…
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
Vue.js: Dynamic class names via v-bind
Danyal November 19, 2019
As defined in vue.js official documentation: A common need for data binding is manipulating an…
Posted in javascript, Vuejs Tagged computed, properties, props, v-bind, vue, vue.js, vuejs
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
Vue Loading overlay component
Danyal July 30, 2019
Vuejs loading component is well written and comes with really good demo. Installation Usage as…
Posted in Daily Tips, javascript, Vuejs Tagged components, reshared, shared, tips, 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