I have a service with multiple domains. And I want to implement Sso in this service. I tried to implement it using keycloak I want to create a new login page wi
I have been using rapid api to get some data on certain food products and below is an example of the json data i got back. I have been able to get some data suc
I am looking for a code analysis / linting tool for C# projects. After reading about SonarSource and doing some preliminary analyses, it seems to me that many r
I've tried the usual way of: var form = new FormCollection { "WeekList" = weekfilter, "PracticeList" = practicefilter} and all possible deviations I could th
I want to insert one row in a table; e.g.: INSERT INTO some_table VALUES (now(), now()); I want the date value in both the columns to be equal. Is the above qu
Need some help to understand the behaviour of the below in Spark (using Scala and Databricks) I have some dataframe (reading from S3 if that matters), and woul
I wonder if anyone might have some ideas for a small problem I am having with checkpoints. I am trying to produce a workflow that is robust to changes in the sa
Using the curl command: curl -u 591bf65f50057469f10b5fd9:0cf17f9b03d056ds0e11e48497e506a2 https://backend.tdk.com/api/devicetypes/59147fd79e93s12e61499ffe/mess
I have to change the datatypes from int to bigint on all of the primary and foreign keys that are used in an already existing database / tables. To work aroun