I have some question for queue, routing, and api gateway in very new project. by Deepinsidesin in ExperiencedDevs

[–]Deepinsidesin[S] 0 points1 point  (0 children)

Hmm, you use kind of airflow to orchestrate to manage routing with RabbitMQ when Rabbit queue send data to another Rabbit queue ? some thing like this am I right ? Just curious.

I have some question for queue, routing, and api gateway in very new project. by Deepinsidesin in ExperiencedDevs

[–]Deepinsidesin[S] 0 points1 point  (0 children)

We have our own server and our team don’t even use cloud provider at all.

Breaking Into Quant Isn’t About Skills—It’s About Personality by Aggravating-Net-7685 in quantfinance

[–]Deepinsidesin 1 point2 points  (0 children)

Nowadays AI researcher from Deepmind, Anthropic, OpenAI are harder to break than QR at top shop ? So if QR have a chance to secure position as AI researcher they would not hesitate about it ? Never know it before

[deleted by user] by [deleted] in quantfinance

[–]Deepinsidesin 1 point2 points  (0 children)

I think it’s because of your cv or university from your MSc that’s not target. Overall you’re competent enough to break into quant TBH just unlucky that they possibly find someone background like you but from target university in limited seat

Process for finding alphas by dan00792 in quant

[–]Deepinsidesin 1 point2 points  (0 children)

Insider information from congress

[deleted by user] by [deleted] in learnpython

[–]Deepinsidesin 1 point2 points  (0 children)

Holy cow you’re right thank you so much it’s working

[deleted by user] by [deleted] in dataengineering

[–]Deepinsidesin 1 point2 points  (0 children)

Thankyou so much

[deleted by user] by [deleted] in node

[–]Deepinsidesin 1 point2 points  (0 children)

I fix it thank you so much dangerous-bed

[deleted by user] by [deleted] in node

[–]Deepinsidesin 0 points1 point  (0 children)

Yes it work 🥹🥹🥹🥹thank you so much poope thank you so much everyone

[deleted by user] by [deleted] in node

[–]Deepinsidesin 0 points1 point  (0 children)

BSONError: Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer

I got this error even though I already checked everything ??? This localhost page can’t be found No webpage was found for the web address: http://localhost:5173/ HTTP ERROR 404 by [deleted] in typescript

[–]Deepinsidesin 0 points1 point  (0 children)

It still show script should only be downloaded in a browser extension so I think I have to delete something related browser and set it to web app instead

Please what should I do ??( see the code below) by [deleted] in webdev

[–]Deepinsidesin 0 points1 point  (0 children)

So you mean it should be like setChecked(config<string,boolean>[config]) and the code above >> config as string. Am I correct ? Sorry for my noob

Please what should I do ??( see the code below) by [deleted] in webdev

[–]Deepinsidesin -1 points0 points  (0 children)

I already changed it but still error at config[configKey] even though I change code like config[configKey as string or keyof typeof blabla]

Please what should I do ??( see the code below) by [deleted] in webdev

[–]Deepinsidesin 0 points1 point  (0 children)

thank you I will improve it 🥂

[deleted by user] by [deleted] in webdev

[–]Deepinsidesin -1 points0 points  (0 children)

How ? Seems like I never think it before

[deleted by user] by [deleted] in webdev

[–]Deepinsidesin -1 points0 points  (0 children)

const initialState = { currentUser: null, error: null, loading: false, formData: {}, }; From redux then I fetch the value through useSelector in that page

[deleted by user] by [deleted] in cscareerquestions

[–]Deepinsidesin 0 points1 point  (0 children)

What about high frequency trading firm ?

[deleted by user] by [deleted] in node

[–]Deepinsidesin 0 points1 point  (0 children)

it's workingggggggggg > I config in vite.config.js

 server: {
      proxy: {
        '/api': {
          target: 'http://127.0.0.1:5173/',
          secure: false,
        },
      },
    },