I started writing blog in back 2016 when I joined a product based company in Pune, India as Full-Stack Software Developer. Being web enthusiast, I started writing about Laravel, JavaScript, and VueJS. Although, the content can be bit outdated as they weren't update periodically but just keeping it as archived making sure it exists on the real world.
Posts
### The purpose of the class is to execute all the registered functions asynchronously and then, once all of them are finished, It should execute the defined callback function. ``` (function() { function Batch(functions, completionHandler) { this._functions = functions; this._co...
less than a minute read 3rd Apr 2016
Continue Reading...## How to implement Multi Auth in Larvel 5.2 Lets start with two tables admin and users. Laravel 5.2 comes with new artisan command which will generate route, controller and views for users table. ``` php artisan make:auth ``` After this command your controller have these files. ``` app/Http/...
2 minutes read 6th Jan 2016
Continue Reading...## How to implement Multi Auth in Larvel 5.2 Lets start with two tables admin and users. Laravel 5.2 comes with new artisan command which will generate route, controller and views for users table. ``` php artisan make:auth ``` After this command your controller have these files. ``` app/Http/...
2 minutes read 6th Jan 2016
Continue Reading...### Scope. Scope controls the visibility and lifetimes of variables and parameters. Most programming languages have block scope that is all variables defined in a block `{ ... }` are not visible from the outside of the block. The good thing is variables defined in a block can be released when the e...
around a minute read 9th Nov 2020
Continue Reading...### Scope. Scope controls the visibility and lifetimes of variables and parameters. Most programming languages have block scope that is all variables defined in a block `{ ... }` are not visible from the outside of the block. The good thing is variables defined in a block can be released when the e...
around a minute read 9th Nov 2020
Continue Reading...A entrepreneur, running an early stage venture, VizitDoc and a MVP-First Service Based Companay ThecodeWork.
A dreamer, having care for alternative education.
20 Articles
List of code snippet and articles I wrote when I started blogging in early 2016 😃