Laravel

Laravel: Usage of old() in form when editing

Best practice to show old value when editing a form in Laravel?

 Posted in Daily Tips, Laravel, Tips Tagged , ,
Lumen

Lumen/Lumen: Create & Check Password

Laravel/Lumen comes with Hash facade that provides the secure Bcrypt & Argon2 hashing for storing user string passwords.

 Posted in Laravel Tagged , , ,

Tip: How to install pip on mac OS

Even though you are not coding Python, you might come across some time where you…

 Posted in osMac, Tips Tagged , , ,

How to keep processes running after ending ssh session

There are few simple steps to achieve this, follow the steps. SSH into your remote…

 Posted in Linux Tagged , , , , ,

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…

 Posted in Chrome, CkEditor, 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 , , ,

Docker vs Vagrant

There are number of development tools are available today, I will me doing quick comparison…

 Posted in Development Tagged , , , , ,
Vue.js

Vue.js: Dynamic class names via v-bind

As defined in vue.js official documentation: A common need for data binding is manipulating an…

 Posted in javascript, Vuejs Tagged , , , , , ,

Git: List branches by most recent commit

Basic Usage Advanced usage

 Posted in Git 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 , , ,