I have a Java interface with several implementing classes. Each implementation class needs its own associated (sub)template. At runtime I add a collection (Li
I am trying to get a connection to the Places AIP of foursquare. (https://developer.foursquare.com/reference/place-search) This needs me the send the following
Quick questions. I have a form with vuelidate, When the form is submitted improperly the validations works perfectly. but when all the validations are passed(al
Thanks for help I am working on a project with laravel in backend and react js on the front end I cannot understand how to issue refresh token along with person
Given a table with users' data and their purchase history, stored as a string - I'd like to create using SQL new columns (column per product) that we'll indicat
Let's say I saved a snipplet of a footer. How do I "include" that in my current template?
The data I have to work with is a bit messy.. It has header names inside of its data. How can I choose a row from an existing pandas dataframe and make it (rena
I am using mongoose to query a local database and have tried: (Assume cardName is defined) const card = await Card.findOne({ name: cardName }, 'name art descrip
I am new to Blazor and trying to show File Saveas Dialog as shown in following link on a button click. Save as Image The requirement is - upon clicking the Save