Durlav KalitaNodejs authentication - passportjs implementation - Part3Passportjs is an authentication middleware. It is modular and can be easily implemented in a node app. The main strength of passportjs is…Sep 14, 2021Sep 14, 2021
Durlav KalitaNodejs authentication - jwt token - Part2jwt stands for json web token. As the name suggests jwt provides a token to authenticated user on login or register which can be used to…Sep 14, 2021Sep 14, 2021
Durlav KalitaNodejs authentication - Using bcryptjs - Part 1Authentication is perhaps the most important part of an app. Some framework like laravel provides great auth scaffolding out of the box but…Sep 14, 2021Sep 14, 2021
Durlav KalitaDummy data in LaravelDummy or fake data generation is an important part of testing database or visualizing data in browser. Laravel being a popular framework…May 31, 2021May 31, 2021
Durlav KalitaReal time with laravel-websocketsLaravel is the most popular php framework and rightfully so. Using laravel and it’s MVC model to create a simple blog or web app is very…Apr 28, 20213Apr 28, 20213
Durlav KalitaWorking with array data type in LaravelPeople love to work with array data types mostly due to it’s simplicity and ability store multiple data of same type in one variable…Apr 21, 2021Apr 21, 2021