I'm trying to make a project in angular but when I try to compile it shows me these errors over and over till my IDE closes. Watchpack Error (watcher): Error: E
I'm working with angularJS and would like to remove/modify the class of a specific child element (who's class/id is unknown because it is being added to the par
I expect to get the user and password one by one from the JSON file, but instead, the output is coming in one line. <?php $json = file_get_contents("URL"); $
I am working on a gitlab project with my friend, windows 10, I have pulled from master and there were few conflicts that I had to solve and I did npm install ho
I'm new to node.js and I'm trying to write a AWS lambda function that would stream the content of an s3 object into the node's crypto module to create a md5 che
I have lambda function which needs to access RDS in isolated private subnet. And lambda function also need to access internet endpoint and be invoked from inter
I have this hash: my_hash = [ { :name=> 'fiat 500', :things=> %w[gps bluetooth automatico], :year=> '2021' }, { :name=> 'fusca
I want to redirect to anothe view if validate_token method return false but when i do like the code below it does not redierct me to the other app context it ju