a few weeks ago, I've set up a microservice in AWS including Windows Virtual Machines (EC2) and a FsX Share (including Active Directory). I've decided to use a
Is it possible to put GROUP_CONCAT in a MYSQL WHERE clause? I have two tables (one for members and one for payment info). For example Members Table num, mem
I am exploring the use of protocol buffers and would like to use the new Timestamp data type which is in protobuf3. Here is my .proto file: syntax = "proto3";
In Laravel, I can return from a controller like this: return response()->json(["name" => "Bob"]) Or I can return like this: return ["name" => "Bob"]
When I create a type of ERC 1155 with multiple tokens, is there a way to identify a specific token, is each token unique?
When I capture the selected date to a variable it displays like this "YYYY-MM-DD" But in the HTML date picker "MM/DD/YYYY" All I want is to change that label t
In this Android project I am developing, I have 1 activity with 2 fragments: one has a ListView and the other a formulary to insert the data being displayed on
I have a custom view: struct ImageContent: View { var body: some View { Image("smile") .resizable() .scaledToFit() } }
We are using the WEB Socket connection to push messages to our Front end Browser. Following is the architecture: Backend Service A is the backend service that u