I am using a makefile in windows to push some files on a Unix server (here a text file "blob.txt" in the same folder of my makefile). My makefile script is: se
I am trying to write a TS script that would take a JSON file and import it into Firebase collection as a document. I am getting inspired by this tutorial that u
I have a system using Signal IR, which receives messages to update data in real time. But when I change the tab or window, the connection is broken. I need the
I was having some trouble when trying to sort and group the array items in JavaScript. Here is the sample inputs: var arr = [ {merchantName: '', branchName: 'e'
I'm trying to call my appsync API in a lambda in my Amplify project so I want to use the aws-appsync library. My lambda looks like this: const AWSAppSyncClient
I need to send reply with my custom message to a client on response to the client's echo request message. Code of my server: IPAddress ipAddr = IPAddress.Parse(
I have a gitlab-ci.yml that works for normal stages. .install-template: &install_env before_script: ... after_script: ... unit-tests: <&l
I have one class User, I received JSON (for User class) from system1 and I should read info , validate then forward to system2, I can't touch these 2 systems, t
I'm totally new to this. I want to create interactive range sliders, for example, if I have 4 range sliders when I increase/decrease one slider, the others shou