I need to combine dictionaries that have the same value for the key "tag". Like from this: [ [ { "tag": "#2C00L02RU", "stami
I have an entity named as Course and other as Tasks. To complete a course, user can create multiple Tasks. Now i have a screen with UITextFields that takes Cour
The only documentation I could find is with an Amazon registry (ECR) but nothing with a GitLab registry. Here is my .gitlab-ci.yml that includes the steps build
I'm trying to send an email using MailMessage on .net framework that has an HTML body, a Calendar Invite, and a File attachment. I send it to our office365 corp
I have a Stripe integration set up that uses Payment Intents and Stripe Elements' Payment Element, as outlined in the Quickstart guide in the documentation. I a
I have a data structure something like this: { "_id": "0123456789", "myArray": [ { "name": "Steve", "data": { "stuff": "datas"
What the following script is supposed to do, Connect to postgreSQL database Grab last id entry in the database final table Compare that entry to data uploaded i
I would like to sort the characters in a string. E.g. echo cba | sort-command abc Is there a command that will allow me to do this or will I have to write a
So I am trying to understand how Java ForkJoin framework works. The simplest thing I could think of implementing was an array sum. However my parallel implement