I use a microservices architecture in the backend where I have services created using TypeScript and others using Java. Also I have a Spring Gateway and an Eure
How do i filter the data based on the id? Example if i wanted to filter id= "24". So it will filter out the object that is matching. [ { "id": "Sheet1",
I am a junior programmer in banking. I want to make a microservice system that get data from kafka and processes it. after that, save to database and send final
We have a website we just launched here: https://soteloforjudge.com/ It seems to work in most browsers but when I go to it in Firefox the logo at the top and bo
I'm currently learning angular and working on a project with a mongoDB database and express for my APIs. I want to fetch the comments of a post by the post ID,
I have a NodeJS Backend running, which uses the express framework. In the frontend I use Angular. In the past I build two Docker Containers (one frontend, one b
I use AVCaptureMovieFileOutput to recording video, but output video resolution depends on the AVCaptureSession.sessionPreset = xxxx. How i can set custom resolu
I also need to wait for about 1 s by thread. I've tried this code to access period of thread, but sometimes its actually 1s and other times it takes much longer
I have variables M_i and M > M_i. I want to make a splot where one of the columns of my data file is evaluated using these variables... Something like this:
I have a object created by a user, When other users try to access the object, it should not allow it. I expect Django to throw error as you are not authenticate