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.
Installing android studio is a pain in the Ass, and installing it dependencies is a level up to that. The most complex among those is the JDK one.
Deployment is an integral part of development cycle. It can be a tough job or can be as simple job as running few commands if done by via Git.
#express js #node #node js #sequelize #mysql
In the very initial days of my work in Node JS if faced this issue. Though Sequelize provide a great ORM for MySQL but the association within the models is a bit tricky.