Tag: tips
Algebra Calculator
Danyal November 23, 2021
Quick tip for an amazing tool an Algebra Calculator, must give it try. https://www.mathpapa.com/algebra-calculator.html
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
Laravel: Usage of old() in form when editing
Danyal April 25, 2020
Best practice to show old value when editing a form in Laravel?
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
PHP File Handling – CRUD
Danyal September 5, 2017
Quick tips, how to work with basic filesystem in PHP. Create a File (implicitly creates…
Posted in Heandy Tips Tagged filesystem, php, tips