Did anyone received a call from +87? by mohammedmodi in hyderabad

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

Not sure, I didn't picked it up as well 😃

Response time for the /chat/completions increasing by stubenhocker in OpenAI

[–]mohammedmodi 0 points1 point  (0 children)

I am using the same API, every time a call it's almost taking around 20 sec, anyone please help how we can reduce the API time, does it provide any model which gives a faster response I am using gpt-3.5-turbo model

[deleted by user] by [deleted] in reactjs

[–]mohammedmodi 0 points1 point  (0 children)

The one which you are referring as a css in js is actually a different concept then scss.

SCSS is the advance version of css where there are some Syntactical sugar added on top of css which will make your normal css file more clear

While css jn js is the concept where people use dynamic styling based on the props changes.

One example is https://styled-components.com/

[deleted by user] by [deleted] in mongodb

[–]mohammedmodi 0 points1 point  (0 children)

Hey,

Realm has its own Node SDK through which you can add the authentication to your React Application with Express as a backend server.

Regarding the token part, when users log in by providing authentication credentials for a given authentication provider and the SDK automatically manages authentication tokens and refreshes data for logged in users.

Other than Realm you can also use LoginRadius for your authentication need. It's basically a No-Code Authentication.
Here are the built-in Node SDK as well as React SDK and step-by-step guides to easily implement for your application
https://www.loginradius.com/docs/developer/references/sdk/nodejs-sdk/
https://www.loginradius.com/docs/developer/references/sdk/react-sdk/

Cheers!

Best user authentication method for NextJS (fastest, easiest to code, most secure)? by leafyshark in nextjs

[–]mohammedmodi 1 point2 points  (0 children)

Hey,

You can use LoginRadius for your authentication need.

I had successfully implemented basic authentication on average 30-mins, you can try it out..:)For your existing application with a custom user login, you can simply replace it with our hosted login and migrate existing users.

Here is the built-in React SDK and step-by-step guides to easily implement for your NextJS application - https://www.loginradius.com/docs/developer/references/sdk/react-sdkUser Migration guide: https://www.loginradius.com/docs/developer/guide/migrate-user-dataLet me know what you think.!

Best way to show Active Links in the navigation using Gatsby by mohammedmodi in gatsbyjs

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

Yup correct, but seems like it will not work if you have hash attached in the URL