I am using express validator to validate my fields. But now i have array of 2 or 3 objects, which contains the "userId" and "Hours" fields like below. [ {
using react-image-crop package trying to create circular bagde, cropping as square works fine but need to create badge as circular png file here is the code:
I have a dataframe with column which contains multiple reference values. I am trying to filter a ceratin group of references which follow this format: ABCD12345
When I try to upload files to an SFTP server it shows an error. Here is my code: string fileNameOnly = Path.GetFileName(uploadingFile); FtpWebRequest request =
The program will ask for 2 strings (with a maximum size of 150 characters, for example). INPUT String 1: "Hello this is the first string" String 2: "Woops this
i am learning asp.net webapi. now i add swagger to my asp.net project. I noticed that there is a tag filter. but how to add tag to my API action?
My goal: I am creating a React component library in JavaScript with Webpack 5 and Babel 7 that is published to npm. I want consumers to import individual compon
I’ve set up a basic sample project that has a toolbar with an sf symbol button. I would like to change the size of the highlight that is shown when the bu
I am using Gorm and DB driver PostgreSQL and i have struct like this : Projects type Project struct { ID int ListingOrigin *
I am trying to generate web services in Eclipse by using the Apache CXF framework. First I am creating the Java class corresponding to the desired web service a