#code-quality #vscode #laravel-pint #laravel
I have been using the unsatisfactory formatters from a long time. All of them have one thing but lack other. Laravel Pint is one who has it all, combining it with vscode is like proving you laravel project a super power.
#express js #file-upload #node js #multer
File upload in node js is one hell of a job. Not knowing how is makes it a bit more troublesome
NO, this is not another list of same old same old list of extensions.
AppImages are the most easiest to run compared.The challenging task is to make the AppImage accessible globally through he system like an installed application (in the menu)
When you make a refresh in a react app in any page apart from root, if you are facing 404 add the below line of code in your nginx configuration file.
ones this command is run, any git operation required credentials you do, credentials will be stored. Next time you don't need to put the credentials again.
#database #javascript #sequelize #npx
list of Sequelize CLI commands which comes handy, while working on a project.
as per me the best approach is to put the entire path of the file in database, instead of just putting the name of the uploaded file.
I am familiar with the love of Eloquent among the laravel community but sometimes, sometimes its better to go for raw queries. Its saves you a lot of time and trouble.
#express js #npm #deployment #api #node #node js #javascript #npx #boilerplate
Initiating a new project is as exciting as frustrating. Going through all the routine work just to get the basic engine started, yaa I know the pain.