I am trying to create a password verification program that takes the user's password, inserts the characters of the password into a queue, and then compares the
So I'm quite new to Java and this is the first time I'm working with objects. Could you help me out with why this piece of code doesn't work? public class Objec
I'm trying to make queries to my DB -mongo based- but I need them to be partial, lets say, I need the DB to find results when I'm entering something in an input
We have an application implemented on api-gateway and lambda, the authentication is carried by tokens generated on Cognito, Cognito has the Client credentials O
My goal is to send a text in my app. I have hosted at netlify, but also had on localhost:5000, neither worked. I am using svelte and twilio. I am getting the fo
Like the title says. I'm not able to create a new activity after cloning from Git
I have installed shoes successfully but when I run the command to start shoes./dist/shoes I get this message bash: ./dist/shoes: No such file or directory I'm
I was experimenting on using Node version 6.2.1 with some of my code. Had plans to migrate most of the hyper-callback oriented codes to something that looks cle
I want, in node.js, for my command to, on the second row of my spreadsheet, set the values of A-D to 1-4. The code below seems to be how the documentation wants