I'm new to Mongoose and NodeJS and I'm building a ticket management system where logged in users can fill up a form to create a ticket. It has two fields (title
Hello I have a very large data frame and it is a partial part: v1 <- c('i1', 'i10', 'i11') v2 <- c(0.11, 0.07, 0.114) v3 <- c(0.07,
I have a Kinesis stream in AWS and can send data to it (JSON) using kinesis command and can get it back from a stream with: SHARD_ITERATOR=$(aws kinesis get-sh
I was trying to implement the gkash payment gateway in laravel project v5.8 but face some issues here, the issues is like local.ERROR: Class '\Omnipay\Gkash\Gat
im currently having problems with this conditions that must be met and dont really know where to insert the WHERE =< and IF NOT => statement on this code.
When running my Postman collection in Jenkins, i get error message 'newman' is not recognized as an internal or external command, operable program or batch file
trying to blit onto the screen a font with a variable - the score you have achieved - onto the screen after dying. BLACK = (0, 0, 0) font_small = pygame.font.Sy
hey everyone I am newbie at react native and i want to know how to create a button, touchableopacity or a pressable that redirects us to a website using react n
I am creating a model class for managing the results given by Googles Places API: class PlaceSearch { final String description; final String placeId; Pl