Maybe you were looking for...

Can't reach NodeJS microservice through Spring Cloud Gateway + Eureka

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 to map and filter through array based on a value?

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",

Spring Batch and Kafka

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

Image not appearing in Firefox. Connection not secure

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 don't know why my get request sometimes works but sometimes doesn't (404 not found)

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,

NodeJS Express Angular protect Frontend by middleware

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

custom resolution for video AV Fondation

I use AVCaptureMovieFileOutput to recording video, but output video resolution depends on the AVCaptureSession.sessionPreset = xxxx. How i can set custom resolu

thread for exact time python

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

How to perform a simple calculation to with my bash script variables in gnuplot

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:

Django RF, error validating objects owner (error: Field 'id' expected a number but got .AnonymousUser )

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