Tag: tips

PHP: Flip a coin

In this post, we will write a small program that will flip a coin for…

 Posted in PHP, Tips Tagged , , , ,

Algebra Calculator

Quick tip for an amazing tool an Algebra Calculator, must give it try. https://www.mathpapa.com/algebra-calculator.html

 Posted in Uncategorized Tagged , ,
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 , , ,
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 , ,

Git: List branches by most recent commit

Basic Usage Advanced usage

 Posted in Git Tagged , ,
Vue.js

Vue Loading overlay component

Vuejs loading component is well written and comes with really good demo. Installation Usage as…

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

PHP File Handling – CRUD

Quick tips, how to work with basic filesystem in PHP. Create a File (implicitly creates…

 Posted in Heandy Tips Tagged , ,