I've started learning a new stack (oracle-apex-18), and I have a team that is more likely to contribute to my projects. How do I go about having a structure tea
Consider a collection with the following documents: { "_id" : 1, "name" : "Class 1", "students" : [ { "rollNo" : 10001, "name" : "Ram", "s
code is from react & axios and i got 422 error and couldnt post (put). ` //---------------------------------- Update_Pos_Settings ----------------\\ Up
I was refactoring a repository, and when I try encapsulating the code in a class: class A{ void* p = nullptr; void func(int value) { return rein
I have cloned a repository and Visual Studio is showing hundreds of errors in all of the header files due to them not #include-ing all of their used dependencie
Im trying to set up a 2nodes Vault ( I know that I should use 3 but for now for test I use 2) with raft HA. For the try I did this morning I used this config fi
How does C compiled to ARM ASM know where to branch to for external functions? For example, here is a simple C program: #include <stdio.h> int main() {
I am trying to create a webhook endpoint with FastAPI, and write any json request body that arrives there to RabbitMQ. I cannot figure out how to connect to Rab