Category: javascript
JS: require a JS file only once in Node.js?
Tip of the day: If you are wondering how to stop requiring the same resources…
My first React Native component
In this post, we will get familiar with react library itself. Let start looking for…
Using NUXT.js just for static html generation
Nuxt.js is a powerful server side framework, that came with two different modes ‘spa’ &…
jQuery: Attribute Starts With Selector
Selects elements that have the specified attribute with a value beginning exactly with a given string.
jQuery: Form data serialization
jQuery has a function .serialize(), encode a set of form elements as a string for submission.
CRUD in Node.js
In this post you will see very basic implementation of CRUD in Node.js
Fixed CKEditor5 doesn’t record space, backspace or enter on Chrome 80
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
There are different ways of testing if string contains a substring., let’s take a look…
Vue.js: Dynamic class names via v-bind
As defined in vue.js official documentation: A common need for data binding is manipulating an…
Vuejs, single file component
Single file component could be the best option for small or big project, where javascript…






