Skip to content

Instantly share code, notes, and snippets.

View Raza9798's full-sized avatar
💭
If you have different mindset, you will have a different outcome.

Mohamed Raza Raza9798

💭
If you have different mindset, you will have a different outcome.
  • Akurana, Kandy, Sri Lanka
  • 08:53 (UTC +05:30)
View GitHub Profile
@Raza9798
Raza9798 / USEFULL VSCODE EXTENSION FOR DEVELOPMENT.txt
Last active April 19, 2024 19:18
USEFULL VSCODE EXTENSION FOR DEVELOPMENT
WEB APP WITH LARAVEL | REACT
auto-close-tag - https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag
l13-duplicate - https://marketplace.visualstudio.com/items?itemName=L13RARY.l13-duplicate
git-extension-pack - https://marketplace.visualstudio.com/items?itemName=donjayamanne.git-extension-pack
githistory - https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
copilot - https://marketplace.visualstudio.com/items?itemName=GitHub.copilot
copilot-chat - https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
gitignore - https://marketplace.visualstudio.com/items?itemName=codezombiech.gitignore
gitlens - https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens
laravel-blade - https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade
@Raza9798
Raza9798 / Packages
Last active February 29, 2024 18:19
laravel desktop notification => https://github.com/jolicode/JoliNotif
laravel backup => https://github.com/spatie/laravel-backup/tree/main
laravel activity log => https://spatie.be/docs/laravel-activitylog/v4/introduction
Termwind terminal rendering => https://github.com/nunomaduro/termwind
Bootstrap => https://getbootstrap.com
DataTable => https://datatables.net
Jquery => https://jquery.com/download/
npm timeline/Graph2D visualization chart => https://github.com/visjs/vis-timeline
@Raza9798
Raza9798 / DEVELOPMENT WORK FLOW
Last active February 27, 2024 19:10
DEVELOPMENT WORK FLOW
FOLLOWING IS THE DEVELOPMENT WORKFLOW FOR ALL KIND OF ISSUES OR TASKS OF THE PROJECT
@Raza9798
Raza9798 / database.php
Created July 15, 2024 17:12
Laravel SQLsrv connection examable
'local_sqlsrv' => [
'driver' => 'sqlsrv',
'url' => env('DATABASE_URL'),
'host' => '192.168.2.50', // IP ADDRESS OF YOUR MACHINE
'port' => '1433', // PORT
'database' => 'inteldemo', // DATABASE
'username' => 'intel', // user name on MSSQL SERVER
'password' => 'demolaravel', // password on MSSQL SERVER
'prefix' => '',
'charset' => 'utf8',
@Raza9798
Raza9798 / gist:b66f639537783020db697d3f68856d63
Last active July 25, 2024 20:26
ExpressWhatsAppExecute
falsedsf