I know I would show some effort in this but I have no idea... I'm trying to make a slider like the one in the store section of Apple website. https://www.apple
I have added my AWS Access Key and AWS Secret Key in Jenkins using the AWS Credentials plugin. After that I added a new AWS Credentials param called AWSCRED in
I have a css grid that has 30 cells (for 30 pics). .sub-gallery{ margin-bottom: 10px; display: grid; grid-template-columns: repe
I have a script(get_search_data.php) that performs search from the database based on the keyword fname. i wish that according to the search result, locations sh
I have a snowflake table 'TEST' as below. create OR REPLACE table TEST ( HASH VARCHAR, COL1 VARCHAR, COL2 VARCHAR, COL3 VARCHAR ); INSERT INTO TEST
I'm looking to make an outbound call in a Java application using Twilio. All of the tutorials I found used a static TwiML file hosted on a URL. I haven't been a
I'm coding a game with 100 tiles that are generated like this: const allLetters = { 'A': { 'points': 1, 'tiles': 9 }, 'B': { 'points': 3, 'tiles': 2
I am pushing dynamic row on click of add new button. I wanted to display validation to stop pushing row if previous row has same value. For ex - i have 5 fields