I have a knex chema migration to create a table, with the line - exports.up = async function(knex) { return knex.schema.createTable("newTable", table => { ta
I am trying to create a followers/following function in my project. However I cannot seem to update the DB correctly. I'm able to send the ids as they both prin
In Git, is there a way to merge all changes from one branch into another, but squash to a single commit at the same time? I often work on a new feature in a
We have an internal testing app for the platform we use to develop our apps and we are working on adding in-app-billing to our platform to support subscriptions
I set up a Cloudflare worker to redirect to our API gateway since we don't have control of the DNS and can't just set up a CNAME. The redirect works and it pass
I am trying to show a few images with description in my app with button Next and Prev. I just got one image but can get the code to show all pictures on API. Th
I am trying to case a column that has a date format of DD-MMM-YYYY. Basically, I am trying to convert the dates into a Fiscal Year column to better analyze work
I expected my_child to inherit the say_hello function from my_parent in the following code, but it did not. Can someone explain to me what exactly parent argume
I have dataframe as below. it defines different data quality checks like not null, not negative etc. to be performed on each column in 2nd dataframe. FieldName