I started my internship today and the first task I received was to find out if it's possible to use two files in a single, minimized CSS.
normal compilation and minification, to generate the only CSS, or is this not possible?
Also,...
After installing the nodemon I get the following error:
'nodemon' is not recognized as an internal command
or external, operable program or batch file.
The following commands have been passed:
npm install -g nodemon
npm install...
I have two tables users and users_info , I would like to use foreign key, so when I create a record in the users table, create a record with the empty fields in the users_info table, only with the id_user complet...
I wonder if it makes any difference between using only routes , or routes with controllers in node js could someone give me some examples of how to implement routes and controllers on the node using express js ?
Well, I just registered on my site and I would like it when the user logs in the login and registration links disappeared and in place a div with a drop down menu showing links to my account, logout etc. appears.
What should I use in this div? I...
I'm developing a JavaScript system with Node.JS and Redis, however, because of the asynchronous functions, the loop terminates before the functions, which causes the wrong response array or the timeout on the server.
In the face of my problem, i...
I have some questions and problems trying to create a server with nodeJS .
The issue is that I have an application developed with very simple AngularJS and I want to make another one in nodeJS which basically loads AngularJS .
I crea...
I need to fill in my fields after selecting one.
My JSON is as follows:
[{"codeVisit":"3EE","segmentVisit":"industria","streetVisit":"Rua Francisco Leandro Cunha","neighbVisit":"Vila","countryVisit":"Brasil","client":"5580262b600e53e82069bb...
I have a question about Node JS and what I could do with it. I started to study about MEAN a few days ago and wanted to know if using this technology I could, for example, create a system of Digital Signage , like Xibo...