I am creating an app like Instagram. And I need to use a database right? so I chose MYSQL but I have no idea about how to host the database so that all the user
How could I wait for the end of the loop, get the images' paths, and then inject it into the query? Before data creation: let images = []; for ( const file in f
I have created a website and there is an image (640x640px) but on mobile you have to side scroll in order to see the full picture. Does anyone know how I could
I'have one page (Page1) that have 1 button and 1 textbox, when click on button I want to open a page that have a questionary, finish the questionary, the page i
In SQL SERVER how can I get a list of all table names, column names and owners? I have done this but where do I get the OWNER details? SELECT t.name AS tableNa
I've begun writing a user class that has a method for calculating the user's distance from an object. It looks like this: class User{ var searchRadius = Int
How can I make the Isotope rows have equal heights? The next column starts at the correct height but the background does not fill the entire block. I tried sev
I have input of list of lists which i want to convert into int array which can help for my logic list of Lists "lst" has input [[1,0,1],[1,1,0],[0,0,1]] output