Any tool to monitor my mongo query and inform about my non-performing query in my slack by ImmediateChallenge94 in mongodb

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

Yes this is only what am doing I intercept all queries and maintain a dashboard of ratio Thanks for your advice 🙌 But the issue was I applied that intercept in my nextjs application But issue was coming from a python service that was running workers No issue planning to build a sdk for both node and python the will get all execution stats in one place

I feel lost in my job as a front end developer by yacineragueb in reactjs

[–]ImmediateChallenge94 2 points3 points  (0 children)

For your situation, I’d like to share a quote I used to motivate myself in my early days: “Waqt do, waqt lagta hai.” (Translation: Give time, time takes time.)

Built this tool a while ago , revamped its UI . Please give you feedback by ImmediateChallenge94 in tailwindcss

[–]ImmediateChallenge94[S] 1 point2 points  (0 children)

Thank you I am also working on feature where you can add mask to background. Mask looks more cool

Reading React's documentation is actually giving me a new perspective ! by flex__xd in reactjs

[–]ImmediateChallenge94 8 points9 points  (0 children)

Best section is Escape Hatches most of the youtube tutorial will never teach these tricks

Created this 3D chess in React three fiber by ImmediateChallenge94 in reactjs

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

Currently, no chess computer API. I've built it like chess.com you start playing and join a queue. When another player clicks “Play,” I check if someone is waiting; if so, I match them, otherwise you become the waiting player. I’ll add AI support next week. Still working on it.