I have a application running on a AKS Container and would like to use the Azure Cosmos DB for storage. How can i set this up? I think i just need to specify th
/** * Plugin: RichTile * * Because I got a little ambitious and decided to include ARIA attributes * and stuff, it became easier to manage this as a plu
I have a file of hundreds of lines e.g: CAT FROG DOG PIG DOG PIG BIRD HORSE HORSE FROG PIG And I wand to move any field containing "PIG" to the first field as b
I am sending from my frontend to the backend the following object { description: string, image:File } the function in the service would be the following examp
I have a program that looks like this: #include <stdio.h> #include <unistd.h> #include <termios.h> #include <errno.h> int enable_keyboa
I'm trying to build a next.js application which uses signalr for to talk to webservices. However, during the build it tries to connect to the websocket which is
I have the following objects: abstract class Fizz { } class Foo extends Fizz { } class Bar extends Fizz { } class Buzz extends Fizz { } Then i have a l